Skip to content

Commit

Permalink
Release v2.34.0 (#997)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 14, 2023
1 parent 8645874 commit 403a2e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [2.34.0] - 2023-02-14

### Changed

- Selecting private Helm client on demand for some operations.
Expand Down Expand Up @@ -529,7 +531,8 @@ We check progress in the next reconciliation loop. ([#362](https://github.com/gi
- Separate podsecuritypolicy.
- Security context in deployment spec with non-root user.

[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v2.33.2...HEAD
[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v2.34.0...HEAD
[2.34.0]: https://github.com/giantswarm/chart-operator/compare/v2.33.2...v2.34.0
[2.33.2]: https://github.com/giantswarm/chart-operator/compare/v2.33.1...v2.33.2
[2.33.1]: https://github.com/giantswarm/chart-operator/compare/v2.33.0...v2.33.1
[2.33.0]: https://github.com/giantswarm/chart-operator/compare/v2.32.0...v2.33.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "chart-operator"
source = "https://github.com/giantswarm/chart-operator"
version = "2.33.3-dev"
version = "2.34.0"
)

const (
Expand Down

0 comments on commit 403a2e1

Please sign in to comment.