From 4519c4e86dd78723d456c91a59b78e93ec7782ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:49:36 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf28..d4f6f299 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd9c8a6..2e496248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/vexxhost/ansible-collection-ceph/compare/v2.2.0...v3.0.0) (2024-01-05) + + +### ⚠ BREAKING CHANGES + +* use cephadm support ([#15](https://github.com/vexxhost/ansible-collection-ceph/issues/15)) + +### Bug Fixes + +* grant proper permissioins to gh token ([#21](https://github.com/vexxhost/ansible-collection-ceph/issues/21)) ([5ee3574](https://github.com/vexxhost/ansible-collection-ceph/commit/5ee3574fc392a254bed3345b74deefbdf6c217ee)) + + +### Code Refactoring + +* use cephadm support ([#15](https://github.com/vexxhost/ansible-collection-ceph/issues/15)) ([a6113f8](https://github.com/vexxhost/ansible-collection-ceph/commit/a6113f8e1632ee0809836960f2a95563105785c0)) + ## [2.2.0](https://github.com/vexxhost/ansible-collection-ceph/compare/v2.1.0...v2.2.0) (2023-10-18) diff --git a/galaxy.yml b/galaxy.yml index 32ba6ec3..3effc702 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: vexxhost name: ceph -version: 2.2.0 # x-release-please-version +version: 3.0.0 # x-release-please-version readme: README.md authors: - Mohammed Naser