Commit Graph
74 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub 37bd2b67d5 chore(helm): update chart common 25.0.0 → 25.1.0 by renovate (#27948)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.0.0` ->
`25.1.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2024-10-18 14:11:39 +02:00
d7a7e3a6f0 chore(deps): update chart cert-manager v1.15.3 → v1.16.1 by renovate (#27723)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://cert-manager.io)
([source](https://redirect.github.com/cert-manager/cert-manager)) |
minor | `v1.15.3` -> `v1.16.1` |

---

> [!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.16.1`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.16.1)

[Compare
Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.16.0...v1.16.1)

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

The cert-manager 1.16 release includes: new Helm chart features, more
Prometheus metrics, memory optimizations, and various improvements and
bug fixes for the ACME issuer and Venafi Issuer.

📖 Read the [complete 1.16 release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.16)
before upgrading.

#### 📜Changes since `v1.16.0`

##### Bug or Regression

- BUGFIX: Helm schema validation: the new schema validation was too
strict for the "global" section. Since the global section is shared
across all charts and sub-charts, we must also allow unknown fields.
([#&#8203;7348](https://redirect.github.com/cert-manager/cert-manager/pull/7348),
[`@inteon`](https://redirect.github.com/inteon))
- BUGFIX: Helm will now accept percentages for the
`podDisruptionBudget.minAvailable` and
`podDisruptionBudget.maxAvailable` values.
([#&#8203;7345](https://redirect.github.com/cert-manager/cert-manager/pull/7345),
[`@inteon`](https://redirect.github.com/inteon))
- Helm: allow `enabled` to be set as a value to toggle cert-manager as a
dependency.
([#&#8203;7356](https://redirect.github.com/cert-manager/cert-manager/pull/7356),
[`@inteon`](https://redirect.github.com/inteon))
- BUGFIX: A change in `v1.16.0` caused cert-manager's ACME ClusterIssuer
to look in the wrong namespace for resources required for the issuance
(e.g. credential Secrets). This is now fixed in `v1.16.1`.
([#&#8203;7342](https://redirect.github.com/cert-manager/cert-manager/pull/7342),
[`@inteon`](https://redirect.github.com/inteon))

###
[`v1.16.0`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.16.0)

[Compare
Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.3...v1.16.0)

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

The cert-manager 1.16 release includes: new Helm chart features, more
Prometheus metrics, memory optimizations, and various improvements and
bug fixes for the ACME issuer and Venafi Issuer.

📖 Read the [complete 1.16 release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.16)
at cert-manager.io.

#### ⚠️ Known issues

1. [Helm Chart: JSON schema prevents the chart being used as a sub-chart
on Rancher
RKE](https://redirect.github.com/cert-manager/cert-manager/issues/7329).
2. [ACME DNS01 **ClusterIssuer** fail while loading credentials from
Secret
resources](https://redirect.github.com/cert-manager/cert-manager/issues/7331).

####  Breaking changes

1. Helm schema validation may reject your existing Helm values files if
they contain typos or unrecognized fields.
2. Venafi Issuer may fail to renew certificates if the requested
duration conflicts with the CA’s minimum or maximum policy settings in
Venafi.
3. Venafi Issuer may fail to renew Certificates if the issuer has been
configured for TPP with username-password authentication.

📖 Read the [complete 1.16 release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.16)
at cert-manager.io.

#### 📜 Changes since v1.15.0

📖 Read the [complete 1.16 release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.16)
at cert-manager.io.

##### Feature

- Add `SecretRef` support for Venafi TPP issuer CA Bundle
([#&#8203;7036](https://redirect.github.com/cert-manager/cert-manager/pull/7036),
[`@sankalp-at-gh`](https://redirect.github.com/sankalp-at-gh))
- Add `renewBeforePercentage` alternative to `renewBefore`
([#&#8203;6987](https://redirect.github.com/cert-manager/cert-manager/pull/6987),
[`@cbroglie`](https://redirect.github.com/cbroglie))
- Add a metrics server to the cainjector
([#&#8203;7194](https://redirect.github.com/cert-manager/cert-manager/pull/7194),
[`@wallrj`](https://redirect.github.com/wallrj))
- Add a metrics server to the webhook
([#&#8203;7182](https://redirect.github.com/cert-manager/cert-manager/pull/7182),
[`@wallrj`](https://redirect.github.com/wallrj))
- Add client certificate auth method for Vault issuer
([#&#8203;4330](https://redirect.github.com/cert-manager/cert-manager/pull/4330),
[`@joshmue`](https://redirect.github.com/joshmue))
- Add process and go runtime metrics for controller
([#&#8203;6966](https://redirect.github.com/cert-manager/cert-manager/pull/6966),
[`@mindw`](https://redirect.github.com/mindw))
- Added `app.kubernetes.io/managed-by: cert-manager` label to the
cert-manager-webhook-ca Secret
([#&#8203;7154](https://redirect.github.com/cert-manager/cert-manager/pull/7154),
[`@jrcichra`](https://redirect.github.com/jrcichra))
- Allow the user to specify a Pod template when using GatewayAPI HTTP01
solver, this mirrors the behavior when using the Ingress HTTP01 solver.
([#&#8203;7211](https://redirect.github.com/cert-manager/cert-manager/pull/7211),
[`@ThatsMrTalbot`](https://redirect.github.com/ThatsMrTalbot))
- Create token request RBAC for the cert-manager ServiceAccount by
default
([#&#8203;7213](https://redirect.github.com/cert-manager/cert-manager/pull/7213),
[`@Jasper-Ben`](https://redirect.github.com/Jasper-Ben))
- Feature: Append cert-manager user-agent string to all AWS API
requests, including IMDS and STS requests.
([#&#8203;7295](https://redirect.github.com/cert-manager/cert-manager/pull/7295),
[`@wallrj`](https://redirect.github.com/wallrj))
- Feature: Log AWS SDK warnings and API requests at cert-manager debug
level to help debug AWS Route53 problems in the field.
([#&#8203;7292](https://redirect.github.com/cert-manager/cert-manager/pull/7292),
[`@wallrj`](https://redirect.github.com/wallrj))
- Feature: The Route53 DNS solver of the ACME Issuer will now use
regional STS endpoints computed from the region that is supplied in the
Issuer spec or in the `AWS_REGION` environment variable.
Feature: The Route53 DNS solver of the ACME Issuer now uses the
"ambient" region (`AWS_REGION` or `AWS_DEFAULT_REGION`) if
`issuer.spec.acme.solvers.dns01.route53.region` is empty; regardless of
the flags `--issuer-ambient-credentials` and
`--cluster-issuer-ambient-credentials`.
([#&#8203;7299](https://redirect.github.com/cert-manager/cert-manager/pull/7299),
[`@wallrj`](https://redirect.github.com/wallrj))
- Helm: adds JSON schema validation for the Helm values.
([#&#8203;7069](https://redirect.github.com/cert-manager/cert-manager/pull/7069),
[`@inteon`](https://redirect.github.com/inteon))
- If the `--controllers` flag only specifies disabled controllers, the
default controllers are now enabled implicitly.
Added `disableAutoApproval` and `approveSignerNames` Helm chart options.
([#&#8203;7049](https://redirect.github.com/cert-manager/cert-manager/pull/7049),
[`@inteon`](https://redirect.github.com/inteon))
- Make it easier to configure cert-manager using Helm by defaulting
`config.apiVersion` and `config.kind` within the Helm chart.
([#&#8203;7126](https://redirect.github.com/cert-manager/cert-manager/pull/7126),
[`@ThatsMrTalbot`](https://redirect.github.com/ThatsMrTalbot))
- Now passes down specified duration to Venafi client instead of using
the CA default only.
([#&#8203;7104](https://redirect.github.com/cert-manager/cert-manager/pull/7104),
[`@Guitarkalle`](https://redirect.github.com/Guitarkalle))
- Reduce the memory usage of `cainjector`, by only caching the metadata
of Secret resources.
Reduce the load on the K8S API server when `cainjector` starts up, by
only listing the metadata of Secret resources.
([#&#8203;7161](https://redirect.github.com/cert-manager/cert-manager/pull/7161),
[`@wallrj`](https://redirect.github.com/wallrj))
- The Route53 DNS01 solver of the ACME Issuer can now detect the AWS
region from the `AWS_REGION` and `AWS_DEFAULT_REGION` environment
variables, which is set by the IAM for Service Accounts (IRSA) webhook
and by the Pod Identity webhook.
The `issuer.spec.acme.solvers.dns01.route53.region` field is now
optional.
The API documentation of the `region` field has been updated to explain
when and how the region value is used.
([#&#8203;7287](https://redirect.github.com/cert-manager/cert-manager/pull/7287),
[`@wallrj`](https://redirect.github.com/wallrj))
- Venafi TPP issuer can now be used with a username & password
combination with OAuth. Fixes
[#&#8203;4653](https://redirect.github.com/cert-manager/cert-manager/issues/4653).
Breaking: cert-manager will no longer use the API Key authentication
method which was deprecated in 20.2 and since removed in 24.1 of TPP.
([#&#8203;7084](https://redirect.github.com/cert-manager/cert-manager/pull/7084),
[`@hawksight`](https://redirect.github.com/hawksight))
- You can now configure the pod security context of HTTP-01 solver pods.
([#&#8203;5373](https://redirect.github.com/cert-manager/cert-manager/pull/5373),
[`@aidy`](https://redirect.github.com/aidy))
- Helm: New value `webhook.extraEnv`, allows you to set custom
environment variables in the webhook Pod.
Helm: New value `cainjector.extraEnv`, allows you to set custom
environment variables in the cainjector Pod.
Helm: New value `startupapicheck.extraEnv`, allows you to set custom
environment variables in the startupapicheck Pod.
([#&#8203;7319](https://redirect.github.com/cert-manager/cert-manager/pull/7319),
[`@wallrj`](https://redirect.github.com/wallrj))

##### Bug or Regression

- Adds support (behind a flag) to use a domain qualified finalizer. If
the feature is enabled (which is not by default), it should prevent
Kubernetes from reporting: `metadata.finalizers:
"finalizer.acme.cert-manager.io": prefer a domain-qualified finalizer
name to avoid accidental conflicts with other finalizer writers`
([#&#8203;7273](https://redirect.github.com/cert-manager/cert-manager/pull/7273),
[`@jsoref`](https://redirect.github.com/jsoref))
- BUGFIX Route53: explicitly set the `aws-global` STS region which is
now required by the `github.com/aws/aws-sdk-go-v2` library.
([#&#8203;7108](https://redirect.github.com/cert-manager/cert-manager/pull/7108),
[`@inteon`](https://redirect.github.com/inteon))
- BUGFIX: fix issue that caused Vault issuer to not retry signing when
an error was encountered.
([#&#8203;7105](https://redirect.github.com/cert-manager/cert-manager/pull/7105),
[`@inteon`](https://redirect.github.com/inteon))
- BUGFIX: the dynamic certificate source used by the webhook TLS server
failed to detect a root CA approaching expiration, due to a calculation
error. This will cause the webhook TLS server to fail renewing its CA
certificate. Please upgrade before the expiration of this CA certificate
is reached.
([#&#8203;7230](https://redirect.github.com/cert-manager/cert-manager/pull/7230),
[`@inteon`](https://redirect.github.com/inteon))
- Bugfix: Prevent aggressive Route53 retries caused by IRSA
authentication failures by removing the Amazon Request ID from errors
wrapped by the default credential cache.
([#&#8203;7291](https://redirect.github.com/cert-manager/cert-manager/pull/7291),
[`@wallrj`](https://redirect.github.com/wallrj))
- Bugfix: Prevent aggressive Route53 retries caused by STS
authentication failures by removing the Amazon Request ID from STS
errors.
([#&#8203;7259](https://redirect.github.com/cert-manager/cert-manager/pull/7259),
[`@wallrj`](https://redirect.github.com/wallrj))
- Bump `grpc-go` to fix `GHSA-xr7q-jx4m-x55m`
([#&#8203;7164](https://redirect.github.com/cert-manager/cert-manager/pull/7164),
[`@SgtCoDFish`](https://redirect.github.com/SgtCoDFish))
- Bump the `go-retryablehttp` dependency to fix `CVE-2024-6104`
([#&#8203;7125](https://redirect.github.com/cert-manager/cert-manager/pull/7125),
[`@SgtCoDFish`](https://redirect.github.com/SgtCoDFish))
- Fix Azure DNS causing panics whenever authentication error happens
([#&#8203;7177](https://redirect.github.com/cert-manager/cert-manager/pull/7177),
[`@eplightning`](https://redirect.github.com/eplightning))
- Fix incorrect indentation of `endpointAdditionalProperties` in the
`PodMonitor` template of the Helm chart
([#&#8203;7190](https://redirect.github.com/cert-manager/cert-manager/pull/7190),
[`@wallrj`](https://redirect.github.com/wallrj))
- Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent
unbounded creation of HTTPRoute resources
([#&#8203;7178](https://redirect.github.com/cert-manager/cert-manager/pull/7178),
[`@miguelvr`](https://redirect.github.com/miguelvr))
- Handle errors arising from challenges missing from the ACME server
([#&#8203;7202](https://redirect.github.com/cert-manager/cert-manager/pull/7202),
[`@bdols`](https://redirect.github.com/bdols))
- Helm BUGFIX: the cainjector ConfigMap was not mounted in the
cainjector deployment.
([#&#8203;7052](https://redirect.github.com/cert-manager/cert-manager/pull/7052),
[`@inteon`](https://redirect.github.com/inteon))
- Improve the startupapicheck: validate that the validating and mutating
webhooks are doing their job.
([#&#8203;7057](https://redirect.github.com/cert-manager/cert-manager/pull/7057),
[`@inteon`](https://redirect.github.com/inteon))
- The `KeyUsages` X.509 extension is no longer added when there are no
key usages set (in accordance to RFC 5280 Section 4.2.1.3)
([#&#8203;7250](https://redirect.github.com/cert-manager/cert-manager/pull/7250),
[`@inteon`](https://redirect.github.com/inteon))
- Update `github.com/Azure/azure-sdk-for-go/sdk/azidentity` to address
`CVE-2024-35255`
([#&#8203;7087](https://redirect.github.com/cert-manager/cert-manager/pull/7087),
[`@dependabot[bot]`](https://redirect.github.com/apps/dependabot))

##### Other (Cleanup or Flake)

-   Old API versions were removed from the codebase.
    Removed:
    (acme.)cert-manager.io/v1alpha2
    (acme.)cert-manager.io/v1alpha3
(acme.)cert-manager.io/v1beta1
([#&#8203;7278](https://redirect.github.com/cert-manager/cert-manager/pull/7278),
[`@inteon`](https://redirect.github.com/inteon))
- Upgrading to client-go `v0.31.0` removes a lot of noisy `reflector.go:
unable to sync list result: internal error: cannot cast object
DeletedFinalStateUnknown` errors from logs.
([#&#8203;7237](https://redirect.github.com/cert-manager/cert-manager/pull/7237),
[`@inteon`](https://redirect.github.com/inteon))
- Bump Go to `v1.23.2`
([#&#8203;7324](https://redirect.github.com/cert-manager/cert-manager/pull/7324),
[`@cert-manager-bot`](https://redirect.github.com/cert-manager-bot))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-10-15 22:02:19 +02:00
TrueCharts BotandGitHub 58d7245637 chore(container): update image tccr.io/tccr/scratch to 4aef9db by renovate (#27653)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/scratch | digest | `fa8db43` -> `4aef9db` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-13 14:14:42 +02:00
TrueCharts-Bot d1abf80d18 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-10-09 00:17:54 +00:00
TrueCharts BotandGitHub 6e62659dba chore(deps): update ignored by renovate (major) (#26918)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | major |
`24.1.19` -> `25.0.0` |
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | major |
`24.0.9` -> `25.0.0` |
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| major | `62.3.1` -> `64.0.0` |

---

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

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v64.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-63.1.0...kube-prometheus-stack-64.0.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-63.1.0...kube-prometheus-stack-64.0.0)

###
[`v63.1.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-63.0.0...kube-prometheus-stack-63.1.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-63.0.0...kube-prometheus-stack-63.1.0)

###
[`v63.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.7.0...kube-prometheus-stack-63.0.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.7.0...kube-prometheus-stack-63.0.0)

###
[`v62.7.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.6.0...kube-prometheus-stack-62.7.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.6.0...kube-prometheus-stack-62.7.0)

###
[`v62.6.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.1...kube-prometheus-stack-62.6.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.1...kube-prometheus-stack-62.6.0)

###
[`v62.5.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.0...kube-prometheus-stack-62.5.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.0...kube-prometheus-stack-62.5.1)

###
[`v62.5.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.4.0...kube-prometheus-stack-62.5.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.4.0...kube-prometheus-stack-62.5.0)

###
[`v62.4.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.3.1...kube-prometheus-stack-62.4.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.3.1...kube-prometheus-stack-62.4.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTA2LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsidXBkYXRlL2RvY2tlci9nZW5lcmFsL21ham9yIl19-->
2024-10-02 15:03:33 +02:00
TrueCharts BotandGitHub 2da6d7d997 chore(deps): update ignored by renovate (patch) (#26180)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.15` -> `24.1.19` |
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `62.3.0` -> `62.3.1` |
| [kubeapps](https://redirect.github.com/bitnami/charts)
([source](https://redirect.github.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| patch | `16.0.0` -> `16.0.1` |

---

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

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v62.3.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.3.0...kube-prometheus-stack-62.3.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.3.0...kube-prometheus-stack-62.3.1)

</details>

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v16.0.1`](https://redirect.github.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1601-2024-09-03)

- \[bitnami/kubeapps] Release 16.0.1
([#&#8203;29165](https://redirect.github.com/bitnami/charts/pull/29165))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43My4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJ1cGRhdGUvaWdub3JlZCJdfQ==-->
2024-10-02 14:20:30 +02:00
30311a57f3 chore(deps): lock file maintenance helm system by renovate (#24247)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|  | lockFileMaintenance | All locks refreshed |
| [localpv-provisioner](http://www.openebs.io/)
([source](https://togithub.com/openebs/dynamic-localpv-provisioner)) |
minor | `4.0.0` -> `4.1.0` |
|
[gpu-operator](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/overview.html)
([source](https://togithub.com/NVIDIA/gpu-operator)) | minor | `v24.3.0`
-> `v24.6.1` |
| [nvidia-device-plugin](https://togithub.com/NVIDIA/k8s-device-plugin)
| minor | `0.15.1` -> `0.16.2` |
|
[node-feature-discovery](https://togithub.com/kubernetes-sigs/node-feature-discovery)
| patch | `0.16.3` -> `0.16.4` |
| [metallb](https://metallb.universe.tf)
([source](https://togithub.com/metallb/metallb)) | patch | `0.14.5` ->
`0.14.8` |
| csi-driver-smb | minor | `v1.14.0` -> `v1.15.0` |
| csi-driver-nfs | minor | `v4.7.0` -> `v4.8.0` |
| [cloudnative-pg](https://cloudnative-pg.io)
([source](https://togithub.com/cloudnative-pg/charts)) | minor |
`0.21.5` -> `0.22.0` |
| [cert-manager](https://cert-manager.io)
([source](https://togithub.com/cert-manager/cert-manager)) | patch |
`v1.15.1` -> `v1.15.3` |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>openebs/dynamic-localpv-provisioner
(localpv-provisioner)</summary>

###
[`v4.1.0`](https://togithub.com/openebs/dynamic-localpv-provisioner/blob/HEAD/CHANGELOG.md#v410--2024-07-03)

[Compare
Source](https://togithub.com/openebs/dynamic-localpv-provisioner/compare/localpv-provisioner-4.0.0...localpv-provisioner-4.1.0)

\===================

- Add pod priorityClassName to prevent race condition due to pod
eviction
([#&#8203;182](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/182),[@&#8203;bernardgut](https://togithub.com/bernardgut))
- Allow specifying additional labels to be applied to all helm chart
resources
([#&#8203;183](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/183),[@&#8203;laverya](https://togithub.com/laverya))
- feat(provisioner): update analytics pkg
([#&#8203;188](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/188),[@&#8203;niladrih](https://togithub.com/niladrih))
- build: update base alpine image version to 3.20.1
([#&#8203;189](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/189),[@&#8203;niladrih](https://togithub.com/niladrih))

</details>

<details>
<summary>NVIDIA/gpu-operator (gpu-operator)</summary>

###
[`v24.6.1`](https://togithub.com/NVIDIA/gpu-operator/releases/tag/v24.6.1):
GPU Operator 24.6.1 Release

[Compare
Source](https://togithub.com/NVIDIA/gpu-operator/compare/v24.6.0...v24.6.1)


https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/24.6.1/index.html

###
[`v24.6.0`](https://togithub.com/NVIDIA/gpu-operator/releases/tag/v24.6.0):
GPU Operator 24.6.0 Release

[Compare
Source](https://togithub.com/NVIDIA/gpu-operator/compare/v24.3.0...v24.6.0)


https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/24.6.0/release-notes.html

</details>

<details>
<summary>NVIDIA/k8s-device-plugin (nvidia-device-plugin)</summary>

###
[`v0.16.2`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0162)

[Compare
Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.16.1...v0.16.2)

- Add CAP_SYS_ADMIN if volume-mounts list strategy is included (fixes
[#&#8203;856](https://togithub.com/NVIDIA/k8s-device-plugin/issues/856))
-   Remove unneeded DEVICE_PLUGIN_MODE envvar
-   Fix applying SELinux label for MPS

###
[`v0.16.1`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0161)

[Compare
Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.16.0...v0.16.1)

- Bump nvidia-container-toolkit to v1.16.1 to fix a bug with CDI spec
generation for MIG devices

###
[`v0.16.0`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0160)

[Compare
Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.15.1...v0.16.0)

-   Fixed logic of atomic writing of the feature file
-   Replaced `WithDialer` with `WithContextDialer`
-   Fixed SELinux context of MPS pipe directory.
- Changed behavior for empty MIG devices to issue a warning instead of
an error when the mixed strategy is selected
-   Added a a GFD node label for the GPU mode.
-   Update CUDA base image version to 12.5.1

</details>

<details>
<summary>kubernetes-sigs/node-feature-discovery
(node-feature-discovery)</summary>

###
[`v0.16.4`](https://togithub.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.16.4)

[Compare
Source](https://togithub.com/kubernetes-sigs/node-feature-discovery/compare/v0.16.3...v0.16.4)

#### What's Changed

This patch release contains improvements to the Helm chart, adding
configurable liveness and readiness probes for all daemons and
configurable revision history limit for the nfd-worker and
nfd-topology-updater.

- Helm: Add revision history limit for worker daemonset
([#&#8203;1797](https://togithub.com/kubernetes-sigs/node-feature-discovery/issues/1797))
by [@&#8203;marquiz](https://togithub.com/marquiz) in
[https://github.com/kubernetes-sigs/node-feature-discovery/pull/1799](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1799)
- go.mod: bump kubernetes to v1.30.3 by
[@&#8203;marquiz](https://togithub.com/marquiz) in
[https://github.com/kubernetes-sigs/node-feature-discovery/pull/1805](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1805)
- helm: add configurable liveness\&readiness probes by
[@&#8203;marquiz](https://togithub.com/marquiz) in
[https://github.com/kubernetes-sigs/node-feature-discovery/pull/1808](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1808)
- Add helm migration guide by
[@&#8203;k8s-infra-cherrypick-robot](https://togithub.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/node-feature-discovery/pull/1825](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1825)

**Full Changelog**:
https://github.com/kubernetes-sigs/node-feature-discovery/compare/v0.16.3...v0.16.4

</details>

<details>
<summary>metallb/metallb (metallb)</summary>

###
[`v0.14.8`](https://togithub.com/metallb/metallb/releases/tag/v0.14.8):
v0.14.18

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.14.7...v0.14.8)

See the release notes for the details

https://metallb.universe.tf/release-notes/#version-0-14-8

###
[`v0.14.7`](https://togithub.com/metallb/metallb/releases/tag/v0.14.7):
v0.14.17

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.14.6...v0.14.7)

See the release notes for the details

https://metallb.universe.tf/release-notes/#version-0-14-7

###
[`v0.14.6`](https://togithub.com/metallb/metallb/releases/tag/v0.14.6):
v0.14.16

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.14.5...v0.14.6)

See the release notes for the details

https://metallb.universe.tf/release-notes/#version-0-14-6

</details>

<details>
<summary>cloudnative-pg/charts (cloudnative-pg)</summary>

###
[`v0.22.0`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.22.0)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.6...cloudnative-pg-v0.22.0)

CloudNativePG Operator Helm Chart

#### What's Changed

- Kyverno Chainsaw Test Suite by
[@&#8203;itay-grudev](https://togithub.com/itay-grudev) in
[https://github.com/cloudnative-pg/charts/pull/341](https://togithub.com/cloudnative-pg/charts/pull/341)
- chore(deps): update sigstore/cosign-installer action to v3.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/347](https://togithub.com/cloudnative-pg/charts/pull/347)
- chore(deps): update kyverno/action-install-chainsaw action to v0.2.8
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/349](https://togithub.com/cloudnative-pg/charts/pull/349)
- Release cloudnative-pg-v0.22.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/cloudnative-pg/charts/pull/352](https://togithub.com/cloudnative-pg/charts/pull/352)

**Full Changelog**:
https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.6...cloudnative-pg-v0.22.0

###
[`v0.21.6`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.6)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.5...cloudnative-pg-v0.21.6)

CloudNativePG Operator Helm Chart

#### What's Changed

- Add walStorage capability and remove gkeEnvironment conflict in
cluster chart. by [@&#8203;rocket357](https://togithub.com/rocket357) in
[https://github.com/cloudnative-pg/charts/pull/312](https://togithub.com/cloudnative-pg/charts/pull/312)
- chore(deps): update actions/setup-python action to v5.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/330](https://togithub.com/cloudnative-pg/charts/pull/330)
- chore(deps): update docker/login-action action to v3.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/333](https://togithub.com/cloudnative-pg/charts/pull/333)
- chore: add support for `hostNetwork` in chart by
[@&#8203;marckhair](https://togithub.com/marckhair) in
[https://github.com/cloudnative-pg/charts/pull/324](https://togithub.com/cloudnative-pg/charts/pull/324)
- feat(cloudnative-pg): Configuration of PodMonitor relabeling rules by
[@&#8203;npdgm](https://togithub.com/npdgm) in
[https://github.com/cloudnative-pg/charts/pull/148](https://togithub.com/cloudnative-pg/charts/pull/148)
- fix: linter - trailing white spaces by
[@&#8203;sxd](https://togithub.com/sxd) in
[https://github.com/cloudnative-pg/charts/pull/339](https://togithub.com/cloudnative-pg/charts/pull/339)
- Release cloudnative-pg-v0.21.6 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/cloudnative-pg/charts/pull/340](https://togithub.com/cloudnative-pg/charts/pull/340)

#### New Contributors

- [@&#8203;rocket357](https://togithub.com/rocket357) made their first
contribution in
[https://github.com/cloudnative-pg/charts/pull/312](https://togithub.com/cloudnative-pg/charts/pull/312)
- [@&#8203;marckhair](https://togithub.com/marckhair) made their first
contribution in
[https://github.com/cloudnative-pg/charts/pull/324](https://togithub.com/cloudnative-pg/charts/pull/324)
- [@&#8203;npdgm](https://togithub.com/npdgm) made their first
contribution in
[https://github.com/cloudnative-pg/charts/pull/148](https://togithub.com/cloudnative-pg/charts/pull/148)

**Full Changelog**:
https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.5...cloudnative-pg-v0.21.6

</details>

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

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

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

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

**🔗 [See
v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)
for more information about cert-manager 1.15 and read-before-upgrade
info.**

#### 📜 Changes since
[`v1.15.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.2)

##### Bug or Regression

- BUGFIX: the dynamic certificate source used by the webhook TLS server
failed to detect a root CA approaching expiration, due to a calculation
error. This will cause the webhook TLS server to fail renewing its CA
certificate. Please upgrade before the expiration of this CA certificate
is reached.
([#&#8203;7232](https://togithub.com/cert-manager/cert-manager/issues/7232),
[@&#8203;cert-manager-bot](https://togithub.com/cert-manager-bot))

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

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

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

**🔗 [See
v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)
for more information about cert-manager 1.15 and read-before-upgrade
info.**

#### 📜 Changes since
[`v1.15.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.1)

##### Bug or Regression

- BUGFIX `route53`: explicitly set the `aws-global` STS region which is
now required by the `github.com/aws/aws-sdk-go-v2` library.
([#&#8203;7189](https://togithub.com/cert-manager/cert-manager/pull/7189),
[`@cert-manager-bot`](https://togithub.com/cert-manager-bot))
- Bump `grpc-go` to fix `GHSA-xr7q-jx4m-x55m`
([#&#8203;7167](https://togithub.com/cert-manager/cert-manager/pull/7167),
[`@SgtCoDFish`](https://togithub.com/SgtCoDFish))
- Fix Azure DNS causing panics whenever authentication error happens
([#&#8203;7188](https://togithub.com/cert-manager/cert-manager/pull/7188),
[`@cert-manager-bot`](https://togithub.com/cert-manager-bot))
- Fix incorrect value and indentation of `endpointAdditionalProperties`
in the `PodMonitor` template of the Helm chart
([#&#8203;7191](https://togithub.com/cert-manager/cert-manager/pull/7191),
[`@inteon`](https://togithub.com/inteon))
- Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent
unbounded creation of `HTTPRoute` resources
([#&#8203;7186](https://togithub.com/cert-manager/cert-manager/pull/7186),
[`@cert-manager-bot`](https://togithub.com/cert-manager-bot))
- Upgrade `golang` from `1.22.3` to `1.22.5`
([#&#8203;7165](https://togithub.com/cert-manager/cert-manager/pull/7165),
[`@github-actions`](https://togithub.com/github-actions))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM4LjUxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsidXBkYXRlL2hlbG0vc3lzdGVtIl19-->

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-09-09 18:15:48 +02:00
866009d9b3 chore(deps): update ignored by renovate (patch) (#25560)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.6` -> `24.1.15` |
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `61.3.2` -> `61.3.3` |
| [kubeapps](https://redirect.github.com/bitnami/charts)
([source](https://redirect.github.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| patch | `15.3.9` -> `15.3.10` |
| quay.io/brancz/kube-rbac-proxy | patch | `v0.18.0` -> `v0.18.1` |
| spegel | patch | `v0.0.23` -> `v0.0.24` |
|
[tccr.io/tccr/lvm-disk-watcher](https://redirect.github.com/truecharts/containers)
| patch | `v3.20.2` -> `v3.20.3` |

---

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

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v61.3.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.3)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.3)

</details>

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v15.3.10`](https://redirect.github.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small15310-2024-07-25-small)

- \[bitnami/kubeapps] Release 15.3.10
([#&#8203;28437](https://redirect.github.com/bitnami/charts/issues/28437))
([cd89d4f](https://redirect.github.com/bitnami/charts/commit/cd89d4fffc71c4bcb663127de19524340c9a177c)),
closes
[#&#8203;28437](https://redirect.github.com/bitnami/charts/issues/28437)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41NS4yIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJ1cGRhdGUvaWdub3JlZCJdfQ==-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-09-09 18:15:21 +02:00
51504b7b00 chore(deps): update ignored by renovate (patch) (#24139)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.5` ->
`24.1.6` |
| [kubeapps](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| patch | `15.3.5` -> `15.3.9` |

---

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

---

### Release Notes

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v15.3.9`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1539-2024-07-24)

- \[bitnami/kubeapps] Release 15.3.9
([#&#8203;28300](https://togithub.com/bitnami/charts/pull/28300))

###
[`v15.3.8`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1538-2024-07-23-small)

- \[bitnami/kubeapps] Release 15.3.8
([#&#8203;28214](https://togithub.com/bitnami/charts/issues/28214))
([f44f329](https://togithub.com/bitnami/charts/commit/f44f329af1153385a569d735b0d5cd46391d0a67)),
closes [#&#8203;28214](https://togithub.com/bitnami/charts/issues/28214)

###
[`v15.3.7`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1537-2024-07-18-small)

- \[bitnami/kubeapps] Global StorageClass as default value
([#&#8203;28045](https://togithub.com/bitnami/charts/issues/28045))
([44a64a8](https://togithub.com/bitnami/charts/commit/44a64a8adb3b1e66aa43a41f85cb3d51f14b322a)),
closes [#&#8203;28045](https://togithub.com/bitnami/charts/issues/28045)

###
[`v15.3.6`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1536-2024-07-03-small)

- \[bitnami/\*] Update README changing TAC wording
([#&#8203;27530](https://togithub.com/bitnami/charts/issues/27530))
([52dfed6](https://togithub.com/bitnami/charts/commit/52dfed6bac44d791efabfaf06f15daddc4fefb0c)),
closes [#&#8203;27530](https://togithub.com/bitnami/charts/issues/27530)
- \[bitnami/kubeapps] Release 15.3.6
([#&#8203;27706](https://togithub.com/bitnami/charts/issues/27706))
([ea5443f](https://togithub.com/bitnami/charts/commit/ea5443fd9bdb8a27e10bf03824d8d37f4189a834)),
closes [#&#8203;27706](https://togithub.com/bitnami/charts/issues/27706)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-07-24 18:44:42 +02:00
TrueCharts-Bot 9c6cf1b50b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-07-06 00:14:19 +00:00
TrueCharts BotandGitHub 58e2395dfd chore(deps): lock file maintenance helm system by renovate (#22792)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|  | lockFileMaintenance | All locks refreshed |
| [nvidia-device-plugin](https://togithub.com/NVIDIA/k8s-device-plugin)
| patch | `0.15.0` -> `0.15.1` |
| [cloudnative-pg](https://cloudnative-pg.io)
([source](https://togithub.com/cloudnative-pg/charts)) | patch |
`0.21.3` -> `0.21.5` |
| [cert-manager](https://cert-manager.io)
([source](https://togithub.com/cert-manager/cert-manager)) | minor |
`v1.14.5` -> `v1.15.1` |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>NVIDIA/k8s-device-plugin (nvidia-device-plugin)</summary>

###
[`v0.15.1`](https://togithub.com/NVIDIA/k8s-device-plugin/releases/tag/v0.15.1)

[Compare
Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.15.0...v0.15.1)

#### Changelog

- Fix inconsistent usage of `hasConfigMap` helm template. This addresses
cases where certain resources (roles and service accounts) would be
created even if they were not required.
- Raise an error in GFD when MPS is used with MIG. This ensures that the
behavior across GFD and the Device Plugin is consistent.
-   Remove provenance information from published images.
-   Use half of total memory for size of MPS tmpfs by default.

</details>

<details>
<summary>cloudnative-pg/charts (cloudnative-pg)</summary>

###
[`v0.21.5`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.5)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.4...cloudnative-pg-v0.21.5)

CloudNativePG Operator Helm Chart

#### What's Changed

- chore(deps): update actions/checkout action to v4.1.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/318](https://togithub.com/cloudnative-pg/charts/pull/318)
- Release cloudnative-pg-v0.21.5 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/cloudnative-pg/charts/pull/315](https://togithub.com/cloudnative-pg/charts/pull/315)

**Full Changelog**:
https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.4...cloudnative-pg-v0.21.5

###
[`v0.21.4`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.4)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.3...cloudnative-pg-v0.21.4)

CloudNativePG Operator Helm Chart

#### What's Changed

- fix additionalEnv typo in deployment.yaml by
[@&#8203;Stevenpc3](https://togithub.com/Stevenpc3) in
[https://github.com/cloudnative-pg/charts/pull/305](https://togithub.com/cloudnative-pg/charts/pull/305)

**Full Changelog**:
https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.3...cloudnative-pg-v0.21.4

</details>

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

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

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

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

**🔗 [See
v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)
for more information about cert-manager 1.15 and read-before-upgrade
info.**

#### 📜 Changes since
[v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)

##### Bug or Regression

- BUGFIX: fix issue that caused Vault issuer to not retry signing when
an error was encountered.
([#&#8203;7111](https://togithub.com/cert-manager/cert-manager/issues/7111),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address
CVE-2024-35255
([#&#8203;7092](https://togithub.com/cert-manager/cert-manager/issues/7092),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Bump the go-retryablehttp dependency to fix CVE-2024-6104
([#&#8203;7130](https://togithub.com/cert-manager/cert-manager/issues/7130),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))

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

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

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

cert-manager 1.15 promotes several features to beta, including
GatewayAPI support (`ExperimentalGatewayAPISupport`), the ability to
provide a subject in the Certificate that will be used literally in the
CertificateSigningRequest (`LiteralCertificateSubject`) and the
outputting of additional certificate formats
(`AdditionalCertificateOutputFormats`).

> \[!NOTE]
>
> The `cmctl` binary have been moved to
https://github.com/cert-manager/cmctl/releases.
> For the startupapicheck Job you should update references to point at
`quay.io/jetstack/cert-manager-startupapicheck`

> \[!NOTE]
>
> From this release, the Helm chart will no longer uninstall the CRDs
when the chart is uninstalled. If you want the CRDs to be removed on
uninstall use `crds.keep=false` when installing the Helm chart.

#### Community

Thanks again to all open-source contributors with commits in this
release, including: [@&#8203;Pionerd](https://togithub.com/Pionerd),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot),
[@&#8203;andrey-dubnik](https://togithub.com/andrey-dubnik),
[@&#8203;bwaldrep](https://togithub.com/bwaldrep),
[@&#8203;eplightning](https://togithub.com/eplightning),
[@&#8203;erikgb](https://togithub.com/erikgb),
[@&#8203;findnature](https://togithub.com/findnature),
[@&#8203;gplessis](https://togithub.com/gplessis),
[@&#8203;import-shiburin](https://togithub.com/import-shiburin),
[@&#8203;inteon](https://togithub.com/inteon),
[@&#8203;jkroepke](https://togithub.com/jkroepke),
[@&#8203;lunarwhite](https://togithub.com/lunarwhite),
[@&#8203;mangeshhambarde](https://togithub.com/mangeshhambarde),
[@&#8203;pwhitehead-splunk](https://togithub.com/pwhitehead-splunk) &
[@&#8203;rodrigorfk](https://togithub.com/rodrigorfk),
[@&#8203;wallrj](https://togithub.com/wallrj).

Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish),
[@&#8203;SpectralHiss](https://togithub.com/SpectralHiss),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot),
[@&#8203;hawksight](https://togithub.com/hawksight),
[@&#8203;inteon](https://togithub.com/inteon),
[@&#8203;maelvls](https://togithub.com/maelvls) &
[@&#8203;wallrj](https://togithub.com/wallrj).

Equally thanks to everyone who provided feedback, helped users and
raised issues on GitHub and Slack and joined our meetings!

Thanks also to the CNCF, which provides resources and support, and to
the AWS open source team for being good community members and for their
maintenance of the PrivateCA Issuer.

In addition, massive thanks to Venafi for contributing developer time
and resources towards the continued maintenance of cert-manager
projects.

#### Changes by Kind

##### Feature

- GatewayAPI support has graduated to Beta. Add the
`--enable-gateway-api` flag to enable the integration.
([#&#8203;6961](https://togithub.com/cert-manager/cert-manager/issues/6961),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Add support to specify a custom key alias in a JKS Keystore
([#&#8203;6807](https://togithub.com/cert-manager/cert-manager/issues/6807),
[@&#8203;bwaldrep](https://togithub.com/bwaldrep))
- Add the ability to communicate with Vault via mTLS when strict client
certificates is enabled at Vault server side
([#&#8203;6614](https://togithub.com/cert-manager/cert-manager/issues/6614),
[@&#8203;rodrigorfk](https://togithub.com/rodrigorfk))
- Added option to provide additional audiences in the service account
auth section for vault
([#&#8203;6718](https://togithub.com/cert-manager/cert-manager/issues/6718),
[@&#8203;andrey-dubnik](https://togithub.com/andrey-dubnik))
- Venafi Issuer now sends a cert-manager HTTP User-Agent header in all
Venafi Rest API requests.
For example:
`cert-manager-certificaterequests-issuer-venafi/v1.15.0+(linux/amd64)+cert-manager/ef068a59008f6ed919b98a7177921ddc9e297200`.
([#&#8203;6865](https://togithub.com/cert-manager/cert-manager/issues/6865),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Add hint to validation error message to help users of external issuers
more easily fix the issue if they specify a Kind but forget the Group
([#&#8203;6913](https://togithub.com/cert-manager/cert-manager/issues/6913),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Add support for numeric OID types in LiteralSubject. Eg.
"1.2.3.4=String Value"
([#&#8203;6775](https://togithub.com/cert-manager/cert-manager/issues/6775),
[@&#8203;inteon](https://togithub.com/inteon))
- Promote the `LiteralCertificateSubject` feature to Beta.
([#&#8203;7030](https://togithub.com/cert-manager/cert-manager/issues/7030),
[@&#8203;inteon](https://togithub.com/inteon))
- Promoted the AdditionalCertificateOutputFormats feature gate to Beta
(enabled by default).
([#&#8203;6970](https://togithub.com/cert-manager/cert-manager/issues/6970),
[@&#8203;erikgb](https://togithub.com/erikgb))
- The Helm chart now allows you to supply `extraObjects`; a list of yaml
manifests which will helm will install and uninstall with the
cert-manager manifests.
([#&#8203;6424](https://togithub.com/cert-manager/cert-manager/issues/6424),
[@&#8203;gplessis](https://togithub.com/gplessis))
- Update the Route53 provider to support fetching credentials using
AssumeRoleWithWebIdentity
([#&#8203;6878](https://togithub.com/cert-manager/cert-manager/issues/6878),
[@&#8203;pwhitehead-splunk](https://togithub.com/pwhitehead-splunk))
- Helm can now add optional hostAliases to cert-manager Pod to allow the
DNS self-check to pass in custom scenarios.
([#&#8203;6456](https://togithub.com/cert-manager/cert-manager/issues/6456),
[@&#8203;Pionerd](https://togithub.com/Pionerd))
- Added a new Ingress annotation for copying specific Ingress
annotations to Certificate's secretTemplate
([#&#8203;6839](https://togithub.com/cert-manager/cert-manager/issues/6839),
[@&#8203;mangeshhambarde](https://togithub.com/mangeshhambarde))
- Added option to define additional token audiences for the Vault
Kubernetes auth
([#&#8203;6744](https://togithub.com/cert-manager/cert-manager/issues/6744),
[@&#8203;andrey-dubnik](https://togithub.com/andrey-dubnik))
- Allow `cert-manager.io/allow-direct-injection` in annotations
([#&#8203;6801](https://togithub.com/cert-manager/cert-manager/issues/6801),
[@&#8203;jkroepke](https://togithub.com/jkroepke))

##### Design

- Remove repetitive words
([#&#8203;6949](https://togithub.com/cert-manager/cert-manager/issues/6949),
[@&#8203;findnature](https://togithub.com/findnature))

##### Bug or Regression

- BUGFIX: Fixes issue with JSON-logging, where only a subset of the log
messages were output as JSON.
([#&#8203;6779](https://togithub.com/cert-manager/cert-manager/issues/6779),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX: JKS and PKCS12 stores now contain the full set of CAs
specified by an issuer
([#&#8203;6806](https://togithub.com/cert-manager/cert-manager/issues/6806),
[@&#8203;bwaldrep](https://togithub.com/bwaldrep))
- BUGFIX: cainjector leaderelection flag/config option defaults are
missing
([#&#8203;6816](https://togithub.com/cert-manager/cert-manager/issues/6816),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX: cert-manager issuers incorrectly copied the critical flag from
the CSR instead of re-calculating that field themselves.
([#&#8203;6724](https://togithub.com/cert-manager/cert-manager/issues/6724),
[@&#8203;inteon](https://togithub.com/inteon))
- Breaking Change: Fixed unintended certificate chain is used if
`preferredChain` is configured.
([#&#8203;6755](https://togithub.com/cert-manager/cert-manager/issues/6755),
[@&#8203;import-shiburin](https://togithub.com/import-shiburin))
- Bugfix: LiteralSubjects with a #= value can result in memory issues
due to faulty BER parser (github.com/go-asn1-ber/asn1-ber).
([#&#8203;6770](https://togithub.com/cert-manager/cert-manager/issues/6770),
[@&#8203;inteon](https://togithub.com/inteon))
- DigitalOcean: Ensure that only TXT records are considered for deletion
when cleaning up after an ACME challenge
([#&#8203;6875](https://togithub.com/cert-manager/cert-manager/issues/6875),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Fix backwards incompatible removal of default prometheus Service
resource.
([#&#8203;6699](https://togithub.com/cert-manager/cert-manager/issues/6699),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix broken cainjector image value in Helm chart
([#&#8203;6692](https://togithub.com/cert-manager/cert-manager/issues/6692),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Helm: Fix a bug in the logic that differentiates between 0 and an
empty value.
([#&#8203;6713](https://togithub.com/cert-manager/cert-manager/issues/6713),
[@&#8203;inteon](https://togithub.com/inteon))
- Make sure the Azure SDK error messages are stable.
([#&#8203;6676](https://togithub.com/cert-manager/cert-manager/issues/6676),
[@&#8203;inteon](https://togithub.com/inteon))
- When using the literalSubject on a Certificate, the webhook validation
for the common name now also points to the literalSubject.
([#&#8203;6767](https://togithub.com/cert-manager/cert-manager/issues/6767),
[@&#8203;lunarwhite](https://togithub.com/lunarwhite))
- Bump golang.org/x/net to fix CVE-2023-45288
([#&#8203;6929](https://togithub.com/cert-manager/cert-manager/issues/6929),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Fix ACME issuer being stuck waiting for DNS propagation when using
Azure DNS with multiple instances issuing for the same FQDN
([#&#8203;6351](https://togithub.com/cert-manager/cert-manager/issues/6351),
[@&#8203;eplightning](https://togithub.com/eplightning))
- Fix cainjector ConfigMap not mounted in the cainjector deployment.
([#&#8203;7055](https://togithub.com/cert-manager/cert-manager/issues/7055),
[@&#8203;inteon](https://togithub.com/inteon))
- Added `disableAutoApproval` and `approveSignerNames` Helm chart
options.
([#&#8203;7054](https://togithub.com/cert-manager/cert-manager/issues/7054),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- ⚠️ Possibly breaking: Helm will now keep the CRDs when you uninstall
cert-manager by default to prevent accidental data loss.
([#&#8203;6760](https://togithub.com/cert-manager/cert-manager/issues/6760),
[@&#8203;inteon](https://togithub.com/inteon))
- New `crds.keep` and `crds.enabled` Helm options can now be used
instead of the `installCRDs` option.
([#&#8203;6760](https://togithub.com/cert-manager/cert-manager/issues/6760),
[@&#8203;inteon](https://togithub.com/inteon))
- Bump base images
([#&#8203;6840](https://togithub.com/cert-manager/cert-manager/issues/6840),
[@&#8203;inteon](https://togithub.com/inteon))
- Bump github.com/go-jose/go-jose to v3.0.3 to fix CVE-2024-28180
([#&#8203;6854](https://togithub.com/cert-manager/cert-manager/issues/6854),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Removed deprecated util functions that have been replaced by the
`slices` and `k8s.io/apimachinery/pkg/util` packages.
Removed deprecated CSR functions which have been replaced with other
functions in the `pkg/util/pki` package.
([#&#8203;6730](https://togithub.com/cert-manager/cert-manager/issues/6730),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade go to 1.21.8: fixes CVE-2024-24783
([#&#8203;6823](https://togithub.com/cert-manager/cert-manager/issues/6823),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade go to latest version 1.22.1
([#&#8203;6831](https://togithub.com/cert-manager/cert-manager/issues/6831),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade google.golang.org/protobuf: fixing GO-2024-2611
([#&#8203;6827](https://togithub.com/cert-manager/cert-manager/issues/6827),
[@&#8203;inteon](https://togithub.com/inteon))
- `cmctl` and `kubectl cert-manger` have been moved to the
https://github.com/cert-manager/cmctl repo and will be versioned
separately starting with cmctl v2.0.0
([#&#8203;6663](https://togithub.com/cert-manager/cert-manager/issues/6663),
[@&#8203;inteon](https://togithub.com/inteon))
- Graduate the 'DisallowInsecureCSRUsageDefinition' feature gate to GA.
(part 2)
([#&#8203;6963](https://togithub.com/cert-manager/cert-manager/issues/6963),
[@&#8203;inteon](https://togithub.com/inteon))
- Remove deprecated `pkg/util/pki/ParseSubjectStringToRawDERBytes`
function.
([#&#8203;6994](https://togithub.com/cert-manager/cert-manager/issues/6994),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Kind to v0.23.0 and update supported node image digests
([#&#8203;7020](https://togithub.com/cert-manager/cert-manager/issues/7020),
[@&#8203;github-actions](https://togithub.com/github-actions)\[bot])
- If the `--controllers` flag only specifies disabled controllers, the
default controllers are now enabled implicitly.
([#&#8203;7054](https://togithub.com/cert-manager/cert-manager/issues/7054),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade to Go 1.22.3, fixing `GO-2024-2824`.
([#&#8203;6996](https://togithub.com/cert-manager/cert-manager/issues/6996),
[@&#8203;github-actions](https://togithub.com/github-actions)\[bot])

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

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

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

#### 📜 Changes since
[v1.14.6](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.6)

##### Bugfixes

- BUGFIX: fix issue that caused Vault issuer to not retry signing when
an error was encountered.
([#&#8203;7113](https://togithub.com/cert-manager/cert-manager/issues/7113),
[@&#8203;cert-manager-bot](https://togithub.com/cert-manager-bot))

##### Other (Cleanup or Flake)

- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address
CVE-2024-35255
([#&#8203;7093](https://togithub.com/cert-manager/cert-manager/issues/7093),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))

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

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

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

#### 📜 Changes since
[v1.14.5](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.5)

##### Other (Cleanup or Flake)

- Upgrade Go to 1.21.10, fixing GO-2024-2824
(https://github.com/advisories/GHSA-2jwv-jmq4-4j3r).
([#&#8203;7008](https://togithub.com/cert-manager/cert-manager/issues/7008),
[@&#8203;inteon](https://togithub.com/inteon))
- Helm: the cainjector ConfigMap was not mounted in the cainjector
deployment.
([#&#8203;7053](https://togithub.com/cert-manager/cert-manager/issues/7053),
[@&#8203;cert-manager-bot](https://togithub.com/cert-manager-bot))
- Updated Go to 1.21.11 bringing in security fixes for archive/zip and
net/netip.
([#&#8203;7076](https://togithub.com/cert-manager/cert-manager/issues/7076),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9oZWxtL3N5c3RlbSJdfQ==-->
2024-06-30 20:13:41 +02:00
72bf48a36f chore(deps): update ignored by renovate (patch) (#22861)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.3` ->
`24.1.5` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.0.0` ->
`24.0.9` |
| registry.k8s.io/sig-storage/snapshot-controller | patch | `v8.0.0` ->
`v8.0.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-28 11:16:05 +02:00
TrueCharts BotandGitHub 8fbaea7d86 chore(deps): update ignored by renovate (minor) (#23461)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `24.0.0` ->
`24.1.3` |
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
minor | `59.0.0` -> `59.1.0` |
| [kubeapps](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| minor | `15.0.5` -> `15.3.5` |
| [openebs/linux-utils](https://togithub.com/openebs/linux-utils) |
pinDigest | -> `7774509` |
|
[openebs/provisioner-localpv](https://togithub.com/openebs/dynamic-localpv-provisioner)
| pinDigest | -> `9e45763` |
| [quay.io/backube/volsync](https://togithub.com/backube/volsync) |
pinDigest | -> `ed7cce7` |
| quay.io/brancz/kube-rbac-proxy | minor | `v0.14.4` -> `v0.18.0` |
| tccr.io/tccr/alpine | digest | `ade0065` -> `783d7b4` |
| tccr.io/tccr/scratch | pinDigest |  -> `fa8db43` |

---

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

---

### Release Notes

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v15.3.5`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1535-2024-06-19)

- \[bitnami/kubeapps] Render imagePullSecrets
([#&#8203;27127](https://togithub.com/bitnami/charts/pull/27127))

###
[`v15.3.2`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1532-2024-06-07-small)

- \[bitnami/kubeapps] Release 15.3.2
([#&#8203;26904](https://togithub.com/bitnami/charts/issues/26904))
([23bbc7b](https://togithub.com/bitnami/charts/commit/23bbc7b26b43cfe3d4be24cdfca84887d9a4e85a)),
closes [#&#8203;26904](https://togithub.com/bitnami/charts/issues/26904)

###
[`v15.3.0`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1530-2024-06-06)

- \[bitnami/kubeapps] Enable PodDisruptionBudgets (part 2)
([#&#8203;26701](https://togithub.com/bitnami/charts/issues/26701))
([f4e8688](https://togithub.com/bitnami/charts/commit/f4e868898b61b2de7c367d23135209c9e92dd021)),
closes [#&#8203;26701](https://togithub.com/bitnami/charts/issues/26701)

###
[`v15.2.2`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1522-2024-06-05-small)

- \[bitnami/kubeapps] Bump chart version
([#&#8203;26842](https://togithub.com/bitnami/charts/issues/26842))
([16d5b78](https://togithub.com/bitnami/charts/commit/16d5b784039a37ca643ac685c56d87373b1edaf7)),
closes [#&#8203;26842](https://togithub.com/bitnami/charts/issues/26842)

###
[`v15.2.0`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1520-2024-06-04)

- \[bitnami/kubeapps] Enable PodDisruptionBudgets
([#&#8203;26505](https://togithub.com/bitnami/charts/issues/26505))
([9e6a2b3](https://togithub.com/bitnami/charts/commit/9e6a2b3cd6aae4e47c292be7f78db1e8ed900cea)),
closes [#&#8203;26505](https://togithub.com/bitnami/charts/issues/26505)

###
[`v15.1.2`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1512-2024-06-03-small)

- \[bitnami/kubeapps] Release 15.1.2
([#&#8203;26573](https://togithub.com/bitnami/charts/issues/26573))
([a1ac42b](https://togithub.com/bitnami/charts/commit/a1ac42b09c572000f01b7159699cc399aef3d875)),
closes [#&#8203;26573](https://togithub.com/bitnami/charts/issues/26573)

###
[`v15.1.1`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1511-2024-05-22-small)

- \[bitnami/kubeapps] Use different liveness/readiness probes
([#&#8203;26171](https://togithub.com/bitnami/charts/issues/26171))
([22d3f7c](https://togithub.com/bitnami/charts/commit/22d3f7cdf241920536423f7f98b90053db84cfe2)),
closes [#&#8203;26171](https://togithub.com/bitnami/charts/issues/26171)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->
2024-06-25 18:43:48 +02:00
Stavros KoisandGitHub 2d471e587d chore(chart.yaml): remove scale support annotation (#23134)
**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._
2024-06-15 00:22:47 +02:00
TrueCharts-Bot 6a5d0ec00d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-10 00:15:07 +00:00
TrueCharts BotandGitHub d30630af0f chore(deps): update ignored updates to v24.0.0@4765f19 by renovate (#22760)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | major | `23.0.11` ->
`24.0.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-06-04 20:16:08 +02:00
c633867be5 chore(deps): update container image common to v24.0.0@4765f19 by renovate (#22759)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | major | `23.0.11` ->
`24.0.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-06-02 18:30:31 +02:00
TrueCharts-Bot f522aadebb Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-02 00:16:18 +00:00
TrueCharts BotandGitHub 529f65306b chore(deps): update ignored updates to v23.0.11@11fa61c by renovate (#22750)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.10` ->
`23.0.11` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->
2024-06-01 21:05:31 +02:00
TrueCharts-Bot ca008eb2af Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-01 00:15:25 +00:00
TrueCharts-Bot 4357b533a9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-31 09:03:52 +00:00
TrueCharts BotandGitHub 3a07b9f979 chore(deps): update ignored by renovate (patch) (#21659)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.0` ->
`23.0.10` |
| [kubeapps](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| patch | `15.0.3` -> `15.0.5` |

---

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

---

### Release Notes

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v15.0.5`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1505-2024-05-20-small)

- \[bitnami/kubeapps] Release 15.0.5 updating components versions
([#&#8203;26101](https://togithub.com/bitnami/charts/issues/26101))
([5705c93](https://togithub.com/bitnami/charts/commit/5705c93)), closes
[#&#8203;26101](https://togithub.com/bitnami/charts/issues/26101)

###
[`v15.0.4`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1504-2024-05-13-small)

- \[bitnami/\*] Change non-root and rolling-tags doc URLs
([#&#8203;25628](https://togithub.com/bitnami/charts/issues/25628))
([b067c94](https://togithub.com/bitnami/charts/commit/b067c94)), closes
[#&#8203;25628](https://togithub.com/bitnami/charts/issues/25628)
- \[bitnami/\*] Set new header/owner
([#&#8203;25558](https://togithub.com/bitnami/charts/issues/25558))
([8d1dc11](https://togithub.com/bitnami/charts/commit/8d1dc11)), closes
[#&#8203;25558](https://togithub.com/bitnami/charts/issues/25558)
- \[bitnami/kubeapps] Release 15.0.4 updating components versions
([#&#8203;25727](https://togithub.com/bitnami/charts/issues/25727))
([623b42e](https://togithub.com/bitnami/charts/commit/623b42e)), closes
[#&#8203;25727](https://togithub.com/bitnami/charts/issues/25727)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->
2024-05-31 10:42:58 +02:00
Kjeld SchoutenandGitHub a646b2379f chore: remove all remaining remnants of SCALE compatibility (#22613)
**Description**
SCALE Apps are officially deprecated, this removes the last portions of
it

**⚙️ 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-05-29 20:27:42 +02:00
TrueCharts-Bot e50357a154 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-26 17:09:21 +00:00
TrueCharts-Bot 529340b757 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-26 00:16:57 +00:00
TrueCharts-Bot 17d5f886bf Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-02 00:15:26 +00:00
Kjeld SchoutenandGitHub afc5e7eafa chore: bump common to release improved checks on volsync and cnpg (#21454)
**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._
2024-05-01 17:39:48 +02:00
TrueCharts-Bot db84ba13a3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-30 00:14:53 +00:00
Kjeld Schouten 9abc20d845 chore: bump common 2024-04-29 23:39:10 +02:00
Kjeld Schouten 20f2fe8342 fix: fixup all chart volsync/credentials settings 2024-04-29 20:45:47 +02:00
Kjeld SchoutenandGitHub c3c0b3bc46 fix: adapt for common cnpg/volsync pathing changes (#21445)
**Description**
Common has moved to standardised URLs for cnpg and volsync.
This is basically the last big implementation change for volsync and
cnpg backups before we can start finetuning and testing both

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 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-29 14:26:27 +02:00
Kjeld SchoutenandGitHub 02e10381ac feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443)
**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._
2024-04-29 12:28:39 +02:00
TrueCharts BotandGitHub 57fbb5341b chore(deps): update container image common to v20.3.12@3303278 by renovate (#21384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.11` ->
`20.3.12` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-26 13:29:33 +02:00
TrueCharts BotandGitHub 12f2b58649 chore(deps): update helm chart cert-manager to v1.14.5 by renovate (#21333)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://cert-manager.io)
([source](https://togithub.com/cert-manager/cert-manager)) | patch |
`v1.14.4` -> `v1.14.5` |

---

> [!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.14.5`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.5)

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

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

`v1.14.5` fixes a bug in the DigitalOcean DNS-01 provider which could
cause incorrect DNS records to be deleted when using a domain with a
CNAME. Special thanks to
[@&#8203;BobyMCbobs](https://togithub.com/BobyMCbobs) for reporting this
issue and testing the fix!

It also patches CVE-2023-45288.

#### Known Issues

- ACME Issuer (Let's Encrypt): wrong certificate chain may be used if
`preferredChain` is configured: see [1.14 release
notes](./release-notes-1.14.md#known-issues) for more information.

#### Changes

##### Bug or Regression

- DigitalOcean: Ensure that only TXT records are considered for deletion
when cleaning up after an ACME challenge
([#&#8203;6893](https://togithub.com/cert-manager/cert-manager/issues/6893)
, [@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Bump golang.org/x/net to address
[CVE-2023-45288](https://nvd.nist.gov/vuln/detail/CVE-2023-45288)
([#&#8203;6931](https://togithub.com/cert-manager/cert-manager/issues/6931)
, [@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9oZWxtL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-04-25 14:20:20 +02:00
TrueCharts-Bot 617cb4ab93 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-23 00:15:53 +00:00
Kjeld SchoutenandGitHub d45f7fe497 fix(scale-gui): replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI (#21154)
**Description**
Seems this was missing in the gui by accident

**⚙️ 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-22 14:11:52 +02:00
TrueCharts-Bot 54d88732dc Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-22 00:16:09 +00:00
Kjeld Schouten b4f0331ba8 chore: bump everything to release new doc pages 2024-04-21 20:11:39 +02:00
Kjeld SchoutenandGitHub b5036ed2aa chore: update groups html (#21121)
**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._
2024-04-21 19:45:29 +02:00
Kjeld Schouten 2e05d3ccd8 chore: bump charts to release new docs to fix broken links 2024-04-21 18:51:34 +02:00
Kjeld Schouten c850d0cfb3 chore: bump everything to regenerate readme's and site index 2024-04-21 16:13:02 +02:00
Kjeld SchoutenandGitHub a66fd3357b Chore: rework SCALE catagories/groups to match helm and remove deprecated charts (#21111)
**Description**
We want to improve the meager-at-best descriptions for the option
groups/catagories on SCALE.
They should also match the naming scheme of Helm/Kubernetes.

With those things combined, we can then link users to the actual common
docs for more indepth info on each available option.
Saving us needlessly duplicated docs that need to be maintained and
giving more indepth information to users.

Having naming schemes that match *actual* kubernetes, also makes it
easier for users to migrate to a true kubernetes platform in the future.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 14:31:23 +02:00
TrueCharts BotandGitHub 53e2bed79f chore(deps): update container image common to v20.3.11@dae6129 by renovate (#20875)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.7` ->
`20.3.11` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-20 12:01:18 +02:00
TrueCharts BotandGitHub 2d89cf7aa8 chore(deps): update container image tccr.io/tccr/scratch to latest@ef27d56 by renovate (#21054)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/scratch | digest | `2c1b3f2` -> `ef27d56` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-20 11:52:10 +02:00
TrueCharts-Bot 5f6f1c96b4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-20 09:44:33 +00:00
TrueCharts BotandGitHub 112ab5bfe8 chore(deps): update container image tccr.io/tccr/scratch to latest@2c1b3f2 by renovate (#21043)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-20 08:18:07 +02:00
TrueCharts-Bot 4379eea4a1 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-20 00:15:35 +00:00
TrueCharts BotandGitHub cfd723751d chore(deps): update container image tccr.io/tccr/scratch to latest@0163c7d by renovate (#20986)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-19 08:17:45 +02:00
TrueCharts-Bot 3bbe62084f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 12:46:24 +00:00
Kjeld Schouten 72404e0fca reset to png 2024-04-17 14:31:04 +02:00