Bump version to 1.9.0

This commit is contained in:
Volodymyr Zotov
2025-05-30 16:10:25 -05:00
parent a432b42814
commit 97e06e5c4d
3 changed files with 10 additions and 2 deletions

View File

@@ -1 +1 @@
1.8.1
1.9.0

View File

@@ -12,6 +12,14 @@
---
[//]: # (START/v1.9.0)
# v1.9.0
## Features
* Support Service Accounts. {#160}
---
[//]: # (START/v1.8.1)
# v1.8.1

View File

@@ -1,6 +1,6 @@
package version
var (
OperatorVersion = "1.8.1"
OperatorVersion = "1.9.0"
OperatorSDKVersion = "1.34.1"
)