-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Create or Update Pull Request Action
committed
Feb 3, 2025
1 parent
245d14b
commit c3641df
Showing
3 changed files
with
227 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
src/content/changes/managed-apps/ingress-nginx-app/v4.0.0-alpha1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten. | ||
changes_categories: | ||
- Managed Apps | ||
changes_entry: | ||
repository: giantswarm/ingress-nginx-app | ||
url: https://github.com/giantswarm/ingress-nginx-app/blob/master/CHANGELOG.md#400-alpha1---2025-01-30 | ||
version: 4.0.0-alpha1 | ||
version_tag: v4.0.0-alpha1 | ||
date: '2025-01-31T12:53:29' | ||
description: Changelog entry for giantswarm/ingress-nginx-app version 4.0.0-alpha1, | ||
published on 31 January 2025, 12:53. | ||
title: ingress-nginx-app release v4.0.0-alpha1 | ||
--- | ||
|
||
Depending on your current setup, this release may contain breaking changes. We go into these in more detail below and therefore ask you to read them carefully and check whether and to what extent they affect your setup. | ||
### Added | ||
- Chart: Sync to upstream. ([#768]()https://github.com/giantswarm/ingress-nginx-app/pull/768) | ||
- Deployment: Add `controller.progressDeadlineSeconds`. | ||
- Pod Disruption Budget: Add `controller.unhealthyPodEvictionPolicy`. | ||
- Prometheus Rule: Add `controller.metrics.prometheusRule.annotations`. | ||
- Metrics Service: Add `controller.metrics.service.enabled`. | ||
- Default Backend: Add `defaultBackend.maxUnavailable`. | ||
- Default Backend: Add `defaultBackend.unhealthyPodEvictionPolicy`. | ||
### Changed | ||
- Chart: Sync to upstream. ([#768]()https://github.com/giantswarm/ingress-nginx-app/pull/768) | ||
- Controller: Update image to [v1.12.0](https://github.com/kubernetes/ingress-nginx/blob/main/changelog/controller-1.12.0.md).\ | ||
**NOTE:** Please read the upstream changelog carefully, especially the entries marked with ⚠️. In addition, the following should be noted: | ||
- The `--enable-annotation-validation` CLI flag is already enabled by default in this app since v3.2.0. | ||
- The `allow-cross-namespace-resources` ConfigMap option getting deactivated affects you if you are currently referencing resources such as Secrets in Ingress resource annotations from namespaces other than the Ingress resource itself. | ||
- The `annotations-risk-level` ConfigMap option getting lowered to `High` affects you if you are currently using annotations with an annotation risk level of `Critical`. Especially snippet annotations belong to this annotation risk level. So even though you activated snippet annotations via ConfigMap option in the past, you now also need to increase the `annotations-risk-level` ConfigMap option back to `Critical`. | ||
- The `strict-validate-path-type` ConfigMap option is already enabled by default in this app since v3.2.0. | ||
- Values: Rename `image` to `global.image`. | ||
### Removed | ||
- Chart: Sync to upstream. ([#768]()https://github.com/giantswarm/ingress-nginx-app/pull/768) | ||
- Chart: Remove Pod Security Policies.\ | ||
**NOTE:** Pod Security Policies have already been removed from Kubernetes in v1.25. Therefore, this version is not compatible with Kubernetes v1.24 and below. | ||
- Values: Remove `configmap`.\ | ||
**NOTE:** The `configmap` value is deprecated since v3.0.0. Please use `controller.config` instead. | ||
- Deployment: Remove `giantswarm.io/monitoring_basic_sli` label. | ||
- Deployment: Remove OpenTelemetry init container.\ | ||
**NOTE:** OpenTelemetry is still supported, but since the module is built into the controller image since v1.10, we hereby remove the init container and image which were used to install it upon controller startup. |
86 changes: 86 additions & 0 deletions
86
...nges/workload-cluster-releases-cloud-director/releases/cloud-director-29.3.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten. | ||
aliases: | ||
- /changes/tenant-cluster-releases-cloud-director/releases/cloud-director-cloud-director-29.3.0/ | ||
changes_categories: | ||
- Workload cluster releases for CLOUD-DIRECTOR | ||
changes_entry: | ||
repository: giantswarm/releases | ||
url: https://github.com/giantswarm/releases/tree/master/cloud-director/v29.3.0 | ||
version: cloud-director-29.3.0 | ||
version_tag: cloud-director-29.3.0 | ||
date: '2025-01-27T18:00:00' | ||
description: Release notes for CLOUD-DIRECTOR workload cluster release cloud-director-29.3.0, | ||
published on 27 January 2025, 18:00. | ||
title: Workload cluster release cloud-director-29.3.0 for CLOUD-DIRECTOR | ||
--- | ||
|
||
## Changes compared to v29.2.0 | ||
|
||
### Components | ||
|
||
- cluster-cloud-director from v0.64.0 to v0.64.2 | ||
- Flatcar from v3975.2.2 to [v4081.2.1](https://www.flatcar.org/releases#release-4081.2.1) | ||
- Kubernetes from v1.29.12 to [v1.29.13](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#changelog-since-v12912) | ||
|
||
### cluster-cloud-director [v0.64.0...v0.64.2](https://github.com/giantswarm/cluster-cloud-director/compare/v0.64.0...v0.64.2) | ||
|
||
#### Added | ||
|
||
- Add `components.containerd` to the schema and values. | ||
|
||
#### Changed | ||
|
||
- Make CPI helmrelease catalog configurable. | ||
|
||
### Apps | ||
|
||
- cilium from v0.25.1 to v0.25.2 | ||
- prometheus-blackbox-exporter from v0.4.2 to v0.5.0 | ||
- security-bundle from v1.8.2 to v1.9.1 | ||
- vertical-pod-autoscaler from v5.3.0 to v5.3.1 | ||
- vertical-pod-autoscaler-crd from v3.1.1 to v3.1.2 | ||
|
||
### cilium [v0.25.1...v0.25.2](https://github.com/giantswarm/cilium-app/compare/v0.25.1...v0.25.2) | ||
|
||
#### Changed | ||
|
||
- Upgrade cilium to [v1.15.13](https://github.com/cilium/cilium/releases/tag/v1.15.13). | ||
|
||
### prometheus-blackbox-exporter [v0.4.2...v0.5.0](https://github.com/giantswarm/prometheus-blackbox-exporter-app/compare/v0.4.2...v0.5.0) | ||
|
||
#### Changed | ||
|
||
- Harden security context to pass PSS compliance. | ||
|
||
#### Removed | ||
|
||
- Remove PSP resources. | ||
|
||
### security-bundle [v1.8.2...v1.9.1](https://github.com/giantswarm/security-bundle/compare/v1.8.2...v1.9.1) | ||
|
||
#### Breaking changes | ||
|
||
**Note:** When upgrading to this security-bundle version with Falco enabled, the Falco App will fail to upgrade due to a breaking change in the upstream chart. To finish the upgrade, disable, then re-enable the Falco App by setting `apps.falco.enabled=[false|true]` [in the security-bundle user values Config Map](https://github.com/giantswarm/security-bundle/tree/main?tab=readme-ov-file#configuring). | ||
|
||
#### Changed | ||
|
||
- Update `trivy-operator` (app) to v0.10.3. | ||
- Update `trivy` (app) to v0.13.1. | ||
- Update `kyverno` (app) to v0.18.1. | ||
- Update `kyverno-crds` (app) to v1.12.0. | ||
- Update `kyverno-policies` (app) to v0.21.0. | ||
- Update `starboard-exporter` (app) to v0.8.0. | ||
- Update `falco` (app) to v0.9.1. | ||
|
||
### vertical-pod-autoscaler [v5.3.0...v5.3.1](https://github.com/giantswarm/vertical-pod-autoscaler-app/compare/v5.3.0...v5.3.1) | ||
|
||
#### Changed | ||
|
||
- Chart: Update Helm release vertical-pod-autoscaler to v9.9.1. ([#333](https://github.com/giantswarm/vertical-pod-autoscaler-app/pull/333)) | ||
|
||
### vertical-pod-autoscaler-crd [v3.1.1...v3.1.2](https://github.com/giantswarm/vertical-pod-autoscaler-crd/compare/v3.1.1...v3.1.2) | ||
|
||
#### Changed | ||
|
||
- Chart: Sync to upstream. ([#124](https://github.com/giantswarm/vertical-pod-autoscaler-crd/pull/124)) |
99 changes: 99 additions & 0 deletions
99
src/content/changes/workload-cluster-releases-vsphere/releases/vsphere-29.3.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
--- | ||
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten. | ||
aliases: | ||
- /changes/tenant-cluster-releases-vsphere/releases/vsphere-vsphere-29.3.0/ | ||
changes_categories: | ||
- Workload cluster releases for VSPHERE | ||
changes_entry: | ||
repository: giantswarm/releases | ||
url: https://github.com/giantswarm/releases/tree/master/vsphere/v29.3.0 | ||
version: vsphere-29.3.0 | ||
version_tag: vsphere-29.3.0 | ||
date: '2025-01-27T18:00:00' | ||
description: Release notes for VSPHERE workload cluster release vsphere-29.3.0, published | ||
on 27 January 2025, 18:00. | ||
title: Workload cluster release vsphere-29.3.0 for VSPHERE | ||
--- | ||
|
||
## Changes compared to v29.2.0 | ||
|
||
### Components | ||
|
||
- cluster-vsphere from v0.68.0 to v0.68.1 | ||
- Flatcar from v3975.2.2 to [v4081.2.1](https://www.flatcar.org/releases#release-4081.2.1) | ||
- Kubernetes from v1.29.12 to [v1.29.13](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#changelog-since-v12912) | ||
|
||
### cluster-vsphere [v0.68.0...v0.68.1](https://github.com/giantswarm/cluster-vsphere/compare/v0.68.0...v0.68.1) | ||
|
||
#### Added | ||
|
||
- Add `components.containerd` to the schema and values. | ||
|
||
#### Changed | ||
|
||
- Update example manifest. | ||
- Make cloud-provider-vsphere HelmRelease catalog configurable. | ||
- Update `kube-vip` to `0.8.9`. | ||
- Update `kube-vip` static pod manifest with CIDR. | ||
|
||
### Apps | ||
|
||
- cilium from v0.25.1 to v0.25.2 | ||
- cloud-provider-vsphere from v1.11.0 to v1.12.0 | ||
- prometheus-blackbox-exporter from v0.4.2 to v0.5.0 | ||
- security-bundle from v1.8.2 to v1.9.1 | ||
- vertical-pod-autoscaler from v5.3.0 to v5.3.1 | ||
- vertical-pod-autoscaler-crd from v3.1.1 to v3.1.2 | ||
|
||
### cilium [v0.25.1...v0.25.2](https://github.com/giantswarm/cilium-app/compare/v0.25.1...v0.25.2) | ||
|
||
#### Changed | ||
|
||
- Upgrade cilium to [v1.15.13](https://github.com/cilium/cilium/releases/tag/v1.15.13). | ||
|
||
### cloud-provider-vsphere [v1.11.0...v1.12.0](https://github.com/giantswarm/cloud-provider-vsphere-app/compare/v1.11.0...v1.12.0) | ||
|
||
#### Added | ||
|
||
- Add Renovate to track new tags. | ||
- Update `kube-vip` helm chart to `0.6.2`. | ||
- Update `kube-vip` to `0.8.4`. | ||
- Add initContainer to CSI node registrar container to wait for CRD to be registered. | ||
|
||
### prometheus-blackbox-exporter [v0.4.2...v0.5.0](https://github.com/giantswarm/prometheus-blackbox-exporter-app/compare/v0.4.2...v0.5.0) | ||
|
||
#### Changed | ||
|
||
- Harden security context to pass PSS compliance. | ||
|
||
#### Removed | ||
|
||
- Remove PSP resources. | ||
|
||
### security-bundle [v1.8.2...v1.9.1](https://github.com/giantswarm/security-bundle/compare/v1.8.2...v1.9.1) | ||
|
||
#### Breaking changes | ||
|
||
**Note:** When upgrading to this security-bundle version with Falco enabled, the Falco App will fail to upgrade due to a breaking change in the upstream chart. To finish the upgrade, disable, then re-enable the Falco App by setting `apps.falco.enabled=[false|true]` [in the security-bundle user values Config Map](https://github.com/giantswarm/security-bundle/tree/main?tab=readme-ov-file#configuring). | ||
|
||
#### Changed | ||
|
||
- Update `trivy-operator` (app) to v0.10.3. | ||
- Update `trivy` (app) to v0.13.1. | ||
- Update `kyverno` (app) to v0.18.1. | ||
- Update `kyverno-crds` (app) to v1.12.0. | ||
- Update `kyverno-policies` (app) to v0.21.0. | ||
- Update `starboard-exporter` (app) to v0.8.0. | ||
- Update `falco` (app) to v0.9.1. | ||
|
||
### vertical-pod-autoscaler [v5.3.0...v5.3.1](https://github.com/giantswarm/vertical-pod-autoscaler-app/compare/v5.3.0...v5.3.1) | ||
|
||
#### Changed | ||
|
||
- Chart: Update Helm release vertical-pod-autoscaler to v9.9.1. ([#333](https://github.com/giantswarm/vertical-pod-autoscaler-app/pull/333)) | ||
|
||
### vertical-pod-autoscaler-crd [v3.1.1...v3.1.2](https://github.com/giantswarm/vertical-pod-autoscaler-crd/compare/v3.1.1...v3.1.2) | ||
|
||
#### Changed | ||
|
||
- Chart: Sync to upstream. ([#124](https://github.com/giantswarm/vertical-pod-autoscaler-crd/pull/124)) |