Skip to content

Commit

Permalink
chore(main): release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 26, 2024
1 parent eaa3319 commit bec4fb2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.4"
".": "1.11.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [1.11.0](https://github.com/vexxhost/atmosphere/compare/v1.10.4...v1.11.0) (2024-01-26)


### Features

* add amphora jumpbox on k8s ([#883](https://github.com/vexxhost/atmosphere/issues/883)) ([b9a55a3](https://github.com/vexxhost/atmosphere/commit/b9a55a3d114444ddea439177b7e30480ce5366e3))
* upgrade to bobcat ([#887](https://github.com/vexxhost/atmosphere/issues/887)) ([403c042](https://github.com/vexxhost/atmosphere/commit/403c0428046dadfb7dc44c958c943fa0d7666c98))


### Bug Fixes

* add missing image deps ([a386867](https://github.com/vexxhost/atmosphere/commit/a3868678dd1ddcc2e2b513a06dec6bcc00510993))
* **barbican:** remove cves from image ([b3cefe1](https://github.com/vexxhost/atmosphere/commit/b3cefe1ed5449050d73bff1882ea38f6a51b8415))
* **capi:** fix cve from image ([161e0df](https://github.com/vexxhost/atmosphere/commit/161e0dffa7ccd26878a9ebd486b607e780948fe5))
* fix missing magnum registry image ([#877](https://github.com/vexxhost/atmosphere/issues/877)) ([2f1d34d](https://github.com/vexxhost/atmosphere/commit/2f1d34d87c151de33a13ee086a0b13c398574a45))
* **horizon:** fix cves in image ([2142205](https://github.com/vexxhost/atmosphere/commit/21422051743c65c155f8377dd5666b1373a94600))
* **images:** address all CVEs in images ([7a848bc](https://github.com/vexxhost/atmosphere/commit/7a848bc8c97f247ada908cfa629518d3e449ddd6))
* **libvirt-tls-sidecar:** add missing cert file ([3668852](https://github.com/vexxhost/atmosphere/commit/36688529ff52c7744f50ce5a0b408aa859918050))
* **magnum:** add missing helm image ([142c13e](https://github.com/vexxhost/atmosphere/commit/142c13e9367042884ca11fad282f6a403f3cb16d))
* **octavia:** force internal endpoint usage ([fcc1a6d](https://github.com/vexxhost/atmosphere/commit/fcc1a6d22e9dd3b4228b900fbd5857eaecac2527))
* pre-commit job ([#894](https://github.com/vexxhost/atmosphere/issues/894)) ([2a15d92](https://github.com/vexxhost/atmosphere/commit/2a15d92e138ffdf83680e5f75e9b217f552fb607))
* solve requirements ([10ab7ef](https://github.com/vexxhost/atmosphere/commit/10ab7efd4d20fc49ff9198c42462efe1f0dd6a41))
* update upperconstraint for zed ([#914](https://github.com/vexxhost/atmosphere/issues/914)) ([87af6e0](https://github.com/vexxhost/atmosphere/commit/87af6e0c974350937cee5d1adbcb5f16a04a9077))


### Documentation

* add octavia access docs ([9493807](https://github.com/vexxhost/atmosphere/commit/94938074ff7baac15898b77375033dfb967b9adb))
* refactor and update ([7f3eb56](https://github.com/vexxhost/atmosphere/commit/7f3eb56b84844491739d503f10a99ee4ad204f51))

## [1.10.4](https://github.com/vexxhost/atmosphere/compare/v1.10.3...v1.10.4) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: vexxhost
name: atmosphere
version: 1.10.4
version: 1.11.0
readme: README.md
authors:
- Mohammed Naser <mnaser@vexxhost.com>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "atmosphere"
version = "1.10.4"
version = "1.11.0"
description = ""
authors = ["Mohammed Naser <mnaser@vexxhost.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion roles/defaults/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.

atmosphere_version: 1.10.4 # x-release-please-version
atmosphere_version: 1.11.0 # x-release-please-version

# Ingress
atmosphere_ingress_class_name: atmosphere
Expand Down

0 comments on commit bec4fb2

Please sign in to comment.