Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version 0.8.0 #186

Merged
merged 2 commits into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion 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.7.0] - 2022-10-11

### Fixed

* Enhance replica reconciliation [#178](https://github.com/3scale/apicast-operator/pull/178)

## [0.6.0] - 2022-08-23

### Added
Expand Down Expand Up @@ -84,7 +90,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- APIcast v3.7

[Unreleased]: https://github.com/3scale/apicast-operator/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/3scale/apicast-operator/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/3scale/apicast-operator/releases/tag/v0.7.0
[0.6.0]: https://github.com/3scale/apicast-operator/releases/tag/v0.6.0
[0.5.1]: https://github.com/3scale/apicast-operator/releases/tag/v0.5.1
[0.4.0]: https://github.com/3scale/apicast-operator/releases/tag/v0.4.0
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: master
rht.comp_ver: "2.14"
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: master
rht.comp_ver: 2.14
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.7.0"
ThreescaleRelease = "master"
Version = "0.8.0"
ThreescaleRelease = "2.14"
)