Skip to content

Releases: arillso/action.playbook

0.3.0

26 Oct 00:18
5f668e0

Choose a tag to compare

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

21 Jun 22:47
5042e9b

Choose a tag to compare

Fixed

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

Full Changelog: 0.2.1...0.2.2

0.2.1

21 Jun 22:38
2b74123

Choose a tag to compare

Changed

  • Updates container publish workflow for improved reliability

Full Changelog: 0.2.0...0.2.1

Version 0.2.0

21 Jun 22:30
25d744e

Choose a tag to compare

Added

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

Changed

  • Updated GitHub Actions dependencies
    • actions/attest-build-provenance to v2
    • aquasecurity/trivy-action to v0.31.0
  • Updated Docker base images
    • arillso/ansible:2.18.6 with pinned digests

Fixed

  • Tag matching regex for version detection
  • Upgraded github.com/urfave/cli/v3 to v3.3.8

Full Changelog: 0.1.1...0.2.0

Version 0.1.1

15 Jun 02:11
05529be

Choose a tag to compare

Added

  • Comprehensive CI/CD workflows for testing and security
  • Enhanced security scanning and code quality checks
  • Renovate configuration for automated dependency updates

Changed

  • Migrated from urfave/cli/v2 to urfave/cli/v3 (v3.3.3)
  • Updated to Go 1.24.2
  • Updated shadow package version
  • Improved Renovate configuration
  • Pinned GitHub Actions to commit SHAs for security

Fixed

  • Various dependency updates and security patches
  • Docker image digest updates

Version 0.1.0

23 Apr 20:00
b2daa9b

Choose a tag to compare

Added

  • Enhanced CI/CD and code quality workflows
  • New Galaxy options for Ansible configuration:
    • galaxy_api_key
    • galaxy_api_server_url
    • galaxy_collections_path
    • galaxy_disable_gpg_verify
    • galaxy_force_with_deps
    • galaxy_ignore_certs
    • galaxy_ignore_signature_status_codes
    • galaxy_keyring
    • galaxy_offline
    • galaxy_pre
    • galaxy_required_valid_signature_count
    • galaxy_signature
    • galaxy_timeout
    • galaxy_upgrade
    • galaxy_no_deps

Changed

  • Enhanced codebase with linting and formatting improvements
  • Major refactoring of CI/CD workflows

Version 0.0.8

09 Nov 21:18
484df6a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.7...0.0.8

Version 0.0.7

02 Nov 07:11
64c8b3a

Choose a tag to compare

What's Changed

  • fix(deps): bump arillso/ansible from 2.15.4 to 2.15.5 by @dependabot in #45

Full Changelog: 0.0.6...0.0.7

Version 0.0.6

30 Oct 19:52
91318e0

Choose a tag to compare

What's Changed

  • fix(deps): bump github.com/joho/godotenv from 1.4.0 to 1.5.1 by @dependabot in #40
  • fix(deps): bump github.com/arillso/go.ansible from 0.0.1 to 0.0.2 by @dependabot in #32
  • fix(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.25.7 by @dependabot in #43
  • fix(deps): bump arillso/ansible from 2.12.4 to 2.15.4 by @dependabot in #44

Full Changelog: 0.0.5...0.0.6

Version 0.0.5

28 Jul 15:23
3fe70fe

Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5