Skip to content

Commit

Permalink
Prepare release 2.4.2 (#691)
Browse files Browse the repository at this point in the history
* Prepare Release 2.4.2

* Update CHANGELOG.rst

* Fixing integration tests
  • Loading branch information
abikouo authored Mar 4, 2024
1 parent ed3969f commit 7103da3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Kubernetes Collection Release Notes

.. contents:: Topics

v2.4.2
======

Release Summary
---------------

fix resource discovery when complex subresources present

Bugfixes
--------

- Resolve Collections util resource discovery fails when complex subresources present (https://github.com/ansible-collections/kubernetes.core/pull/676).

v2.4.1
======
Expand Down
13 changes: 12 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,18 @@ releases:
release_date: '2023-01-24'
2.4.1:
changes:
release_summary: The kubernetes.core 2.4.1 release includes several trivial bug fixes related to sanity.
release_summary: The kubernetes.core 2.4.1 release includes several trivial
bug fixes related to sanity.
fragments:
- fix_sanity_errors.yml
release_date: '2024-02-06'
2.4.2:
changes:
bugfixes:
- Resolve Collections util resource discovery fails when complex subresources
present (https://github.com/ansible-collections/kubernetes.core/pull/676).
release_summary: fix resource discovery when complex subresources present
fragments:
- 2.4.2.yml
- 20240222-Collections-util-resource-discovery-fails-when-complex-subresources-present.yml
release_date: '2024-03-01'

This file was deleted.

8 changes: 5 additions & 3 deletions tests/integration/targets/helm_kubeconfig/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
---
- name: Test helm with in-memory kubeconfig
include_tasks: "from_in_memory_kubeconfig.yml"
loop_control:
loop_var: test_helm_version
with_items:
- "v3.10.3"

- name: Test helm with custom kubeconfig and validate_certs=false
include_tasks: "from_kubeconfig_with_validate_certs.yml"
loop_control:
loop_var: test_helm_version
with_items:
- "v3.10.3"
- "v3.8.2"

- name: Test helm with custom kubeconfig and ca_cert
include_tasks: "from_kubeconfig_with_cacert.yml"
loop_control:
loop_var: test_helm_version
with_items:
- "v3.5.1"
- "v3.4.2"
- "v3.10.3"

0 comments on commit 7103da3

Please sign in to comment.