Skip to content

Commit

Permalink
Release v3.1.3 (#1096)
Browse files Browse the repository at this point in the history
* update changelog

* Release v3.1.3

---------

Co-authored-by: Nikolai Rodionov <[email protected]>
  • Loading branch information
taylorbot and allanger authored Jan 29, 2024
1 parent 7a40fd0 commit 56c4d5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [3.1.3] - 2024-01-29

### Fixed

- Move pss values under the global property

### Changed

- Use base images from `gsoci.azurecr.io`
Expand Down Expand Up @@ -587,7 +593,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.1.2...HEAD
[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v3.1.3...HEAD
[3.1.3]: https://github.com/giantswarm/chart-operator/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/giantswarm/chart-operator/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/giantswarm/chart-operator/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/giantswarm/chart-operator/compare/v3.0.0...v3.1.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 = "chart-operator"
source = "https://github.com/giantswarm/chart-operator"
version = "3.1.2"
version = "3.1.3"
)

const (
Expand Down

0 comments on commit 56c4d5b

Please sign in to comment.