Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breunigs committed Mar 1, 2023
1 parent b6decb0 commit 71b5c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
### Changed

## 1.3.0
### Added
- allow to ignore errors when updating resources fails

### Changed
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-deployment-restart-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var options struct {
}

// VERSION represents the current version of the release.
const VERSION = "v1.2.2"
const VERSION = "v1.3.0"

func main() {
util.ParseArgs(&options)
Expand Down

0 comments on commit 71b5c34

Please sign in to comment.