scala3
scala3 copied to clipboard
Bump burnett01/rsync-deployments from 7.0.2 to 8.0.2
Bumps burnett01/rsync-deployments from 7.0.2 to 8.0.2.
Release notes
Sourced from burnett01/rsync-deployments's releases.
8.0.2
Full Changelog: https://github.com/Burnett01/rsync-deployments/compare/8.0.1...8.0.2
Contributors:
8.0.1
Full Changelog: https://github.com/Burnett01/rsync-deployments/compare/8.0.0...8.0.1
Contributors:
v8
What's Changed
Version v8 (8.0.2) offers the following features:
- feat: latest Alpine 3.23.0
- feat: latest Rsync 3.4.1-r1
- feat: integrate rsync-docker 3rd party into this action as 1st party code (no more dependency, better audit, single source of truth)
- backported:
- agent-start
- agent-stop
- agent-askpass
- agent-add
- hosts-add
- hosts-clear
- new added:
- ssh-init
- hosts-init
- improved:
- stricter permissions on .ssh/ folder (700) and known_hosts (600)
- use set -eu in all scipts
- feat: new
strict_host_keysoption to enable support for strict host key verification. Default: false (to keep backward compatibility)- feat: new
debugoption to see the commands executed (-x) by this action- feat: this action is now scanned for vulnerabilities by Snyk
- feat; this action is now scanned by CodeQL for Q/A
- feat: this action now performs CI tasks such as Validation, Linting and Unit Tests
- fix: various shell syntax for robustness
- fix: use printf and redirect output to non-stdout instead of echo in sensitive code locations
- refactor: use $HOME instead of tilde ~ for robustness
- feat: cross-platform support
- chore: Deprecate 7.0.2
- chore: EOL 7.0.0 & 7.0.1
New release channels:
... (truncated)
Commits
0c90252Release/8.0.2 (#93)68d1fd5chore: 8.0.12c22263fix: regression - using echo instead of printf again #908a39558feat: add README for SSH agent and known_hosts management scripts0f1cb79fix: permissions of docker-rsync scripts05a269av8 - 8.0.0 (#88)92961b5feat: always force-upgrade alpine openssl96abc27fix: snyk-docker-vulnerability-scan sarif7e729bffix: snyk-docker-vulnerability-scan sarifc23b68achore: snyk output sarif file content- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)