From 37df3b3d6267265d6f6a3df9bc0204fda4162a7e Mon Sep 17 00:00:00 2001 From: Aleix Penella Date: Thu, 12 Dec 2024 07:46:55 +0100 Subject: [PATCH] update relase notes --- RELEASE_NOTES.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 21d6e3c..06cde46 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,8 @@ # Release notes -## [v2.1.0] +## [undefined] -### Added +### Fixed -- 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_ +- Bump golang.org/x/crypto from 0.22.0 to 0.31.0 -### 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`.