From 82dc7af859783a502fffadf1dbe521043a1378ec Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 22 Jul 2024 11:42:42 +0200 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 67 +++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 51 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8a64f..ab3a590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,64 @@ -## master +# Changelog for action-molecule-avd + +## v1.8 + +- Feat: move action-molecule container to GHRC by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/24 +- Feat: Switch to ghrc container by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/25 +- Fix: fix container tag by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/27 + +## v1.7 + +- Fix: Docker stable file & context by @carlbuchmann in https://github.com/arista-netdevops-community/action-molecule-avd/pull/21 +- Bump: Python base image and Molecule 6.x by @ClausHolbechArista in https://github.com/arista-netdevops-community/action-molecule-avd/pull/22 + +## v1.6 + +- Fix: Catch git error and consider /github/workspace as safe by @gmuloc in https://github.com/arista-netdevops-community/action-molecule-avd/pull/15 + +## v1.5 + +- Bump: Update docker by @carlbuchmann in https://github.com/arista-netdevops-community/action-molecule-avd/pull/13 + +## v1.4 + +### Bug fixes + +- Fix: Fail on all error codes by @carlbuchmann in https://github.com/arista-netdevops-community/action-molecule-avd/pull/12 + +## v1.3 ### Features - - [`e9cd321`](https://github.com/aristanetworks/ansible-avd/commit/e9cd321) [Feat] Update to python3.8 and add galaxy_file argument ([#7](https://github.com/aristanetworks/ansible-avd/issues/7)) +- Update to python3.8 and add galaxy_file argument ([#7](https://github.com/arista-netdevops-community/action-molecule-avd/issues/7)) ### Bug fixes - - [`4b7651c`](https://github.com/aristanetworks/ansible-avd/commit/4b7651c) [Fix] Catch git error and consider /github/workspace as safe ([#15](https://github.com/aristanetworks/ansible-avd/issues/15)) - - [`4e1b998`](https://github.com/aristanetworks/ansible-avd/commit/4e1b998) [Fix] Catch git error and consider /github/workspace as safe - 2 ([#18](https://github.com/aristanetworks/ansible-avd/issues/18)) - - [`c1db4fb`](https://github.com/aristanetworks/ansible-avd/commit/c1db4fb) [Fix] Docker build workflow credentials variable ([#17](https://github.com/aristanetworks/ansible-avd/issues/17)) - - [`9bc9b19`](https://github.com/aristanetworks/ansible-avd/commit/9bc9b19) [Fix] Docker stable file & context ([#21](https://github.com/aristanetworks/ansible-avd/issues/21)) - - [`b3d1d5e`](https://github.com/aristanetworks/ansible-avd/commit/b3d1d5e) [Fix] Restore proper spacing in action.yml ([#9](https://github.com/aristanetworks/ansible-avd/issues/9)) - - [`9911181`](https://github.com/aristanetworks/ansible-avd/commit/9911181) [entrypoint] Update entrypoint shell to support regex match ([#6](https://github.com/aristanetworks/ansible-avd/issues/6)) +- Restore proper spacing in action.yml ([#9](https://github.com/arista-netdevops-community/action-molecule-avd/issues/9)) +- Update entrypoint shell to support regex match ([#6](https://github.com/arista-netdevops-community/action-molecule-avd/issues/6)) ### Documentation - - [`4637860`](https://github.com/aristanetworks/ansible-avd/commit/4637860) [Doc] Update README with galaxy_file knob ([#10](https://github.com/aristanetworks/ansible-avd/issues/10)) +- Update README with galaxy_file knob ([#10](https://github.com/arista-netdevops-community/action-molecule-avd/issues/10)) ### Other changes - - [`95740bb`](https://github.com/aristanetworks/ansible-avd/commit/95740bb) CI: Workaround for bug ([#19](https://github.com/aristanetworks/ansible-avd/issues/19)) - - [`10847fd`](https://github.com/aristanetworks/ansible-avd/commit/10847fd) [Make] Build system: Add changelog builder - - [`278f483`](https://github.com/aristanetworks/ansible-avd/commit/278f483) [Make] Build system: Build docker image with GH actions - - [`b43cbf4`](https://github.com/aristanetworks/ansible-avd/commit/b43cbf4) [Make] Build system: Update build context - - [`cfcc6e3`](https://github.com/aristanetworks/ansible-avd/commit/cfcc6e3) [Make] Build system: Update docker tag builder - - [`a136522`](https://github.com/aristanetworks/ansible-avd/commit/a136522) [Refactor] Code Refactoring: Move ansible-compt to docker file ([#20](https://github.com/aristanetworks/ansible-avd/issues/20)) - - [`c1c3920`](https://github.com/aristanetworks/ansible-avd/commit/c1c3920) [github] Build system: Add PR linter for conventional commits ([#8](https://github.com/aristanetworks/ansible-avd/issues/8)) +- Build system: Add changelog builder +- Build system: Build docker image with GH actions +- Build system: Update build context +- Build system: Update docker tag builder +- Build system: Add PR linter for conventional commits ([#8](https://github.com/arista-netdevops-community/action-molecule-avd/issues/8)) + +## v1.2 + +### Bug fixes + +- Update entrypoint shell to support regex match ([#6](https://github.com/arista-netdevops-community/action-molecule-avd/issues/6)) + +## v1.1 + +- Add option to select version of Ansible outside of requirements +- Add test to validate Ansible is installed + +## v1.0 +- Initial Release From 886a61e72c5b77e883f6e59fe9b58b639e5eb496 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 22 Jul 2024 11:50:14 +0200 Subject: [PATCH 2/2] add tag details --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3a590..80c0eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Feat: move action-molecule container to GHRC by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/24 - Feat: Switch to ghrc container by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/25 -- Fix: fix container tag by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/27 +- Fix: fix container tag from 1.7 to 1.8 by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/27 ## v1.7