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

Update Release Notes for 1.30+ck1 #852

Merged
merged 5 commits into from
Aug 5, 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
19 changes: 19 additions & 0 deletions pages/k8s/1.29/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ layout: [base, ubuntu-com]
toc: false
---

# 1.29+ck4

### Jul 31, 2024 - `charmed-kubernetes --channel 1.29/stable`

## Notable Fixes

### Ceph-CSI Charm

* [LP#2073297](https://bugs.launchpad.net/bugs/2073297)
Provides charm configuration options for each of the storage-class parameters
* `cephfs-storage-class-parameters`
* `ceph-xfs-storage-class-parameters`
* `ceph-ext4-storage-class-parameters`

Provides a charm action which aids in remove storage-classes if they prevent
the charm from creating with the existing storage-class parameters.
* `delete-storage-class`


# 1.29+ck3

### Jun 14, 2024 - `charmed-kubernetes --channel 1.29/stable`
Expand Down
38 changes: 37 additions & 1 deletion pages/k8s/1.30/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,45 @@ toc: false

---

# 1.30+ck1

### Jul 31, 2024 - `charmed-kubernetes --channel 1.30/stable`

## Notable Fixes

### Ceph-CSI Charm

* [LP#2073297](https://bugs.launchpad.net/bugs/2073297)
Provides charm configuration options for each of the storage-class parameters
* `cephfs-storage-class-parameters`
* `ceph-xfs-storage-class-parameters`
* `ceph-ext4-storage-class-parameters`

Provides a charm action which aids in remove storage-classes if they prevent
the charm from creating with the existing storage-class parameters.
* `delete-storage-class`

### Keepalived

* [LP#2074016](https://bugs.launchpad.net/bugs/2074016)
Adds noble support for keepalived charm

### Cinder CSI

* [LP#2071824](https://bugs.launchpad.net/bugs/2071824)
Exposes charm config to set the reclaim policy on the default storage class
* [LP#2075336](https://bugs.launchpad.net/bugs/2075336)
Expose a charm config to enable/disable cinder-csi as the cluster default-storage-class

### Docker-Registry

* [LP#2072783](https://bugs.launchpad.net/bugs/2072783)
Add s3 storage backend configuration


# 1.30

### Jun ??, 2024 - `charmed-kubernetes --channel 1.30/stable`
### Jul 11, 2024 - `charmed-kubernetes --channel 1.30/stable`

The release bundle can also be [downloaded here](https://raw.githubusercontent.com/charmed-kubernetes/bundle/main/releases/1.30/bundle.yaml).

Expand Down
37 changes: 36 additions & 1 deletion pages/k8s/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,44 @@ toc: False

<!-- AUTOGENERATE RELEASE NOTES HERE -->

# 1.30+ck1 and 1.29+ck4

### Jul 31, 2024 - `charmed-kubernetes --channel 1.30/stable`

## Notable Fixes

### Ceph-CSI Charm

* [LP#2073297](https://bugs.launchpad.net/bugs/2073297)
Provides charm configuration options for each of the storage-class parameters
* `cephfs-storage-class-parameters`
* `ceph-xfs-storage-class-parameters`
* `ceph-ext4-storage-class-parameters`

Provides a charm action which aids in remove storage-classes if they prevent
the charm from creating with the existing storage-class parameters.
* `delete-storage-class`

### Keepalived

* [LP#2074016](https://bugs.launchpad.net/bugs/2074016)
Adds noble support for keepalived charm

### Cinder CSI

* [LP#2071824](https://bugs.launchpad.net/bugs/2071824)
Exposes charm config to set the reclaim policy on the default storage class
* [LP#2075336](https://bugs.launchpad.net/bugs/2075336)
Expose a charm config to enable/disable cinder-csi as the cluster default-storage-class

### Docker-Registry

* [LP#2072783](https://bugs.launchpad.net/bugs/2072783)
Add s3 storage backend configuration

# 1.30

### Jun ??, 2024 - `charmed-kubernetes --channel 1.30/stable`
### Jul 11, 2024 - `charmed-kubernetes --channel 1.30/stable`

The release bundle can also be [downloaded here](https://raw.githubusercontent.com/charmed-kubernetes/bundle/main/releases/1.30/bundle.yaml).

Expand Down