Skip to content

Commit cfd78c3

Browse files
chore(main): release 2.4.0
1 parent 2ab2179 commit cfd78c3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/vexxhost/ansible-collection-kubernetes/compare/v2.3.2...v2.4.0) (2025-09-10)
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+
310
## [2.3.2](https://github.com/vexxhost/ansible-collection-kubernetes/compare/v2.3.1...v2.3.2) (2025-09-03)
411

512

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)