diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb88ee..20abd39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [1.1.0](https://github.com/vexxhost/ansible-collection-containers/compare/v1.2.1...v1.1.0) (2024-06-17) + + +### Features + +* add docker role support ([63c83fd](https://github.com/vexxhost/ansible-collection-containers/commit/63c83fd0916b48e445683708be8522b48dc1145c)) +* add nerdctl ([db64437](https://github.com/vexxhost/ansible-collection-containers/commit/db644371ce1a93c4e5d25cf00c0a1a0b12b12842)) +* Introduced http(s)_proxy and no_proxy ([1480d52](https://github.com/vexxhost/ansible-collection-containers/commit/1480d52c9a05afda7e772ae48e457e6dae686cae)) + + +### Bug Fixes + +* add docker_image plugin ([b264a8b](https://github.com/vexxhost/ansible-collection-containers/commit/b264a8b4c102708a2a346b3d5cdd9de0d1abf5e5)) +* add empty tests dir ([19b4c3c](https://github.com/vexxhost/ansible-collection-containers/commit/19b4c3c2de81f352a7290113f2154952607ff3f6)) +* add missing ansible-lint file ([fd9023c](https://github.com/vexxhost/ansible-collection-containers/commit/fd9023c477574c9466e537bf6150281ed12571f6)) +* add missing files ([d49588c](https://github.com/vexxhost/ansible-collection-containers/commit/d49588c8ebf86140f663507bd3f87ea802bff15d)) +* add missing vexxhost.kubernetes dependencies ([6f0c0b1](https://github.com/vexxhost/ansible-collection-containers/commit/6f0c0b1feb2652695e46e06580838dea11f9e3b7)) +* add socket file and daemon configs ([f950faf](https://github.com/vexxhost/ansible-collection-containers/commit/f950faf94506412055b936cf58643e170a453f38)) +* Add write permissions to workflows ([d60aaa9](https://github.com/vexxhost/ansible-collection-containers/commit/d60aaa9b16167fb11f2d8db36ec0fa6985423333)) +* correct docker daemon json ([8e79e67](https://github.com/vexxhost/ansible-collection-containers/commit/8e79e679fba82c5e07c119fb644ed02586f854b3)) +* docker verify ([c560b93](https://github.com/vexxhost/ansible-collection-containers/commit/c560b936a43533a389fca53ad4434487abd57db2)) +* **docker:** start on install ([b446dcc](https://github.com/vexxhost/ansible-collection-containers/commit/b446dccc642179ea6ae7f381311acb8084c7b4a9)) +* **docker:** Update to version 24.0.9 ([56de01a](https://github.com/vexxhost/ansible-collection-containers/commit/56de01aac1c933e468ddd6473a7fc43029516969)) +* fix ansible-lint ([7e64707](https://github.com/vexxhost/ansible-collection-containers/commit/7e647070dd48204b68389ae66a531e2d25719bc9)) +* fix docker idempotence ([fbfab19](https://github.com/vexxhost/ansible-collection-containers/commit/fbfab199a33766451bdd0dd50b5033936c00673b)) +* only include docker files when download ([705ac94](https://github.com/vexxhost/ansible-collection-containers/commit/705ac94ccdeff296622432a2cb59bfd837d5a70e)) +* refector docker role ([03ab6ea](https://github.com/vexxhost/ansible-collection-containers/commit/03ab6ead9b29b5fb98ee85f96e7f3f31c58aa081)) +* refector repo ([9e0cfe6](https://github.com/vexxhost/ansible-collection-containers/commit/9e0cfe6f0e33ef5be4f15994912d4200f7a52fbe)) +* remove vexxhost.kubernetes dependencies ([db19b06](https://github.com/vexxhost/ansible-collection-containers/commit/db19b06d9cb9ff367bd345ed15ddcb5d7a09eb96)) +* typo in image list command ([14bc5a8](https://github.com/vexxhost/ansible-collection-containers/commit/14bc5a852b4531f75165c1df6674a4040c21a661)) +* use 0.0 for Earthfile version ([573ce74](https://github.com/vexxhost/ansible-collection-containers/commit/573ce748886d9c9dac21fd9b4e75d40d5a6b5741)) +* use docker_image from vexxhost.kubernetes ([8e30b34](https://github.com/vexxhost/ansible-collection-containers/commit/8e30b34c8da7854db7efb385928ed714eec02ba1)) + + +### Miscellaneous Chores + +* release 1.1.0 ([1b1689d](https://github.com/vexxhost/ansible-collection-containers/commit/1b1689d286e2063b22e09091e9f95cf85ec12010)) + ## [1.2.1](https://github.com/vexxhost/ansible-collection-containers/compare/v1.2.0...v1.2.1) (2024-03-13) diff --git a/galaxy.yml b/galaxy.yml index 7867626..bb642c6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: vexxhost name: containers -version: 1.2.1 # x-release-please-version +version: 1.1.0 # x-release-please-version readme: README.md authors: - Mohammed Naser