Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.3"
".": "1.6.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.6.4](https://github.com/vexxhost/ansible-collection-containers/compare/v1.6.3...v1.6.4) (2025-12-09)


### Bug Fixes

* **ci:** disable label adding for fork PRs ([#80](https://github.com/vexxhost/ansible-collection-containers/issues/80)) ([1fad53f](https://github.com/vexxhost/ansible-collection-containers/commit/1fad53f84fd33d97d8a34e5e062c25c433c5cc8c))
* move docker_config ([#84](https://github.com/vexxhost/ansible-collection-containers/issues/84)) ([f004529](https://github.com/vexxhost/ansible-collection-containers/commit/f0045294d9e7187d2e7fafe2fc5887dd567dae60))

## [1.6.3](https://github.com/vexxhost/ansible-collection-containers/compare/v1.6.2...v1.6.3) (2025-11-12)


Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: vexxhost
name: containers
version: 1.6.3
version: 1.6.4
readme: README.md
authors:
- Mohammed Naser <mnaser@vexxhost.com>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ansible-collection-containers"
version = "1.6.3"
version = "1.6.4"
authors = [{ name = "VEXXHOST, Inc.", email = "support@vexxhost.com" }]
description = "Ansible collection for deploying container components"
readme = "README.md"
Expand Down