Skip to content

Releases: robfrank/kamal-accessories-updater

Release v26.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:26
43b1e7b

What's Changed

  • Merge pull request #20 from robfrank/dependabot/github_actions/github-actions-e8041ce7a0 (43b1e7b)
  • Bump the github-actions group across 1 directory with 2 updates (db9b6c4)
  • Merge pull request #19 from robfrank/dependabot/github_actions/actions/checkout-7.0.0 (40c1558)
  • Bump actions/checkout from 6.0.3 to 7.0.0 (febf81f)
  • Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group [skip ci] (2132e70)
  • Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (5d62ccf)
  • Merge pull request #16 from robfrank/dependabot/github_actions/softprops/action-gh-release-3.0.0 (f22259c)
  • Bump softprops/action-gh-release from 2.5.0 to 3.0.0 (58df647)

Usage

To use this version in your workflows:

- name: Update Kamal accessories
  uses: robfrank/kamal-accessories-updater@v26.7.0
  with:
    config-dir: config
    mode: update-all

Full Changelog: v26.4.0...v26.7.0

Release v26.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 11:43

What's Changed

  • Update changelog generation to exclude current version tag and include all commits (d86845f)
  • Bump the github-actions group across 1 directory with 3 updates [skip ci] (778ca56)
  • Bump the github-actions group across 1 directory with 3 updates (37b0f65)

Usage

To use this version in your workflows:

- name: Update Kamal accessories
  uses: robfrank/kamal-accessories-updater@v26.4.0
  with:
    config-dir: config
    mode: update-all

Full Changelog: v26.1.0...v26.4.0

Release v26.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 18:09
e567349

What's Changed

  • Merge pull request #12 from robfrank/dependabot/github_actions/peter-evans/create-pull-request-8.0.0 (e567349)
  • Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 (bbdfe7e)
  • Merge pull request #11 from robfrank/dependabot/github_actions/github-actions-954a02cfcf (e0fd9f4)
  • Bump the github-actions group across 1 directory with 3 updates (5b263c9)

Usage

To use this version in your workflows:

- name: Update Kamal accessories
  uses: robfrank/kamal-accessories-updater@v26.1.0
  with:
    config-dir: config
    mode: update-all

Full Changelog: ...v26.1.0

Release v25.12.1

Choose a tag to compare

@github-actions github-actions released this 14 Dec 17:14
231507f

What's Changed

  • Merge pull request #7 from robfrank/dependabot/github_actions/github-actions-0b8390718f (231507f)
  • Merge pull request #8 from robfrank/dependabot/github_actions/actions/checkout-6.0.0 (7cad6b2)
  • Bump actions/checkout from 5.0.0 to 6.0.0 (7f31bd5)
  • Bump peter-evans/create-pull-request in the github-actions group (a8d7de4)
  • Merge pull request #6 from emadb/patch-1 (18beb5d)
  • update Readme to match the latest version (aab2b06)

Usage

To use this version in your workflows:

- name: Update Kamal accessories
  uses: robfrank/kamal-accessories-updater@v25.12.1
  with:
    config-dir: config
    mode: update-all

Full Changelog: ...v25.12.1

Release v25.11.2

Choose a tag to compare

@robfrank robfrank released this 15 Nov 20:01

What's Changed

  • Update action.yml to use specific commit of create-pull-request action (935fbb8)
  • Merge pull request #5 from robfrank/infra/add-pre-build-checks (ddcfb33)
  • Add pre-build checks and configuration for pre-commit hooks (54f0894)
  • Merge pull request #4 from robfrank/claude/add-docker-registry-support-011WXEv8yLYPdLuRrgtoRjk5 (ac43718)
  • Update src/utils.sh (9b1c15e)
  • Add support for multiple Docker registries including ghcr.io (7d009d6)

Usage

To use this version in your workflows:

- name: Update Kamal accessories
  uses: robfrank/kamal-accessories-updater@v25.11.2
  with:
    config-dir: config
    mode: update-all

Full Changelog: ...v25.11.2

Release v25.11.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 15:42
ecbebed

What's Changed

  • Merge pull request #3 from robfrank/claude/merged-pr-fixes-011wqU94Jh5tgnzdUUtxur1X (ecbebed)
  • Update src/utils.sh (839cab0)
  • Update src/check-updates.sh (6715737)
  • Apply PR review fixes to modular structure: jq parsing and validation (b76f964)
  • Merge PR review comments: improve JSON parsing and configuration fixes (1d32709)
  • Address PR review comments: improve robustness and fix configuration issues (900a8a1)
  • feat: create reusable GitHub Action for Kamal accessories updates (ded5ade)
  • add sample workflow to use the update shell script (d5d96f6)
  • update accessories sh script (8024889)
  • Initial commit (d61c1ea)

Usage

To use this version in your workflows:

- name: Update Kamal accessories
  uses: robfrank/kamal-accessories-updater@v25.11.0
  with:
    config-dir: config
    mode: update-all

Full Changelog: ...v25.11.0