Skip to content

Version 1.1.10 - CHANGELOG.md [citest skip]#97

Merged
richm merged 1 commit intolinux-system-roles:masterfrom
richm:cl-20220803
Aug 3, 2022
Merged

Version 1.1.10 - CHANGELOG.md [citest skip]#97
richm merged 1 commit intolinux-system-roles:masterfrom
richm:cl-20220803

Conversation

@richm
Copy link
Copy Markdown
Collaborator

@richm richm commented Aug 3, 2022

[1.1.10] - 2022-08-03

New Features

  • none

Bug Fixes

Previously the role would only set kernel_settings_reboot_required
if the user did not specify kernel_settings_reboot_ok: true.
The role will now set kernel_settings_reboot_required whenever
the system needs a reboot, and rely on the handler to clear the flag
if the user has set kernel_settings_reboot_ok: true.

Other Changes

Fix a bash bug in changelog_to_tag.yml, which unexpectedly expanded "*".

We need to get the name of the branch to which CHANGELOG.md was pushed.
For now, it looks as though GITHUB_REF_NAME is that name. But don't
trust it - first, check that it is main or master. If not, then use
a couple of other methods to determine what is the push branch.

Signed-off-by: Rich Megginson rmeggins@redhat.com

[1.1.10] - 2022-08-03
--------------------

### New Features

- none

### Bug Fixes

- Set the kernel_settings_reboot_required when reboot needed (linux-system-roles#93)

Previously the role would only set `kernel_settings_reboot_required`
if the user did not specify `kernel_settings_reboot_ok: true`.
The role will now set `kernel_settings_reboot_required` whenever
the system needs a reboot, and rely on the handler to clear the flag
if the user has set `kernel_settings_reboot_ok: true`.

### Other Changes

- Add "Publish role to Galaxy" to github action changelog_to_tag.yml (linux-system-roles#91)

Fix a bash bug in changelog_to_tag.yml, which unexpectedly expanded "*".

- changelog_to_tag action - support other than "master" for the main branch name, as well (linux-system-roles#92)

- Use GITHUB_REF_NAME as name of push branch; fix error in branch detection [citest skip] (linux-system-roles#94)

We need to get the name of the branch to which CHANGELOG.md was pushed.
For now, it looks as though `GITHUB_REF_NAME` is that name.  But don't
trust it - first, check that it is `main` or `master`.  If not, then use
a couple of other methods to determine what is the push branch.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
@richm richm merged commit 65df5dd into linux-system-roles:master Aug 3, 2022
@richm richm deleted the cl-20220803 branch August 3, 2022 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant