From 739c261fc78e730eaeac78696847effaa1c2c2d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:15:00 -0600 Subject: [PATCH] Update changelog 1.1.2 (#36) Co-authored-by: swapdisk --- CHANGELOG.rst | 8 ++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 7 +++++++ changelogs/fragments/update_links.yml | 2 -- galaxy.yml | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/update_links.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a698d1..be112ac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ LVM Snapshot Linux Role Release Notes .. contents:: Topics +v1.1.2 +====== + +Minor Changes +------------- + +- Updated links in docs and workflows to reflect move to redhat-cop org + v1.1.1 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 2c803ee..2159a32 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -16,4 +16,4 @@ plugins: strategy: {} test: {} vars: {} -version: 1.1.1 +version: 1.1.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3337fe7..6d27004 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -63,3 +63,10 @@ releases: - fix_entries.yml - no_sbin_dracut.yml release_date: '2023-12-05' + 1.1.2: + changes: + minor_changes: + - Updated links in docs and workflows to reflect move to redhat-cop org + fragments: + - update_links.yml + release_date: '2023-12-13' diff --git a/changelogs/fragments/update_links.yml b/changelogs/fragments/update_links.yml deleted file mode 100644 index 46e2b00..0000000 --- a/changelogs/fragments/update_links.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - Updated links in docs and workflows to reflect move to redhat-cop org diff --git a/galaxy.yml b/galaxy.yml index e792bb1..b2996dc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: infra name: lvm_snapshots -version: 1.1.1 +version: 1.1.2 readme: README.md authors: - Ygal Blum