Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Oct 16, 2024
1 parent 57b13c0 commit 3b3e083
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

### Fixed

- In the example _ansibleplaybook-embed-python_ upgrade the Ansible version to 2.17.4, which fixes an Ansible vulnerability. (https://github.com/apenella/go-ansible/security/dependabot/7)

### Added

- New example _ansibleplaybook-ssh-become-root-with-password/_, showcasing how to execute a playbook that requires to become root user and set the user password through the variable _ansible_sudo_pass_

### Changed

- The internal package `internal/executable/os/exec` has been moved to `pkg/execute/exec`, making it public. Along with this change, the `Exec` struct has been renamed to `OsExec`.
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [unreleased]

### Fixed

- In the example _ansibleplaybook-embed-python_ upgrade the Ansible version to 2.17.4, which fixes an Ansible vulnerability. (https://github.com/apenella/go-ansible/security/dependabot/7)

### Added

- New example _ansibleplaybook-ssh-become-root-with-password/_, showcasing how to execute a playbook that requires to become root user and set the user password through the variable _ansible_sudo_pass_

### Changed

- The internal package `internal/executable/os/exec` has been moved to `pkg/execute/exec`, making it public. Along with this change, the `Exec` struct has been renamed to `OsExec`.

0 comments on commit 3b3e083

Please sign in to comment.