Skip to content

Commit

Permalink
Prepare release 1.8.1 (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddy Filip <eddy.filip@agilebits.com>
  • Loading branch information
github-actions[bot] and edif2008 committed Jan 29, 2024
1 parent f72e524 commit 5f232b1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.1
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

---

[//]: # (START/v1.8.1)
# v1.8.1

## Fixes
* Upgrade operator to use Operator SDK v1.33.0. {#180}

---

[//]: # (START/v1.8.0)
# v1.8.0

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export MAIN_BRANCH ?= main
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.8.0
VERSION ?= 1.8.1

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

var (
OperatorVersion = "1.8.0"
OperatorVersion = "1.8.1"
OperatorSDKVersion = "1.33.0"
)

0 comments on commit 5f232b1

Please sign in to comment.