Skip to content

Commit

Permalink
Release v0.20.1 (#147)
Browse files Browse the repository at this point in the history
* Release v0.20.1

* fix Chart.yaml

---------

Co-authored-by: Gerald Pape <[email protected]>
  • Loading branch information
taylorbot and ubergesundheit authored Feb 27, 2024
1 parent a543df9 commit 7662f8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.1] - 2024-02-27

### Changed

- Revert replacing `null` values.
Expand Down Expand Up @@ -257,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2022-03-25

[Unreleased]: https://github.com/giantswarm/cilium-app/compare/v0.20.0...HEAD
[Unreleased]: https://github.com/giantswarm/cilium-app/compare/v0.20.1...HEAD
[0.20.1]: https://github.com/giantswarm/cilium-app/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/giantswarm/cilium-app/compare/v0.19.2...v0.20.0
[0.19.2]: https://github.com/giantswarm/cilium-app/compare/v0.19.1...v0.19.2
[0.19.1]: https://github.com/giantswarm/cilium-app/compare/v0.19.0...v0.19.1
Expand Down
6 changes: 3 additions & 3 deletions helm/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cilium
displayName: Cilium
home: https://cilium.io/
version: 0.20.0
version: 0.20.1
appVersion: 1.15.1
kubeVersion: ">= 1.16.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/[email protected]/Documentation/images/logo-solo.svg
Expand Down Expand Up @@ -124,14 +124,14 @@ annotations:
name: ciliumbgppeerconfigs.cilium.io
displayName: Cilium BGP Peer Config
description: |
CiliumBGPPeerConfig is a common set of BGP peer configurations. It can be referenced
CiliumBGPPeerConfig is a common set of BGP peer configurations. It can be referenced
by multiple peers from CiliumBGPClusterConfig.
- kind: CiliumBGPAdvertisement
version: v2alpha1
name: ciliumbgpadvertisements.cilium.io
displayName: Cilium BGP Advertisement
description: |
CiliumBGPAdvertisement is used to define source of BGP advertisement as well as BGP attributes
CiliumBGPAdvertisement is used to define source of BGP advertisement as well as BGP attributes
to be advertised with those prefixes.
- kind: CiliumBGPNodeConfig
version: v2alpha1
Expand Down

0 comments on commit 7662f8e

Please sign in to comment.