Skip to content

Commit

Permalink
update Cilium to v1.16.5 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubixx authored Jan 15, 2025
1 parent 55ca749 commit ca01a19
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## 14.0.1+1.16.5

- **Update**
- upgrade to Cilium `v1.16.5`

## 14.0.0+1.16.2

**NOTE:** Upgrading from Cilium `1.15.x` to `1.16.x` is a major release upgrade! Please read the [1.16 Upgrade Notes](https://docs.cilium.io/en/v1.16/operations/upgrade/#current-release-required-changes) carefully and adjust your settings accordingly!

All new features are explained in the Cilium `1.16` announcement blog: [Cilium 1.16 – High-Performance Networking With Netkit, Gateway API Gamma Support, BGPV2 and More!](https://isovalent.com/blog/post/cilium-1-16/).

In general it makes sense to update to the latest Cilium `1.15.x` version first before upgrading to `0.16.x`. If you've used the default (or slightly) settings that
In general it makes sense to update to the latest Cilium `1.15.x` version first before upgrading to `0.16.x`. If you've used the default (or slightly adjusted) settings that this Ansible role provides then the upgrade should be pretty straight forward.

- **Update**
- upgrade to Cilium `v1.16.2`
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor
**Recent changes:**
## 14.0.1+1.16.5
- **Update**
- upgrade to Cilium `v1.16.5`

## 14.0.0+1.16.2

**NOTE:** Upgrading from Cilium `1.15.x` to `1.16.x` is a major release upgrade! Please read the [1.16 Upgrade Notes](https://docs.cilium.io/en/v1.16/operations/upgrade/#current-release-required-changes) carefully and adjust your settings accordingly!
Expand Down Expand Up @@ -86,7 +91,7 @@ In general it makes sense to update to the latest Cilium `1.15.x` version first

```yaml
# Helm chart version
cilium_chart_version: "1.16.2"
cilium_chart_version: "1.16.5"
# Helm chart name
cilium_chart_name: "cilium"
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Helm chart version (uses Cilium v1.16.2)
cilium_chart_version: "1.16.2"
# Helm chart version (uses Cilium v1.16.5)
cilium_chart_version: "1.16.5"

# Helm release name
cilium_release_name: "cilium"
Expand Down

0 comments on commit ca01a19

Please sign in to comment.