Skip to content

Commit

Permalink
11.0.4+1.14.4 (#32)
Browse files Browse the repository at this point in the history
* upgrade to Cilium v1.14.4

* change version number in CHANGELOG
  • Loading branch information
githubixx authored Nov 14, 2023
1 parent fb414b0 commit 17aab1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 11.0.4+1.14.4

- upgrade to Cilium `v1.14.4`

## 11.0.3+1.14.3

- upgrade to Cilium `v1.14.3`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.
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.4` means this is release `11.0.0` of this role and it contains Cilium chart version `1.14.4`. 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
------------
Expand All @@ -28,7 +28,7 @@ Role Variables

```yaml
# Helm chart version
cilium_chart_version: "1.14.3"
cilium_chart_version: "1.14.4"

# Helm chart name
cilium_chart_name: "cilium"
Expand Down Expand Up @@ -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.3` to upgrade from `1.13.4` to `1.14.3`. 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.4` to upgrade from `1.13.4` to `1.14.4`. So to do the update run

```bash
ansible-playbook --tags=role-cilium-kubernetes --extra-vars cilium_action=upgrade k8s.yml
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.14.3)
cilium_chart_version: "1.14.3"
# Helm chart version (uses Cilium v1.14.4)
cilium_chart_version: "1.14.4"

# Helm release name
cilium_release_name: "cilium"
Expand Down

0 comments on commit 17aab1c

Please sign in to comment.