Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps arillso/action.playbook from 0.1.0 to 0.3.0.

Release notes

Sourced from arillso/action.playbook's releases.

0.3.0

Added

  • Comprehensive SSH key format tests for CI/CD validation
    • Test Unix LF format keys
    • Test Windows CRLF format keys with auto-normalization
    • Test keys missing trailing newlines with auto-fix
    • Test invalid key format with proper validation
  • Missing .github/scripts/utils/generate-summary.sh utility script for workflow reports

Changed

  • Major: Upgraded go.ansible dependency from v1.0.0 to v1.2.0
    • Automatic CRLF → LF conversion for SSH private keys
    • Automatic trailing newline addition per RFC 7468
    • SSH key format validation (RSA, OpenSSH, EC, DSA)
  • Streamlined SSH Authentication documentation (70% reduction: 171 → 53 lines)
  • Disabled MegaLinter auto-push to prevent CI failures
    • Set APPLY_FIXES_MODE to "none" (report only)
    • Set APPLY_FIXES_EVENT to "none"

Fixed

  • YAML indentation in test playbooks (4 spaces → 2 spaces, Ansible convention)
  • Markdown line length violations (max 175 characters)
  • Shellcheck SC2129: Use grouped redirects for better performance
  • Shellcheck SC2086: Quote $GITHUB_ENV to prevent globbing
  • KICS security scanner false positives with suppression comments
  • Replaced unix2dos with sed for CRLF conversion (compatibility with GitHub Runners)
  • SSH key handling with bastion hosts and ProxyCommand configurations

0.2.2

Fixed

  • Uses explicit docker:// prefix for container image reference

Full Changelog: arillso/action.playbook@0.2.1...0.2.2

0.2.1

Changed

  • Updates container publish workflow for improved reliability

Full Changelog: arillso/action.playbook@0.2.0...0.2.1

... (truncated)

Changelog

Sourced from arillso/action.playbook's changelog.

[0.3.0] - 2025-10-26

Added

  • Comprehensive SSH key format tests for CI/CD validation
    • Test Unix LF format keys
    • Test Windows CRLF format keys with auto-normalization
    • Test keys missing trailing newlines with auto-fix
    • Test invalid key format with proper validation
  • Missing .github/scripts/utils/generate-summary.sh utility script for workflow reports

Changed

  • Major: Upgraded go.ansible dependency from v1.0.0 to v1.2.0
    • Automatic CRLF → LF conversion for SSH private keys
    • Automatic trailing newline addition per RFC 7468
    • SSH key format validation (RSA, OpenSSH, EC, DSA)
  • Streamlined SSH Authentication documentation (70% reduction: 171 → 53 lines)
  • Disabled MegaLinter auto-push to prevent CI failures
    • Set APPLY_FIXES_MODE to "none" (report only)
    • Set APPLY_FIXES_EVENT to "none"

Fixed

  • YAML indentation in test playbooks (4 spaces → 2 spaces, Ansible convention)
  • Markdown line length violations (max 175 characters)
  • Shellcheck SC2129: Use grouped redirects for better performance
  • Shellcheck SC2086: Quote $GITHUB_ENV to prevent globbing
  • KICS security scanner false positives with suppression comments
  • Replaced unix2dos with sed for CRLF conversion (compatibility with GitHub Runners)
  • SSH key handling with bastion hosts and ProxyCommand configurations

[0.2.2] - 2025-06-21

Fixed

  • Uses explicit docker:// prefix for container image reference

[0.2.1] - 2025-06-21

Changed

  • Updates container publish workflow for improved reliability

[0.2.0] - 2025-06-21

Added

  • Enhanced action testing with comprehensive CI workflows
  • Improved workflow organization and test coverage

... (truncated)

Commits
  • 5f668e0 Merge pull request #106 from arillso/docs/update-changelog
  • 8ce01a5 docs: prepare CHANGELOG for v0.3.0 release
  • cfe5bc2 docs: update CHANGELOG with missing releases and unreleased changes
  • 2ec902e Merge pull request #105 from arillso/feat/upgrade-go-ansible-v1.2.0
  • 8ef0398 fix: add missing generate-summary.sh and disable MegaLinter auto-push
  • a66d152 fix: apply linter and review feedback
  • 1e51e3c feat: upgrade go.ansible to v1.2.0 with SSH key normalization
  • 1bc12e8 Merge pull request #104 from arillso/renovate/docker-images
  • a3e4b2f Merge pull request #103 from arillso/renovate/major-github-actions
  • 3fcd28e Merge pull request #101 from arillso/renovate/github-actions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [arillso/action.playbook](https://github.com/arillso/action.playbook) from 0.1.0 to 0.3.0.
- [Release notes](https://github.com/arillso/action.playbook/releases)
- [Changelog](https://github.com/arillso/action.playbook/blob/main/CHANGELOG.md)
- [Commits](arillso/action.playbook@0.1.0...0.3.0)

---
updated-dependencies:
- dependency-name: arillso/action.playbook
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants