Skip to content

Commit ccb682e

Browse files
chore(main): release 2.4.1 (#200)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 29df9b5 commit ccb682e

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.0"
2+
".": "2.4.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.4.1](https://github.com/vexxhost/ansible-collection-kubernetes/compare/v2.4.0...v2.4.1) (2025-11-04)
4+
5+
6+
### Bug Fixes
7+
8+
* ci and lint ([#208](https://github.com/vexxhost/ansible-collection-kubernetes/issues/208)) ([29df9b5](https://github.com/vexxhost/ansible-collection-kubernetes/commit/29df9b5b355afa4422555ce45ed16f0159118c2a))
9+
* ignore_errors on replacement ([2f35c5e](https://github.com/vexxhost/ansible-collection-kubernetes/commit/2f35c5e054d8a6004e1bfc995ed987391b2767fc))
10+
* remove unused register ([da3da50](https://github.com/vexxhost/ansible-collection-kubernetes/commit/da3da506c416c17cb340bcc61e3848295ef53054))
11+
* use pem format for ca bundle ([#201](https://github.com/vexxhost/ansible-collection-kubernetes/issues/201)) ([1c27827](https://github.com/vexxhost/ansible-collection-kubernetes/commit/1c27827faaa29a8a3e01cfc1a8445331a28846c4))
12+
313
## [2.4.0](https://github.com/vexxhost/ansible-collection-kubernetes/compare/v2.3.2...v2.4.0) (2025-09-19)
414

515

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: vexxhost
22
name: kubernetes
3-
version: 2.4.0
3+
version: 2.4.1
44
readme: README.md
55
authors:
66
- Mohammed Naser <[email protected]>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ansible-collection-kubernetes"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
authors = [{ name = "VEXXHOST, Inc.", email = "[email protected]" }]
55
description = "Ansible collection for deploying Kubernetes clusters"
66
readme = "README.md"

0 commit comments

Comments
 (0)