007fd25c0d57dfd1f362897235d3742e9052d99f
67 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
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 ([#​182](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/182),[@​bernardgut](https://togithub.com/bernardgut)) - Allow specifying additional labels to be applied to all helm chart resources ([#​183](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/183),[@​laverya](https://togithub.com/laverya)) - feat(provisioner): update analytics pkg ([#​188](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/188),[@​niladrih](https://togithub.com/niladrih)) - build: update base alpine image version to 3.20.1 ([#​189](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/189),[@​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 [#​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 ([#​1797](https://togithub.com/kubernetes-sigs/node-feature-discovery/issues/1797)) by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 - [@​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) - [@​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) - [@​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. ([#​7232](https://togithub.com/cert-manager/cert-manager/issues/7232), [@​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. ([#​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` ([#​7167](https://togithub.com/cert-manager/cert-manager/pull/7167), [`@SgtCoDFish`](https://togithub.com/SgtCoDFish)) - Fix Azure DNS causing panics whenever authentication error happens ([#​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 ([#​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 ([#​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` ([#​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> |
||
|
|
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 ([#​28437](https://redirect.github.com/bitnami/charts/issues/28437)) ([cd89d4f](https://redirect.github.com/bitnami/charts/commit/cd89d4fffc71c4bcb663127de19524340c9a177c)), closes [#​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> |
||
|
|
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 ([#​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 ([#​28214](https://togithub.com/bitnami/charts/issues/28214)) ([f44f329](https://togithub.com/bitnami/charts/commit/f44f329af1153385a569d735b0d5cd46391d0a67)), closes [#​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 ([#​28045](https://togithub.com/bitnami/charts/issues/28045)) ([44a64a8](https://togithub.com/bitnami/charts/commit/44a64a8adb3b1e66aa43a41f85cb3d51f14b322a)), closes [#​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 ([#​27530](https://togithub.com/bitnami/charts/issues/27530)) ([52dfed6](https://togithub.com/bitnami/charts/commit/52dfed6bac44d791efabfaf06f15daddc4fefb0c)), closes [#​27530](https://togithub.com/bitnami/charts/issues/27530) - \[bitnami/kubeapps] Release 15.3.6 ([#​27706](https://togithub.com/bitnami/charts/issues/27706)) ([ea5443f](https://togithub.com/bitnami/charts/commit/ea5443fd9bdb8a27e10bf03824d8d37f4189a834)), closes [#​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> |
||
|
|
9c6cf1b50b |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
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 [@​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 [@​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 [@​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. ([#​7111](https://togithub.com/cert-manager/cert-manager/issues/7111), [@​inteon](https://togithub.com/inteon)) ##### Other (Cleanup or Flake) - Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address CVE-2024-35255 ([#​7092](https://togithub.com/cert-manager/cert-manager/issues/7092), [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot)) - Bump the go-retryablehttp dependency to fix CVE-2024-6104 ([#​7130](https://togithub.com/cert-manager/cert-manager/issues/7130), [@​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: [@​Pionerd](https://togithub.com/Pionerd), [@​SgtCoDFish](https://togithub.com/SgtCoDFish), [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot), [@​andrey-dubnik](https://togithub.com/andrey-dubnik), [@​bwaldrep](https://togithub.com/bwaldrep), [@​eplightning](https://togithub.com/eplightning), [@​erikgb](https://togithub.com/erikgb), [@​findnature](https://togithub.com/findnature), [@​gplessis](https://togithub.com/gplessis), [@​import-shiburin](https://togithub.com/import-shiburin), [@​inteon](https://togithub.com/inteon), [@​jkroepke](https://togithub.com/jkroepke), [@​lunarwhite](https://togithub.com/lunarwhite), [@​mangeshhambarde](https://togithub.com/mangeshhambarde), [@​pwhitehead-splunk](https://togithub.com/pwhitehead-splunk) & [@​rodrigorfk](https://togithub.com/rodrigorfk), [@​wallrj](https://togithub.com/wallrj). Thanks also to the following cert-manager maintainers for their contributions during this release: [@​SgtCoDFish](https://togithub.com/SgtCoDFish), [@​SpectralHiss](https://togithub.com/SpectralHiss), [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot), [@​hawksight](https://togithub.com/hawksight), [@​inteon](https://togithub.com/inteon), [@​maelvls](https://togithub.com/maelvls) & [@​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. ([#​6961](https://togithub.com/cert-manager/cert-manager/issues/6961), [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot)) - Add support to specify a custom key alias in a JKS Keystore ([#​6807](https://togithub.com/cert-manager/cert-manager/issues/6807), [@​bwaldrep](https://togithub.com/bwaldrep)) - Add the ability to communicate with Vault via mTLS when strict client certificates is enabled at Vault server side ([#​6614](https://togithub.com/cert-manager/cert-manager/issues/6614), [@​rodrigorfk](https://togithub.com/rodrigorfk)) - Added option to provide additional audiences in the service account auth section for vault ([#​6718](https://togithub.com/cert-manager/cert-manager/issues/6718), [@​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`. ([#​6865](https://togithub.com/cert-manager/cert-manager/issues/6865), [@​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 ([#​6913](https://togithub.com/cert-manager/cert-manager/issues/6913), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Add support for numeric OID types in LiteralSubject. Eg. "1.2.3.4=String Value" ([#​6775](https://togithub.com/cert-manager/cert-manager/issues/6775), [@​inteon](https://togithub.com/inteon)) - Promote the `LiteralCertificateSubject` feature to Beta. ([#​7030](https://togithub.com/cert-manager/cert-manager/issues/7030), [@​inteon](https://togithub.com/inteon)) - Promoted the AdditionalCertificateOutputFormats feature gate to Beta (enabled by default). ([#​6970](https://togithub.com/cert-manager/cert-manager/issues/6970), [@​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. ([#​6424](https://togithub.com/cert-manager/cert-manager/issues/6424), [@​gplessis](https://togithub.com/gplessis)) - Update the Route53 provider to support fetching credentials using AssumeRoleWithWebIdentity ([#​6878](https://togithub.com/cert-manager/cert-manager/issues/6878), [@​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. ([#​6456](https://togithub.com/cert-manager/cert-manager/issues/6456), [@​Pionerd](https://togithub.com/Pionerd)) - Added a new Ingress annotation for copying specific Ingress annotations to Certificate's secretTemplate ([#​6839](https://togithub.com/cert-manager/cert-manager/issues/6839), [@​mangeshhambarde](https://togithub.com/mangeshhambarde)) - Added option to define additional token audiences for the Vault Kubernetes auth ([#​6744](https://togithub.com/cert-manager/cert-manager/issues/6744), [@​andrey-dubnik](https://togithub.com/andrey-dubnik)) - Allow `cert-manager.io/allow-direct-injection` in annotations ([#​6801](https://togithub.com/cert-manager/cert-manager/issues/6801), [@​jkroepke](https://togithub.com/jkroepke)) ##### Design - Remove repetitive words ([#​6949](https://togithub.com/cert-manager/cert-manager/issues/6949), [@​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. ([#​6779](https://togithub.com/cert-manager/cert-manager/issues/6779), [@​inteon](https://togithub.com/inteon)) - BUGFIX: JKS and PKCS12 stores now contain the full set of CAs specified by an issuer ([#​6806](https://togithub.com/cert-manager/cert-manager/issues/6806), [@​bwaldrep](https://togithub.com/bwaldrep)) - BUGFIX: cainjector leaderelection flag/config option defaults are missing ([#​6816](https://togithub.com/cert-manager/cert-manager/issues/6816), [@​inteon](https://togithub.com/inteon)) - BUGFIX: cert-manager issuers incorrectly copied the critical flag from the CSR instead of re-calculating that field themselves. ([#​6724](https://togithub.com/cert-manager/cert-manager/issues/6724), [@​inteon](https://togithub.com/inteon)) - Breaking Change: Fixed unintended certificate chain is used if `preferredChain` is configured. ([#​6755](https://togithub.com/cert-manager/cert-manager/issues/6755), [@​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). ([#​6770](https://togithub.com/cert-manager/cert-manager/issues/6770), [@​inteon](https://togithub.com/inteon)) - DigitalOcean: Ensure that only TXT records are considered for deletion when cleaning up after an ACME challenge ([#​6875](https://togithub.com/cert-manager/cert-manager/issues/6875), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Fix backwards incompatible removal of default prometheus Service resource. ([#​6699](https://togithub.com/cert-manager/cert-manager/issues/6699), [@​inteon](https://togithub.com/inteon)) - Fix broken cainjector image value in Helm chart ([#​6692](https://togithub.com/cert-manager/cert-manager/issues/6692), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Helm: Fix a bug in the logic that differentiates between 0 and an empty value. ([#​6713](https://togithub.com/cert-manager/cert-manager/issues/6713), [@​inteon](https://togithub.com/inteon)) - Make sure the Azure SDK error messages are stable. ([#​6676](https://togithub.com/cert-manager/cert-manager/issues/6676), [@​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. ([#​6767](https://togithub.com/cert-manager/cert-manager/issues/6767), [@​lunarwhite](https://togithub.com/lunarwhite)) - Bump golang.org/x/net to fix CVE-2023-45288 ([#​6929](https://togithub.com/cert-manager/cert-manager/issues/6929), [@​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 ([#​6351](https://togithub.com/cert-manager/cert-manager/issues/6351), [@​eplightning](https://togithub.com/eplightning)) - Fix cainjector ConfigMap not mounted in the cainjector deployment. ([#​7055](https://togithub.com/cert-manager/cert-manager/issues/7055), [@​inteon](https://togithub.com/inteon)) - Added `disableAutoApproval` and `approveSignerNames` Helm chart options. ([#​7054](https://togithub.com/cert-manager/cert-manager/issues/7054), [@​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. ([#​6760](https://togithub.com/cert-manager/cert-manager/issues/6760), [@​inteon](https://togithub.com/inteon)) - New `crds.keep` and `crds.enabled` Helm options can now be used instead of the `installCRDs` option. ([#​6760](https://togithub.com/cert-manager/cert-manager/issues/6760), [@​inteon](https://togithub.com/inteon)) - Bump base images ([#​6840](https://togithub.com/cert-manager/cert-manager/issues/6840), [@​inteon](https://togithub.com/inteon)) - Bump github.com/go-jose/go-jose to v3.0.3 to fix CVE-2024-28180 ([#​6854](https://togithub.com/cert-manager/cert-manager/issues/6854), [@​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. ([#​6730](https://togithub.com/cert-manager/cert-manager/issues/6730), [@​inteon](https://togithub.com/inteon)) - Upgrade go to 1.21.8: fixes CVE-2024-24783 ([#​6823](https://togithub.com/cert-manager/cert-manager/issues/6823), [@​inteon](https://togithub.com/inteon)) - Upgrade go to latest version 1.22.1 ([#​6831](https://togithub.com/cert-manager/cert-manager/issues/6831), [@​inteon](https://togithub.com/inteon)) - Upgrade google.golang.org/protobuf: fixing GO-2024-2611 ([#​6827](https://togithub.com/cert-manager/cert-manager/issues/6827), [@​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 ([#​6663](https://togithub.com/cert-manager/cert-manager/issues/6663), [@​inteon](https://togithub.com/inteon)) - Graduate the 'DisallowInsecureCSRUsageDefinition' feature gate to GA. (part 2) ([#​6963](https://togithub.com/cert-manager/cert-manager/issues/6963), [@​inteon](https://togithub.com/inteon)) - Remove deprecated `pkg/util/pki/ParseSubjectStringToRawDERBytes` function. ([#​6994](https://togithub.com/cert-manager/cert-manager/issues/6994), [@​inteon](https://togithub.com/inteon)) - Upgrade Kind to v0.23.0 and update supported node image digests ([#​7020](https://togithub.com/cert-manager/cert-manager/issues/7020), [@​github-actions](https://togithub.com/github-actions)\[bot]) - If the `--controllers` flag only specifies disabled controllers, the default controllers are now enabled implicitly. ([#​7054](https://togithub.com/cert-manager/cert-manager/issues/7054), [@​inteon](https://togithub.com/inteon)) - Upgrade to Go 1.22.3, fixing `GO-2024-2824`. ([#​6996](https://togithub.com/cert-manager/cert-manager/issues/6996), [@​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. ([#​7113](https://togithub.com/cert-manager/cert-manager/issues/7113), [@​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 ([#​7093](https://togithub.com/cert-manager/cert-manager/issues/7093), [@​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). ([#​7008](https://togithub.com/cert-manager/cert-manager/issues/7008), [@​inteon](https://togithub.com/inteon)) - Helm: the cainjector ConfigMap was not mounted in the cainjector deployment. ([#​7053](https://togithub.com/cert-manager/cert-manager/issues/7053), [@​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. ([#​7076](https://togithub.com/cert-manager/cert-manager/issues/7076), [@​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==--> |
||
|
|
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> |
||
|
|
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 ([#​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 ([#​26904](https://togithub.com/bitnami/charts/issues/26904)) ([23bbc7b](https://togithub.com/bitnami/charts/commit/23bbc7b26b43cfe3d4be24cdfca84887d9a4e85a)), closes [#​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) ([#​26701](https://togithub.com/bitnami/charts/issues/26701)) ([f4e8688](https://togithub.com/bitnami/charts/commit/f4e868898b61b2de7c367d23135209c9e92dd021)), closes [#​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 ([#​26842](https://togithub.com/bitnami/charts/issues/26842)) ([16d5b78](https://togithub.com/bitnami/charts/commit/16d5b784039a37ca643ac685c56d87373b1edaf7)), closes [#​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 ([#​26505](https://togithub.com/bitnami/charts/issues/26505)) ([9e6a2b3](https://togithub.com/bitnami/charts/commit/9e6a2b3cd6aae4e47c292be7f78db1e8ed900cea)), closes [#​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 ([#​26573](https://togithub.com/bitnami/charts/issues/26573)) ([a1ac42b](https://togithub.com/bitnami/charts/commit/a1ac42b09c572000f01b7159699cc399aef3d875)), closes [#​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 ([#​26171](https://togithub.com/bitnami/charts/issues/26171)) ([22d3f7c](https://togithub.com/bitnami/charts/commit/22d3f7cdf241920536423f7f98b90053db84cfe2)), closes [#​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--> |
||
|
|
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._ |
||
|
|
6a5d0ec00d |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
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==--> |
||
|
|
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> |
||
|
|
f522aadebb |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
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--> |
||
|
|
ca008eb2af |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
4357b533a9 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
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 ([#​26101](https://togithub.com/bitnami/charts/issues/26101)) ([5705c93](https://togithub.com/bitnami/charts/commit/5705c93)), closes [#​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 ([#​25628](https://togithub.com/bitnami/charts/issues/25628)) ([b067c94](https://togithub.com/bitnami/charts/commit/b067c94)), closes [#​25628](https://togithub.com/bitnami/charts/issues/25628) - \[bitnami/\*] Set new header/owner ([#​25558](https://togithub.com/bitnami/charts/issues/25558)) ([8d1dc11](https://togithub.com/bitnami/charts/commit/8d1dc11)), closes [#​25558](https://togithub.com/bitnami/charts/issues/25558) - \[bitnami/kubeapps] Release 15.0.4 updating components versions ([#​25727](https://togithub.com/bitnami/charts/issues/25727)) ([623b42e](https://togithub.com/bitnami/charts/commit/623b42e)), closes [#​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--> |
||
|
|
ce99999534 |
chore(deps): lock file maintenance helm system by renovate (#21663)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | | lockFileMaintenance | All locks refreshed | | csi-driver-smb | minor | `v1.14.0` -> `v1.15.0` | | [cloudnative-pg](https://cloudnative-pg.io) ([source](https://togithub.com/cloudnative-pg/charts)) | minor | `0.20.2` -> `0.21.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>cloudnative-pg/charts (cloudnative-pg)</summary> ### [`v0.21.3`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.3) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.2...cloudnative-pg-v0.21.3) CloudNativePG Operator Helm Chart #### What's Changed - Add 'additionalEnvVars' to the chart by [@​Stevenpc3](https://togithub.com/Stevenpc3) in [https://github.com/cloudnative-pg/charts/pull/303](https://togithub.com/cloudnative-pg/charts/pull/303) #### New Contributors - [@​Stevenpc3](https://togithub.com/Stevenpc3) made their first contribution in [https://github.com/cloudnative-pg/charts/pull/303](https://togithub.com/cloudnative-pg/charts/pull/303) **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.2...cloudnative-pg-v0.21.3 ### [`v0.21.2`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.2) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.1...cloudnative-pg-v0.21.2) CloudNativePG Operator Helm Chart #### What's Changed - Release cloudnative-pg-v0.21.2 by [@​leonardoce](https://togithub.com/leonardoce) in [https://github.com/cloudnative-pg/charts/pull/274](https://togithub.com/cloudnative-pg/charts/pull/274) #### New Contributors - [@​leonardoce](https://togithub.com/leonardoce) made their first contribution in [https://github.com/cloudnative-pg/charts/pull/274](https://togithub.com/cloudnative-pg/charts/pull/274) **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.1...cloudnative-pg-v0.21.2 ### [`v0.21.1`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.1) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.0...cloudnative-pg-v0.21.1) CloudNativePG Operator Helm Chart #### What's Changed - fix: Bump chart dependency grafana-dashboards to version 0.0.2 by [@​dexter136](https://togithub.com/dexter136) in [https://github.com/cloudnative-pg/charts/pull/270](https://togithub.com/cloudnative-pg/charts/pull/270) #### New Contributors - [@​dexter136](https://togithub.com/dexter136) made their first contribution in [https://github.com/cloudnative-pg/charts/pull/270](https://togithub.com/cloudnative-pg/charts/pull/270) **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.0...cloudnative-pg-v0.21.1 ### [`v0.21.0`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.0) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.20.2...cloudnative-pg-v0.21.0) CloudNativePG Operator Helm Chart #### What's Changed - chore(deps): update actions/checkout action to v4.1.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/260](https://togithub.com/cloudnative-pg/charts/pull/260) - chore(deps): update helm/kind-action action to v1.10.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/261](https://togithub.com/cloudnative-pg/charts/pull/261) - Release cloudnative-pg-v0.21.0 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/cloudnative-pg/charts/pull/266](https://togithub.com/cloudnative-pg/charts/pull/266) #### New Contributors **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.20.2...cloudnative-pg-v0.21.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9oZWxtL3N5c3RlbSJdfQ==--> |
||
|
|
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._ |
||
|
|
e50357a154 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
529340b757 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
cbeaefdd0a |
chore: bump CloudNative-PG to release idiotproofing credentials
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> |
||
|
|
c1b4808364 |
Update common.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> |
||
|
|
3c1c2b2f88 |
Chore: remove credentials from CNPG chart
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> |
||
|
|
17d5f886bf |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
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._ |
||
|
|
db84ba13a3 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
9abc20d845 | chore: bump common | ||
|
|
20f2fe8342 | fix: fixup all chart volsync/credentials settings | ||
|
|
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._ |
||
|
|
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._ |
||
|
|
c1073cce20 |
Revert "chore(deps): update helm chart cloudnative-pg to 0.21.0 by renovate (#21431)"
This reverts commit
|
||
|
|
1a91568918 | chore(deps): update helm chart cloudnative-pg to 0.21.0 by renovate (#21431) | ||
|
|
8f7441ea61 | chore(cnpg): bump correctly | ||
|
|
60ba54fd7c | fix(cnpg): revert cnpg update | ||
|
|
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=--> |
||
|
|
ad961c8aca |
chore(deps): update helm chart cloudnative-pg to 0.21.0 by renovate (#21335)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudnative-pg](https://cloudnative-pg.io) ([source](https://togithub.com/cloudnative-pg/charts)) | minor | `0.20.2` -> `0.21.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudnative-pg/charts (cloudnative-pg)</summary> ### [`v0.21.0`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.0) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.20.2...cloudnative-pg-v0.21.0) CloudNativePG Operator Helm Chart #### What's Changed - feat(cluster): Make roles configurable by [@​gpothier](https://togithub.com/gpothier) in [https://github.com/cloudnative-pg/charts/pull/247](https://togithub.com/cloudnative-pg/charts/pull/247) - chore(deps): update actions/checkout action to v4.1.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/260](https://togithub.com/cloudnative-pg/charts/pull/260) - chore(deps): update helm/kind-action action to v1.10.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/261](https://togithub.com/cloudnative-pg/charts/pull/261) - Release cloudnative-pg-v0.21.0 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/cloudnative-pg/charts/pull/266](https://togithub.com/cloudnative-pg/charts/pull/266) #### New Contributors - [@​gpothier](https://togithub.com/gpothier) made their first contribution in [https://github.com/cloudnative-pg/charts/pull/247](https://togithub.com/cloudnative-pg/charts/pull/247) **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cluster-v0.0.8...cloudnative-pg-v0.21.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9oZWxtL2dlbmVyYWwvbWlub3IiXX0=--> |
||
|
|
617cb4ab93 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
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._ |
||
|
|
54d88732dc |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
b4f0331ba8 | chore: bump everything to release new doc pages | ||
|
|
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._ |
||
|
|
2e05d3ccd8 | chore: bump charts to release new docs to fix broken links | ||
|
|
c850d0cfb3 | chore: bump everything to regenerate readme's and site index | ||
|
|
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> |
||
|
|
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=--> |
||
|
|
3bbe62084f |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
72404e0fca | reset to png | ||
|
|
328900e438 |
Revert "Commit daily changes"
This reverts commit
|
||
|
|
26af685659 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
9828a1ef02 | chore: bump charts to ensure new icons are released |