Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

release v9.1.0 #2756

Merged
merged 1 commit into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.1.0] - 2020-09-22

- Update AWS CNI manifests
- Disable Calico CNI binaries installation

Expand Down Expand Up @@ -258,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v9.0.1...HEAD
[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v9.1.0...HEAD
[9.1.0]: https://github.com/giantswarm/aws-operator/compare/v9.0.1...v9.1.0
[9.0.1]: https://github.com/giantswarm/aws-operator/compare/v9.0.0...v9.0.1
[9.0.0]: https://github.com/giantswarm/aws-operator/compare/v8.8.0...v9.0.0
[8.8.0]: https://github.com/giantswarm/aws-operator/compare/v8.7.6...v8.8.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name string = "aws-operator"
source string = "https://github.com/giantswarm/aws-operator"
version = "9.0.2-dev"
version = "9.1.0"
)

func Description() string {
Expand Down