diff --git a/CHANGELOG.md b/CHANGELOG.md index 2418b2b..81bbfb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 11.0.3+1.14.3 + +- upgrade to Cilium `v1.14.3` + ## 11.0.2+1.14.1 - rename `githubixx.harden-linux` to `githubixx.harden_linux` diff --git a/README.md b/README.md index cfb5ff5..35e5871 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This Ansible role installs [Cilium](https://docs.cilium.io) network on a Kuberne Versions -------- -I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `11.0.0+1.14.1` means this is release `11.0.0` of this role and it contains Cilium chart version `1.14.1`. If the role itself changes `X.Y.Z` before `+` will increase. If the Cilium chart version changes `X.Y.Z` after `+` will increase too. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Cilium release. +I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `11.0.0+1.14.3` means this is release `11.0.0` of this role and it contains Cilium chart version `1.14.3`. If the role itself changes `X.Y.Z` before `+` will increase. If the Cilium chart version changes `X.Y.Z` after `+` will increase too. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Cilium release. Requirements ------------ @@ -28,7 +28,7 @@ Role Variables ```yaml # Helm chart version -cilium_chart_version: "1.14.1" +cilium_chart_version: "1.14.3" # Helm chart name cilium_chart_name: "cilium" @@ -152,7 +152,7 @@ If a upgrade wasn't successful a [Roll back](https://docs.cilium.io/en/v1.14/ope Also check `templates/cilium_values_default_pre_flight_check.yml.j2`. If you need to adjust values for the `pre-flight` check you can either change that file or create a file `templates/cilium_values_user_pre_flight_check.yml.j2` with your own values. -Before doing the upgrade you basically only need to change `cilium_chart_version` variable e.g. from `1.13.4` to `1.14.1` to upgrade from `1.13.4` to `1.14.1`. So to do the update run +Before doing the upgrade you basically only need to change `cilium_chart_version` variable e.g. from `1.13.4` to `1.14.3` to upgrade from `1.13.4` to `1.14.3`. So to do the update run ```bash ansible-playbook --tags=role-cilium-kubernetes --extra-vars cilium_action=upgrade k8s.yml diff --git a/defaults/main.yml b/defaults/main.yml index 003a6e4..5a8fcdc 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Helm chart version (uses Cilium v1.14.1) -cilium_chart_version: "1.14.1" +# Helm chart version (uses Cilium v1.14.3) +cilium_chart_version: "1.14.3" # Helm release name cilium_release_name: "cilium"