Commit Graph

21674 Commits

Author SHA1 Message Date
TrueCharts Bot
bd12733aa6 chore(deps): update webtop (#14162) webtop-6.0.158 2023-10-31 12:37:11 +01:00
TrueCharts Bot
c6eac9dc62 chore(deps): update webtop (#14161) webtop-6.0.157 2023-10-31 11:37:38 +01:00
TrueCharts Bot
29daa60108 chore(deps): update webtop (#14159) webtop-6.0.156 2023-10-31 10:35:23 +01:00
TrueCharts Bot
0f2b3cab28 chore(deps): update webtop (#14158) webtop-6.0.155 2023-10-31 09:38:06 +01:00
TrueCharts Bot
58555d9c24 chore(deps): update helm chart cert-manager to v1.13.2 (#14142)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.13.1` -> `v1.13.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.13.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.2)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.1...v1.13.2)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

v1.13.2 fixes some CVE alerts and contains fixes for:

1. a CertificateRequest runaway situation in case two Certificate
resources point to the same Secret target resource
2.  a small bug in the Helm chart (feature gate options)
3.  a Venafi issuer bug

##### ⚠️ READ
https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before
you upgrade from a < v1.13 version!

#### Changes since v1.13.1

##### Bug or Regression

- Bump golang.org/x/net v0.15.0 => v0.17.0 as part of addressing
CVE-2023-44487 / CVE-2023-39325
([#&#8203;6432](https://togithub.com/cert-manager/cert-manager/issues/6432),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- BUGFIX\[helm]: Fix issue where webhook feature gates were only set if
controller feature gates are set.
([#&#8203;6381](https://togithub.com/cert-manager/cert-manager/issues/6381),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))
- Fix runaway bug caused by multiple Certificate resources that point to
the same Secret resource.
([#&#8203;6425](https://togithub.com/cert-manager/cert-manager/issues/6425),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))
- The Venafi issuer now properly resets the certificate and should no
longer get stuck with `WebSDK CertRequest Module Requested Certificate`
or `This certificate cannot be processed while it is in an error state.
Fix any errors, and then click Retry.`.
([#&#8203;6402](https://togithub.com/cert-manager/cert-manager/issues/6402),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Bump go to 1.20.10 to address CVE-2023-39325. Also bumps base images.
([#&#8203;6411](https://togithub.com/cert-manager/cert-manager/issues/6411),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNi4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
cert-manager-1.1.1
2023-10-31 09:07:08 +01:00
sdimovv
5866a77543 fix(scale): Move clustercert under avanced->tls (#14146)
**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)-->

Moves cluster certificate secret name under advanced -> tls

**⚙️ 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
-->

Modified questions.yaml manually on a SCALE install

**📃 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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-31 09:06:47 +01:00
TrueCharts Bot
89731830c4 chore(deps): update container image tccr.io/truecharts/ddclient to v3.11.1 (#14156) ddclient-6.0.5 2023-10-31 08:39:44 +01:00
TrueCharts Bot
adb6289607 chore(deps): update container image tccr.io/truecharts/webtop-alpine-mate to latest (#14157) webtop-6.0.154 2023-10-31 08:35:43 +01:00
TrueCharts Bot
a1ce45c949 chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#14155) webtop-6.0.153 2023-10-31 07:37:22 +01:00
TrueCharts Bot
0ff81718ba chore(deps): update webtop (#14154) webtop-6.0.152 2023-10-31 06:36:23 +01:00
TrueCharts Bot
739a90f1c6 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#14152) foldingathome-6.0.10 2023-10-31 05:41:48 +01:00
TrueCharts Bot
fc40f459fd chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14153) rsshub-8.0.229 2023-10-31 05:40:37 +01:00
TrueCharts Bot
f323aa27f0 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#14151) wordpress-3.0.50 2023-10-31 04:40:17 +01:00
TrueCharts Bot
aa56be6e80 chore(deps): update container image tccr.io/truecharts/local-ai to v1.40.0 (#14149) 2023-10-31 03:41:49 +01:00
TrueCharts Bot
6f93d99a64 chore(deps): update container image tccr.io/truecharts/local-ai-ffmpeg to v1.40.0 (#14150) local-ai-0.0.10 2023-10-31 03:41:41 +01:00
TrueCharts Bot
f5b991d72e chore(deps): update container image tccr.io/truecharts/browserless-chrome-puppeteer13 to v1.61.0 (#14148) browserless-chrome-6.0.12 2023-10-31 03:02:03 +01:00
TrueCharts Bot
83296df575 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1106 (#14147) custom-app-9.0.32 jackett-15.0.33 2023-10-31 03:01:04 +01:00
TrueCharts Bot
e509501617 chore(deps): update container image tccr.io/truecharts/freshrss to v1.22.1 (#14144) freshrss-15.0.6 2023-10-31 01:56:40 +01:00
TrueCharts Bot
452e7fe6f4 chore(deps): update container image tccr.io/truecharts/plex to v1.32.7.7621 (#14145) plex-14.0.9 2023-10-31 01:56:32 +01:00
TrueCharts-Bot
6d0e3b2ca6 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-31 00:23:42 +00:00
sdimovv
8cea1337de fix(clusterissuer): Fix cluster certificate questions (#14141)
**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)-->
Fixes the yaml so that you can create a cluster cert via the SCALE UI
**⚙️ 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
-->

Modified questions.yaml on SCALE.

**📃 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
clusterissuer-4.2.2
2023-10-30 23:51:31 +01:00
TrueCharts Bot
98471cf563 chore(deps): update container image tccr.io/truecharts/bookstack to v23.10.20231030 (#14140) bookstack-8.0.6 2023-10-30 23:42:15 +01:00
TrueCharts Bot
b55657792f chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#14139) projectsend-8.0.18 2023-10-30 23:40:59 +01:00
TrueCharts Bot
53f992574c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14137) libremdb-3.0.239 2023-10-30 22:41:35 +01:00
TrueCharts Bot
68f6799e35 chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#14138) webtop-6.0.151 2023-10-30 22:36:13 +01:00
TrueCharts Bot
ecb15735f6 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.3.1 (#14136) zwavejs2mqtt-16.0.20 2023-10-30 20:39:43 +01:00
TrueCharts Bot
b3012cfa31 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14135) rsshub-8.0.228 2023-10-30 20:39:34 +01:00
TrueCharts Bot
e125f2dd3a chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.13 (#14132) qbitrr-0.0.14 2023-10-30 19:43:40 +01:00
TrueCharts Bot
381e7b4d79 chore(deps): update container image tccr.io/truecharts/netdata to v1.43.2 (#14131) netdata-6.0.10 2023-10-30 19:41:24 +01:00
TrueCharts Bot
5617181500 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#14130) pwndrop-6.0.15 2023-10-30 18:43:13 +01:00
TrueCharts Bot
e2f231d02b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14129) rsshub-8.0.227 2023-10-30 16:41:10 +01:00
TrueCharts Bot
d7b0a440d9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14127) libremdb-3.0.238 2023-10-30 15:43:22 +01:00
TrueCharts Bot
a1d010b5f7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14128) rsshub-8.0.226 2023-10-30 15:42:55 +01:00
TrueCharts Bot
bc8c3dba80 chore(deps): update container image tccr.io/truecharts/komga to v1.7.0 (#14124) komga-10.0.13 2023-10-30 12:38:00 +01:00
TrueCharts Bot
18bb162619 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#14123) quassel-core-8.0.12 2023-10-30 11:42:57 +01:00
sdimovv
e0b9fdaf6d feat(cert-manager): Add enableCertificateOwnerRef: true (#14110)
**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)-->

Configures cert-manager to delete the certificate secrets it created
when the corresponding CR is deleted.

**⚙️ 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
-->
1. Uncomment the cluster cert CR in values
2. Deploy
3. Check the cert secret is there 
4. Comment back the CR
5. Upgrade
6. Check the cert secret is gone

**📃 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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
cert-manager-1.1.0
2023-10-30 11:22:47 +01:00
sdimovv
783f6c6880 breaking(kubernetes-reflector): Move to enterprise train (#14111)
**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  #8634 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
kubernetes-reflector-1.0.0
2023-10-30 11:22:23 +01:00
TrueCharts Bot
753defd56e chore(deps): update container image tccr.io/truecharts/collabora to v23.05.5.3.1 (#14122) nextcloud-22.0.49 collabora-2.0.9 2023-10-30 10:43:48 +01:00
TrueCharts Bot
16a0a0687a chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.5 (#14121) qinglong-6.0.13 2023-10-30 10:39:43 +01:00
TrueCharts Bot
76db584567 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14120) libremdb-3.0.237 2023-10-30 08:38:31 +01:00
TrueCharts Bot
681269935d chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.4 (#14118) esphome-15.0.15 2023-10-30 07:41:41 +01:00
TrueCharts Bot
f6ee229155 chore(deps): update container image tccr.io/truecharts/komga to v1.7.0 (#14119) komga-10.0.12 2023-10-30 07:40:40 +01:00
TrueCharts Bot
65c64b6033 chore(deps): update container image tccr.io/truecharts/duckdns to latest (#14117) duckdns-6.0.12 2023-10-30 06:41:08 +01:00
TrueCharts Bot
856eeba58b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14116) libremdb-3.0.236 2023-10-30 03:48:43 +01:00
TrueCharts Bot
043ec0d7b9 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.5.0 (#14115) audiobookshelf-6.0.10 2023-10-30 03:01:51 +01:00
TrueCharts Bot
aebf31d233 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1104 (#14114) jackett-15.0.32 custom-app-9.0.31 2023-10-30 02:59:44 +01:00
TrueCharts Bot
0d2165e166 chore(deps): update container image tccr.io/truecharts/picoshare to v1.4.1 (#14113) picoshare-6.0.8 2023-10-30 01:54:13 +01:00
TrueCharts Bot
95198f1155 chore(deps): update rdesktop (#14112) rdesktop-5.0.125 2023-10-30 01:50:26 +01:00
TrueCharts Bot
9f11d9a396 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14109) libremdb-3.0.235 2023-10-30 00:41:03 +01:00
TrueCharts Bot
dcbf485cfe chore(deps): update container image tccr.io/truecharts/cops to latest (#14108) cops-5.0.19 2023-10-30 00:39:33 +01:00