chore(main): release 1.2.0 (#372)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 5fdd883..c3f1463 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.1.0"
+ ".": "1.2.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2df85b..80f7304 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [1.2.0](https://github.com/vexxhost/atmosphere/compare/v1.1.0...v1.2.0) (2023-03-28)
+
+
+### Features
+
+* Add manila role ([f916c0c](https://github.com/vexxhost/atmosphere/commit/f916c0c8738515c9ce9246536bdeabd2a012ddd4))
+
+
+### Bug Fixes
+
+* **manila:** switch to pubkey auth ([7b44730](https://github.com/vexxhost/atmosphere/commit/7b44730dd18596ba68484c8e48b57c4cb7406245))
+* **manila:** use ansible to create resources ([85fc1bf](https://github.com/vexxhost/atmosphere/commit/85fc1bf82aa72efe2d647dfb42cca97b23afc409))
+* solve vnc for proxy ([e4c14ad](https://github.com/vexxhost/atmosphere/commit/e4c14ad61cfb7c5dfda481e10ed8119098779e6d))
+* use manila-ubuntu-minimal ([d88e831](https://github.com/vexxhost/atmosphere/commit/d88e83146761cb088862c5ed590f406eaf8f23fd))
+
## [1.1.0](https://github.com/vexxhost/atmosphere/compare/v1.0.1...v1.1.0) (2023-03-22)
diff --git a/galaxy.yml b/galaxy.yml
index 067e0c7..9c587ce 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
namespace: vexxhost
name: atmosphere
-version: 1.1.0 # x-release-please-version
+version: 1.2.0 # x-release-please-version
readme: README.md
authors:
- Mohammed Naser <mnaser@vexxhost.com>
diff --git a/pyproject.toml b/pyproject.toml
index e7802bb..13b2849 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "atmosphere"
-version = "1.1.0"
+version = "1.2.0"
description = ""
authors = ["Mohammed Naser <mnaser@vexxhost.com>"]
readme = "README.md"
diff --git a/roles/defaults/defaults/main.yml b/roles/defaults/defaults/main.yml
index 082c1ed..0608333 100644
--- a/roles/defaults/defaults/main.yml
+++ b/roles/defaults/defaults/main.yml
@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-atmosphere_version: 1.1.0 # x-release-please-version
+atmosphere_version: 1.2.0 # x-release-please-version
# Ingress
atmosphere_ingress_class_name: atmosphere
@@ -20,7 +20,7 @@
atmosphere_images:
alertmanager: quay.io/prometheus/alertmanager:v0.24.0
- atmosphere: quay.io/vexxhost/atmosphere:0.13.0 # x-release-please-version
+ atmosphere: quay.io/vexxhost/atmosphere:1.2.0 # x-release-please-version
barbican_api: quay.io/vexxhost/barbican:zed
barbican_db_sync: quay.io/vexxhost/barbican:zed
bootstrap: quay.io/vexxhost/heat:zed