Skip to content

Commit

Permalink
Release v3.3.0 (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot committed Jul 18, 2024
1 parent 7defa68 commit d401d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [3.3.0] - 2024-07-18

### Added

- Added and enabled by default an `emptyDir` volume under `tmp` of the deployment for artifact pulls
Expand Down Expand Up @@ -620,7 +622,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/v3.2.1...HEAD
[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v3.3.0...HEAD
[3.3.0]: https://github.com/giantswarm/chart-operator/compare/v3.2.1...v3.3.0
[3.2.1]: https://github.com/giantswarm/chart-operator/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/giantswarm/chart-operator/compare/v3.1.3...v3.2.0
[3.1.3]: https://github.com/giantswarm/chart-operator/compare/v3.1.2...v3.1.3
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 = "chart-operator"
source = "https://github.com/giantswarm/chart-operator"
version = "3.2.2-dev"
version = "3.3.0"
)

const (
Expand Down

0 comments on commit d401d89

Please sign in to comment.