Skip to content

Commit fc340b0

Browse files
chore(main): release 2.4.0 (#198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b9e3c45 commit fc340b0

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.3.2"
2+
".": "2.4.0"
33
}

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/vexxhost/ansible-collection-kubernetes/compare/v2.3.2...v2.4.0) (2025-09-19)
4+
5+
6+
### Features
7+
8+
* add script for k8s version bump ([#197](https://github.com/vexxhost/ansible-collection-kubernetes/issues/197)) ([2ab2179](https://github.com/vexxhost/ansible-collection-kubernetes/commit/2ab21793a421b6a478c4cf2c3aa5b4ca78750977))
9+
10+
11+
### Bug Fixes
12+
13+
* enable kube_vip_skip_ha_cleanup ([b9e3c45](https://github.com/vexxhost/ansible-collection-kubernetes/commit/b9e3c45216f3ecd45598d5c198eac89ffd2ff5a2))
14+
315
## [2.3.2](https://github.com/vexxhost/ansible-collection-kubernetes/compare/v2.3.1...v2.3.2) (2025-09-03)
416

517

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.3.2
3+
version: 2.4.0
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.3.2"
3+
version = "2.4.0"
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)