1083 Commits

Author SHA1 Message Date
Kjeld Schouten
def7e81d36 Update volsync-dest-values.yaml 2024-04-28 20:25:36 +02:00
Kjeld Schouten
1f9c59c61d Update volsync-src-values.yaml 2024-04-28 20:25:29 +02:00
Stavros kois
faf1a3a6e5 fmt 2024-04-28 18:09:26 +03:00
Stavros kois
2b5e45f879 better 2024-04-28 18:09:00 +03:00
Stavros kois
83e70913b2 validation 2024-04-28 18:08:14 +03:00
Stavros kois
550479c1d6 name test 2024-04-28 17:33:11 +03:00
Stavros kois
e465737f85 metadata tests 2024-04-28 17:21:24 +03:00
Stavros kois
332cd6e4f7 check enbaled 2024-04-28 17:13:59 +03:00
Stavros kois
43c05bfefa some optimization 2024-04-28 16:57:45 +03:00
Kjeld Schouten
55085559c8 Delete library/common-test/tests/lists/volumeScheduleList_test.yaml 2024-04-28 12:36:44 +02:00
Kjeld Schouten
85e745fa92 Delete library/common-test/tests/lists/veleroVolumeSnapshotLocationList_test.yaml 2024-04-28 12:36:18 +02:00
Kjeld Schouten
30289605ee Delete library/common-test/tests/lists/veleroBackupStorageLocationList_test.yaml 2024-04-28 12:36:12 +02:00
Kjeld Schouten
2ca36441b5 Merge branch 'main' into volsync 2024-04-27 19:31:30 +02:00
Kjeld Schouten
0cddc51801 feat(common): add support for RBAC nonResourceURLs (#794)
**Description**
Some applications do need this.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Co-authored-by: Stavros kois <s.kois@outlook.com>
2024-04-27 19:27:34 +02:00
Kjeld Schouten
3b50fcb855 feat: add volsync support 2024-04-27 18:13:52 +02:00
Kjeld Schouten
9f190d1d6e chore!: remove velero support 2024-04-27 18:13:10 +02:00
Kjeld Schouten
37141f0ad6 Update Chart.yaml 2024-04-27 16:21:08 +02:00
Kjeld Schouten
8b885c6f58 chore(common): correct wrong version increase for diagmode 2024-04-27 15:45:37 +02:00
Stavros Kois
f3e07b1ff9 chore(diagnostic): add diagnostic mode (#793)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  #788

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-27 15:44:53 +02:00
Kjeld Schouten
2822215a04 Update Chart.yaml 2024-04-27 15:44:36 +02:00
Kjeld Schouten
bd8b16cda7 fix(common-RBAC): remove RBAC requirements that are not requirements 2024-04-27 15:44:26 +02:00
Stavros Kois
f6e0179b64 chore(tests): fix tests (#792)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-26 13:39:31 +03:00
TrueCharts Bot
873852a3e1 chore(deps): update container image tccr.io/tccr/scratch to latest (#786)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/scratch | digest | `0163c7d` -> `ef27d56` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-04-26 13:39:07 +03:00
Kjeld Schouten
afba4836ec bump to release podmonitor fixes 2024-04-26 12:18:06 +02:00
Kjeld Schouten
db05892954 fix(cnpg): disable podmonitor due to bug
See: https://github.com/cloudnative-pg/cloudnative-pg/issues/4286
2024-04-26 12:17:49 +02:00
Kjeld Schouten
2de60ea721 fix(common): improve probes (#787)
**Description**
There is a design mistake in the probe setup:

Liveness probe:
Stops the container on failure, this should happen AFTER readiness probe
detects failure.

Readiness Probe:
Stops the service forwarding traffic. This should happen BEFORE the
liveness probe detects failure

Startup Probe:
By having a tcp startup-probe, charts might pass CI when not fully
working. or, worse, get passed-over to the readiness/liveness probes
when the container is still doing maintenance work (such as plex
database updates). Leading to it right-away being thrown-out by
liveness/readyness

I also attempted to offset start of liveness and readyness, this ensures
they don't send probes at the same time, while making it most-likely
that liveness clears before readiness on startup.

While also offsetting the intervals, to prevent the same while running

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-20 11:31:55 +02:00
TrueCharts-Bot
22eabe925e Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-19 20:28:34 +02:00
TrueCharts-Admin
6116197fe2 chore(deps): update docker general non-major 2024-04-19 20:28:34 +02:00
TrueCharts-Bot
da12bf3c5f Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 22:36:45 +02:00
TrueCharts-Admin
1c4f826924 chore(deps): update docker general non-major 2024-04-17 22:36:45 +02:00
TrueCharts-Bot
9047788274 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-16 19:47:00 +02:00
TrueCharts-Admin
5a5c218b8a chore(deps): update container image tccr.io/tccr/code-server to v4.23.1 2024-04-16 19:47:00 +02:00
Kjeld Schouten
827174f38e chore(common): remove unneeded randomisation, unneeded restarts and limit remaining lookups (#778)
**Description**
In our ongoing project to ensure the common-chart doing fully
reproducable builds, we should get rid of any randomisation and most of
the remaining lookups.

This PR removes the last randomisation and lookups.
Instead of randomisation, it now relies on hashes of settings in
`.Values`, this should be fine, as we don't actively support kubernetes
objects created outside of the common-chart

We will also rely on build-in checks for CRDs instead of DIYing it.
The reason behind it is that lookups are inherently problematic,
primarily on platforms with limited lookup capability or limited
permissions.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-04-14 16:30:34 +02:00
TrueCharts Bot
aeea50752d chore(deps): update container image tccr.io/tccr/scratch to latest (#781)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/scratch | digest | `fff0ddf` -> `bd3502f` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-14 01:49:57 +03:00
Kjeld Schouten
df57144ff0 Update Chart.yaml 2024-04-11 10:29:31 +02:00
Kjeld Schouten
4879917937 Update _dbWait.tpl 2024-04-11 10:29:22 +02:00
Kjeld Schouten
dd11b5bcec Update Chart.yaml 2024-04-10 13:39:00 +02:00
Kjeld Schouten
1b879d33bc remove existing secret from common 2024-04-10 13:38:50 +02:00
Kjeld Schouten
87efdd9b5a chore(common): release new common to fetch mariadb/redis passwords from values instead of secret 2024-04-10 11:37:06 +02:00
Kjeld Schouten
f8eee41706 Update _dbWait.tpl 2024-04-10 11:34:38 +02:00
TrueCharts-Bot
8be6c3f453 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-09 14:20:14 +02:00
TrueCharts-Admin
0a65302aeb chore(deps): update container image tccr.io/tccr/code-server to v4.23.0 2024-04-09 14:20:14 +02:00
Kjeld Schouten
681160d53b feat(common): add additional tests for default storage class (#770)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-04-07 18:34:51 +03:00
Stavros Kois
2ff0e92645 fix(tests): fix document position on cnpg after pgversion cm removal (#777)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-07 15:13:32 +02:00
Stavros Kois
868725da5d chore(tests): fix tests (#772)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

228e8c0595

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-07 10:43:01 +02:00
ばか雪
cf24683b98 feat(gluetun): add inputPorts & handle common usecase (#774)
**Description**
This implement idea by @stavros-k in #771 and also add logic to detect
when user has enable qbitportforward, and automatically add gluetun
control port to inputPorts as well. Thank you stavros for help!

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
- [X] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-07 10:42:36 +02:00
Kjeld Schouten
f9d6d92bea chore(common): bump common 2024-04-07 10:41:35 +02:00
Kjeld Schouten
ba874ccb1e fix(common): more dbpass reference fixes 2024-04-07 10:35:52 +02:00
Kjeld Schouten
1ceb2c5553 fix(common): correct a redis error 2024-04-07 10:29:30 +02:00
Kjeld Schouten
83b49a6a54 chore(dependencies): remove lookups on all dependencies 2024-04-07 10:17:07 +02:00