Skip to content

Commit

Permalink
THREESCALE-10882 bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
austincunningham committed Mar 13, 2024
1 parent ceb15bc commit 254e43e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.8.0] - 2024-03-12

### Added

* Horizontal Pod Autoscaling support [#207](https://github.com/3scale/apicast-operator/pull/207)

## [0.7.0] - 2022-10-11

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
com.company: Red_Hat
control-plane: controller-manager
rht.comp: 3scale_apicast
rht.comp_ver: "2.14"
rht.comp_ver: "2.15"
rht.prod_name: Red_Hat_Integration
rht.prod_ver: master
rht.subcomp: apicast_operator
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
rht.prod_name: Red_Hat_Integration
rht.prod_ver: master
rht.comp: 3scale_apicast
rht.comp_ver: 2.14
rht.comp_ver: 2.15
rht.subcomp: apicast_operator
rht.subcomp_t: infrastructure
spec:
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

var (
Version = "0.8.0"
ThreescaleRelease = "2.14"
Version = "0.9.0"
ThreescaleRelease = "2.15"
)

0 comments on commit 254e43e

Please sign in to comment.