Skip to content

Commit 6158300

Browse files
Changelog fixes (#989)
SUMMARY Changelog fixes ISSUE TYPE Docs Pull Request Reviewed-by: Bianca Henderson <beeankha@gmail.com>
1 parent 3160e4a commit 6158300

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ v5.3.0
6060
Release Summary
6161
---------------
6262

63-
This release includes minor changes, bug fixes and also bumps ansible-lint version to ``25.1.2``.
63+
This release includes minor changes, bug fixes and also bumps ``ansible-lint`` version to ``25.1.2``.
6464

6565
Minor Changes
6666
-------------
6767

68-
- Bump version of ansible-lint to 25.1.2 (https://github.com/ansible-collections/kubernetes.core/pull/919).
68+
- Bump version of ``ansible-lint`` to 25.1.2 (https://github.com/ansible-collections/kubernetes.core/pull/919).
6969
- action/k8s_info - update templating mechanism with changes from ``ansible-core 2.19`` (https://github.com/ansible-collections/kubernetes.core/pull/888).
70-
- helm - add reset_then_reuse_values support to helm module (https://github.com/ansible-collections/kubernetes.core/issues/803).
70+
- helm - add ``reset_then_reuse_values`` support to helm module (https://github.com/ansible-collections/kubernetes.core/issues/803).
7171
- helm - add support for ``insecure_skip_tls_verify`` option to helm and helm_repository(https://github.com/ansible-collections/kubernetes.core/issues/694).
7272

7373
Bugfixes
7474
--------
7575

76-
- module_utils/k8s/service - fix issue when trying to delete resource using `delete_options` and `check_mode=true` (https://github.com/ansible-collections/kubernetes.core/issues/892).
76+
- module_utils/k8s/service - fix issue when trying to delete resource using ``delete_options`` and ``check_mode=true`` (https://github.com/ansible-collections/kubernetes.core/issues/892).
7777

7878
v5.2.0
7979
======

changelogs/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ releases:
977977
- kustomize - kustomize plugin fails with deprecation warnings (https://github.com/ansible-collections/kubernetes.core/issues/639).
978978
- waiter - Fix waiting for daemonset when desired number of pods is 0. (https://github.com/ansible-collections/kubernetes.core/pull/756).
979979
minor_changes:
980-
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/ansible-collections/kubernetes.core/pull/765).
980+
- Bump version of ``ansible-lint`` to minimum 24.7.0 (https://github.com/ansible-collections/kubernetes.core/pull/765).
981981
- Parameter insecure_registry added to helm_template as equivalent of insecure-skip-tls-verify
982982
(https://github.com/ansible-collections/kubernetes.core/pull/805).
983983
- k8s_drain - Improve error message for pod disruption budget when draining

0 commit comments

Comments
 (0)