Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semi-automatic update of generated content #2420

Merged
merged 4 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten.
aliases:
- /changes/tenant-cluster-releases-capa/releases/capa-aws-25.4.0/
changes_categories:
- Workload cluster releases for CAPA
changes_entry:
repository: giantswarm/releases
url: https://github.com/giantswarm/releases/tree/master/capa/v25.4.0
version: aws-25.4.0
version_tag: aws-25.4.0
date: '2024-12-12T12:00:00'
description: Release notes for CAPA workload cluster release aws-25.4.0, published
on 12 December 2024, 12:00.
title: Workload cluster release aws-25.4.0 for CAPA
---

This release introduces `aws-node-termination-handler` for graceful draining of nodes during an upgrade or other type of replacement of worker nodes.

Details can be found in the [node pools documentation](https://docs.giantswarm.io/tutorials/fleet-management/cluster-management/node-pools/#what-happens-when-rolling-nodes).

## Changes compared to v25.3.0

### Components

- cluster-aws from v1.3.4 to v1.3.5

### cluster-aws [v1.3.4...v1.3.5](https://github.com/giantswarm/cluster-aws/compare/v1.3.4...v1.3.5)

#### Added

- Values: Add `global.providerSpecific.controlPlaneAmi` & `global.providerSpecific.nodePoolAmi`.
- Add aws-node-termination-handler bundle
- Make ASG lifecycle hook heartbeat timeout configurable

### Apps

- aws-nth-bundle v1.2.0
- cert-exporter from v2.9.0 to v2.9.3

### aws-nth-bundle [v1.2.0](https://github.com/giantswarm/aws-nth-bundle/releases/tag/v1.2.0)

#### Added

- Send spot instance interruption and instance state change events to SQS queue so that aws-node-termination-handler can react to them

### cert-exporter [v2.9.0...v2.9.3](https://github.com/giantswarm/cert-exporter/compare/v2.9.0...v2.9.3)

#### Added

- Chart: Add VPA and resources configuration for deployment and daemonset. ([#382](https://github.com/giantswarm/cert-exporter/pull/382))

#### Changed

- Chart: Enable `global.podSecurityStandards.enforced`. ([#420](https://github.com/giantswarm/cert-exporter/pull/420))
- Chart: Update PolicyExceptions to v2beta1. ([#358](https://github.com/giantswarm/cert-exporter/pull/358))
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten.
aliases:
- /changes/tenant-cluster-releases-capa/releases/capa-aws-26.3.0/
changes_categories:
- Workload cluster releases for CAPA
changes_entry:
repository: giantswarm/releases
url: https://github.com/giantswarm/releases/tree/master/capa/v26.3.0
version: aws-26.3.0
version_tag: aws-26.3.0
date: '2024-12-12T12:00:00'
description: Release notes for CAPA workload cluster release aws-26.3.0, published
on 12 December 2024, 12:00.
title: Workload cluster release aws-26.3.0 for CAPA
---

This release introduces `aws-node-termination-handler` for graceful draining of nodes during an upgrade or other type of replacement of worker nodes.

Details can be found in the [node pools documentation](https://docs.giantswarm.io/tutorials/fleet-management/cluster-management/node-pools/#what-happens-when-rolling-nodes).

## Changes compared to v26.2.0

### Components

- cluster-aws from v1.3.4 to v1.3.5

### cluster-aws [v1.3.4...v1.3.5](https://github.com/giantswarm/cluster-aws/compare/v1.3.4...v1.3.5)

#### Added

- Values: Add `global.providerSpecific.controlPlaneAmi` & `global.providerSpecific.nodePoolAmi`.
- Add aws-node-termination-handler bundle
- Make ASG lifecycle hook heartbeat timeout configurable

### Apps

- aws-nth-bundle v1.2.0
- cert-exporter from v2.9.0 to v2.9.3

### aws-nth-bundle [v1.2.0](https://github.com/giantswarm/aws-nth-bundle/releases/tag/v1.2.0)

#### Added

- Send spot instance interruption and instance state change events to SQS queue so that aws-node-termination-handler can react to them

### cert-exporter [v2.9.0...v2.9.3](https://github.com/giantswarm/cert-exporter/compare/v2.9.0...v2.9.3)

#### Added

- Chart: Add VPA and resources configuration for deployment and daemonset. ([#382](https://github.com/giantswarm/cert-exporter/pull/382))

#### Changed

- Chart: Enable `global.podSecurityStandards.enforced`. ([#420](https://github.com/giantswarm/cert-exporter/pull/420))
- Chart: Update PolicyExceptions to v2beta1. ([#358](https://github.com/giantswarm/cert-exporter/pull/358))
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
linkTitle: Cluster app charts
title: Cluster app charts
description: These charts are used to provision clusters in the Giant Swarm platform (here, even clusters are apps, in a way).
description: These charts are used to provision clusters in the Giant Swarm platform (here, even clusters are apps, in a way).
weight: 100
menu:
principal:
Expand Down
Loading
Loading