Skip to content

Commit

Permalink
add the fix quote-ssh-args into the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
edo-aleix-penella authored and apenella committed Nov 17, 2023
1 parent 808ea84 commit 4d74e61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.2.1

### Fix

- In `AnsibleConnectionOptions`, add quotes to ssh, sftp, and scp arguments when generating the command

## v1.2.0

### Added
Expand Down
12 changes: 3 additions & 9 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# Release notes

## v1.2.0
## v1.2.1

### Added
### Fix

- Introducing the `github.com/apenella/go-ansible/pkg/vault` package, which enables variable encryption.
- Added the `github.com/apenella/go-ansible/pkg/vault/password/text` package for reading encryption passwords as plain text.
- Introduced the `github.com/apenella/go-ansible/pkg/vault/password/resolve` package, which helps in resolving an encryption password.
- Added the `github.com/apenella/go-ansible/pkg/vault/password/file` package for reading encryption passwords from a file.
- Introduced the `github.com/apenella/go-ansible/pkg/vault/password/envvars` package, allowing the reading of encryption passwords from an environment variable.
- Added the `github.com/apenella/go-ansible/pkg/vault/encrypt` package, which provides the ability to encrypt strings using the `https://github.com/sosedoff/ansible-vault-go` package.
- Included an example using `embed.FS`.
- In `AnsibleConnectionOptions`, add quotes to ssh, sftp, and scp arguments when generating the command

0 comments on commit 4d74e61

Please sign in to comment.