Skip to content

Commit

Permalink
update to Cilium v1.13.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubixx authored Apr 20, 2023
1 parent 26e273b commit 08f12d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 10.0.1+1.13.2

- upgrade to Cilium `v1.13.2`

## 10.0.0+1.13.0

- upgrade to Cilium `v1.13.0`. Please check [](https://docs.cilium.io/en/v1.13/operations/upgrade/#current-release-required-changes) for possible incompatible changes and deprecations.
Expand Down
4 changes: 2 additions & 2 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 `9.0.0+1.12.5` means this is release `9.0.0` of this role and it contains Cilium chart version `1.12.5`. 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 `10.0.1+1.13.2` means this is release `10.0.1` of this role and it contains Cilium chart version `1.13.2`. 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.13.0"
cilium_chart_version: "1.13.2"

# 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.13.0)
cilium_chart_version: "1.13.0"
# Helm chart version (uses Cilium v1.13.2)
cilium_chart_version: "1.13.2"

# Helm release name
cilium_release_name: "cilium"
Expand Down

0 comments on commit 08f12d3

Please sign in to comment.