chore(main): release 0.13.0
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 8032c17..ed21d28 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.12.0"
+ ".": "0.13.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d26d3c..d112d8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.13.0](https://github.com/vexxhost/atmosphere/compare/v0.12.0...v0.13.0) (2022-12-28)
+
+
+### Features
+
+* allow for custom registry ([71ebfe8](https://github.com/vexxhost/atmosphere/commit/71ebfe89536fad3f6aabaf83309499298449c373))
+
+
+### Bug Fixes
+
+* Ignore unrechable hosts error in log capture playbook of molecule destroy ([76e81f8](https://github.com/vexxhost/atmosphere/commit/76e81f83f6a958653fe7794e88fedaebac2ae646))
+
## [0.12.0](https://github.com/vexxhost/atmosphere/compare/v0.11.0...v0.12.0) (2022-12-19)
diff --git a/atmosphere/operator/constants.py b/atmosphere/operator/constants.py
index 19fc176..f487040 100644
--- a/atmosphere/operator/constants.py
+++ b/atmosphere/operator/constants.py
@@ -1,6 +1,6 @@
IMAGE_LIST = {
"alertmanager": "quay.io/prometheus/alertmanager:v0.24.0",
- "atmosphere": "quay.io/vexxhost/atmosphere:0.12.0", # x-release-please-version
+ "atmosphere": "quay.io/vexxhost/atmosphere:0.13.0", # x-release-please-version
"barbican_api": "quay.io/vexxhost/barbican:wallaby",
"barbican_db_sync": "quay.io/vexxhost/barbican:wallaby",
"bootstrap": "quay.io/vexxhost/heat:zed",
diff --git a/galaxy.yml b/galaxy.yml
index 0501450..6110193 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
namespace: vexxhost
name: atmosphere
-version: 0.12.0 # x-release-please-version
+version: 0.13.0 # x-release-please-version
readme: README.md
authors:
- Mohammed Naser <mnaser@vexxhost.com>
diff --git a/pyproject.toml b/pyproject.toml
index 96292e7..3b22c3f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "atmosphere"
-version = "0.12.0"
+version = "0.13.0"
description = ""
authors = ["Mohammed Naser <mnaser@vexxhost.com>"]
readme = "README.md"