Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.4.0 - CHANGELOG.md [citest skip] #71

Merged
merged 1 commit into from Sep 19, 2022

Conversation

richm
Copy link
Contributor

@richm richm commented Sep 19, 2022

[1.4.0] - 2022-09-19

New Features

Add support for the parameters shared_key_content, leftid, rightid, ike, esp, type, ikelifetime, salifetime, retransmit_timeout, dpddelay, dpdtimeout, dpdaction, leftupdown

Bug Fixes

Check for existence of openssl without using sudo on the controller
Basically, any task, even package_facts:, will use sudo if using
become=true - so just use "exists" test to check for /usr/bin/openssl

Other Changes

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 requested a review from ueno as a code owner September 19, 2022 22:39
[1.4.0] - 2022-09-19
--------------------

- Various improvements required to connect to a managed remote host (linux-system-roles#65)

Add support for the parameters shared_key_content, leftid, rightid, ike, esp, type, ikelifetime, salifetime, retransmit_timeout, dpddelay, dpdtimeout, dpdaction, leftupdown

- Check for /usr/bin/openssl on controller - do not use package_facts (linux-system-roles#66)

Check for existence of openssl without using sudo on the controller
Basically, any task, even package_facts:, will use sudo if using
become=true - so just use "exists" test to check for /usr/bin/openssl

- Fix a bash bug in changelog_to_tag.yml, which unexpectedly expanded "*" (linux-system-roles#62)

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

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

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 changed the title Version 1.3.6 - CHANGELOG.md [citest skip] Version 1.4.0 - CHANGELOG.md [citest skip] Sep 19, 2022
@richm richm merged commit 74daa90 into linux-system-roles:master Sep 19, 2022
@richm richm deleted the cl-20220919 branch September 19, 2022 23:13
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.

None yet

1 participant