Skip to content

Commit

Permalink
Update current for 1.31 (#860)
Browse files Browse the repository at this point in the history
* Bump rexml from 3.2.8 to 3.3.3 (#854)

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.8...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Release Notes for 1.30+ck1 (#852)

* Update Release Notes for 1.30+ck1

* Update date for 1.29+ck4

* Add details regarding LP#2075336

* Update release dates

* Adjust working on LP#2074016

* Provide instructions to upgrade cilium versions (#857)

* Bump micromatch from 4.0.5 to 4.0.8 (#858)

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rexml from 3.3.3 to 3.3.6 (#856)

Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.3.3...v3.3.6)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Craft Release Notes for Charmed Kubernetes 1.31 (#855)

* Craft Release Notes for Charmed Kubernetes 1.31

* Undefine specific release date

* Add CVE resolution to the upgrade notes

* Note updates from LP#2077189

* Address review comments

* List known issues at the 1.31+ck1 milestone

* Setting release date to Sep 4, 2024

* Update pages/k8s/release-notes.md

---------

Co-authored-by: Nick Veitch <[email protected]>

* Correct default component versions (#859)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Dyess <[email protected]>
  • Loading branch information
3 people committed Sep 5, 2024
1 parent 7d7d58e commit 44cf2b9
Show file tree
Hide file tree
Showing 14 changed files with 1,002 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.6)
strscan
rouge (4.1.3)
safe_yaml (1.0.5)
sass-embedded (1.68.0-x86_64-linux-gnu)
Expand Down
1 change: 1 addition & 0 deletions generator/k8s_docs_tools/templates/supported-versions.j2
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ For additional support, learn more about [Ubuntu Pro][pro] as well as

Please visit the Canonical [Support page][support] for more details of our
professional support programmes.

<!-- LINKS -->

[pro]: /pro
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions pages/k8s/1.28/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,24 @@ juju run-action kubernetes-worker/1 upgrade
...
```

#### Security Updates

##### CVEs
Determine if you are affected by [CVE-2024-7646][]

```bash
juju config kubernetes-worker ingress
juju config kubernetes-worker nginx-image
```

If `ingress=true` and `nginx-image` is any of the following `auto`, **empty**, or any version prior to `v1.11.2` the deployment is affected.

Rectify by adjusting the config:

```bash
juju config kubernetes-worker nginx-image=rocks.canonical.com/cdk/ingress-nginx/controller:v1.11.2
```

<a id='verify-upgrade'> </a>

## Verify an Upgrade
Expand All @@ -383,6 +401,8 @@ It is recommended that you run a [cluster validation][validation] to ensure that
[blue-green]: https://martinfowler.com/bliki/BlueGreenDeployment.html
[validation]: /kubernetes/docs/validation
[supported-versions]: /kubernetes/docs/supported-versions
[CVE-2024-7646]: https://github.com/kubernetes/kubernetes/issues/126744


<!-- FEEDBACK -->
<div class="p-notification--information">
Expand Down
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
19 changes: 19 additions & 0 deletions pages/k8s/1.29/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,24 @@ juju run kubernetes-worker/1 upgrade
...
```

#### Security Updates

##### CVEs
Determine if you are affected by [CVE-2024-7646][]

```bash
juju config kubernetes-worker ingress
juju config kubernetes-worker nginx-image
```

If `ingress=true` and `nginx-image` is any of the following `auto`, **empty**, or any version prior to `v1.11.2` the deployment is affected.

Rectify by adjusting the config:

```bash
juju config kubernetes-worker nginx-image=rocks.canonical.com/cdk/ingress-nginx/controller:v1.11.2
```

<a id='verify-upgrade'> </a>

## Verify an Upgrade
Expand All @@ -385,6 +403,7 @@ It is recommended that you run a [cluster validation][validation] to ensure that
[blue-green]: https://martinfowler.com/bliki/BlueGreenDeployment.html
[validation]: /kubernetes/docs/validation
[supported-versions]: /kubernetes/docs/supported-versions
[CVE-2024-7646]: https://github.com/kubernetes/kubernetes/issues/126744

<!-- FEEDBACK -->
<div class="p-notification--information">
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
19 changes: 19 additions & 0 deletions pages/k8s/1.30/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,24 @@ juju run kubernetes-worker/1 upgrade
...
```

#### Security Updates

##### CVEs
Determine if you are affected by [CVE-2024-7646][]

```bash
juju config kubernetes-worker ingress
juju config kubernetes-worker nginx-image
```

If `ingress=true` and `nginx-image` is any of the following `auto`, **empty**, or any version prior to `v1.11.2` the deployment is affected.

Rectify by adjusting the config:

```bash
juju config kubernetes-worker nginx-image=rocks.canonical.com/cdk/ingress-nginx/controller:v1.11.2
```

<a id='verify-upgrade'> </a>

## Verify an Upgrade
Expand All @@ -380,6 +398,7 @@ It is recommended that you run a [cluster validation][validation] to ensure that
[blue-green]: https://martinfowler.com/bliki/BlueGreenDeployment.html
[validation]: /kubernetes/docs/validation
[supported-versions]: /kubernetes/docs/supported-versions
[CVE-2024-7646]: https://github.com/kubernetes/kubernetes/issues/126744

<!-- FEEDBACK -->
<div class="p-notification--information">
Expand Down
Loading

0 comments on commit 44cf2b9

Please sign in to comment.