Skip to content

Bump RijksICTGilde/zad-actions from 2 to 3#67

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/RijksICTGilde/zad-actions-3
Closed

Bump RijksICTGilde/zad-actions from 2 to 3#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/RijksICTGilde/zad-actions-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps RijksICTGilde/zad-actions from 2 to 3.

Release notes

Sourced from RijksICTGilde/zad-actions's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: RijksICTGilde/zad-actions@v2.4.0...v3.0.0

v2.4.0

What's Changed

New Contributors

Full Changelog: RijksICTGilde/zad-actions@v2...v2.4.0

v2.3.0

What's Changed

Full Changelog: RijksICTGilde/zad-actions@v2.2.1...v2.3.0

What's Changed

Full Changelog: RijksICTGilde/zad-actions@v2.2.1...v2.3.0

v2.2.1

What's Changed

Full Changelog: RijksICTGilde/zad-actions@v2.2.0...v2.2.1

v2.2.0

What's Changed

Full Changelog: RijksICTGilde/zad-actions@v2.1.0...v2.2.0

... (truncated)

Changelog

Sourced from RijksICTGilde/zad-actions's changelog.

[3.2.0] - 2026-03-20

Added

  • deploy action: Optional domain configuration inputs (domain-format, subdomain, base-domain) for custom hostname generation
    • Input validation consistent with existing fields
    • Early-fail when domain-format contains "subdomain" but subdomain is not set

Changed

  • deploy: URL fallback removed — action now fails with an error when the API response does not include a URL, instead of silently constructing one

[3.1.0] - 2026-03-19

Added

  • cleanup: Multi-container deletion support
    • New containers input: JSON array of [{"org": "...", "name": "...", "tag": "..."}]
    • Deletes all container images in a single cleanup call
    • When set, container-org/container-name/container-tag inputs are ignored
    • Best-effort: each container deletion is independent
    • Backward compatible: existing single-container inputs continue to work

Fixed

  • deploy: Fix multi-component urls output writing multi-line JSON to GITHUB_OUTPUT — use jq -c for compact single-line output

[3.0.0] - 2026-03-19

Changed

  • BREAKING: Migrate from synchronous V1 API to async V2 API
    • Deploy, cleanup, and scheduled-cleanup now use /api/v2/ endpoints
    • Operations return a task ID immediately (HTTP 202) and are polled until completion
    • Task progress (percentage, current step) is logged during polling
    • Users must update from @v2 to @v3 to use this version
  • all actions: Extract curl_with_retry, poll_task, and build_poll_url to shared scripts/zad-common.sh
  • all actions: Poll URL construction now handles absolute URLs from the API (not just relative paths)
  • cleanup, scheduled-cleanup: Failed delete tasks now log ::error:: instead of ::warning:: (consistent with deploy)

Added

  • all actions: New task-timeout input (default: 300s) — maximum wait for async task completion
  • all actions: New task-poll-interval input (default: 3s) — interval between task status polls
  • deploy action: Multi-component deployment support
    • New components input: JSON array of [{"name": "...", "image": "..."}]
    • Deploys all components in a single API call
    • When set, component and image inputs are ignored
    • New urls output: JSON object mapping component names to URLs
    • url output returns the first component's URL for backward compatibility
    • PR comment combines all component URLs into a single comment
    • component and image inputs are now optional (at least one approach must be provided)

Fixed

  • deploy: PR comment URL parsing now uses tab delimiter instead of =, preventing breakage when URLs contain query parameters
  • all actions: poll_task() now fails fast on 4xx HTTP errors instead of retrying until timeout

... (truncated)

Commits

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 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 [RijksICTGilde/zad-actions](https://github.com/rijksictgilde/zad-actions) from 2 to 3.
- [Release notes](https://github.com/rijksictgilde/zad-actions/releases)
- [Changelog](https://github.com/RijksICTGilde/zad-actions/blob/main/CHANGELOG.md)
- [Commits](RijksICTGilde/zad-actions@v2...v3)

---
updated-dependencies:
- dependency-name: RijksICTGilde/zad-actions
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 21, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2026

Superseded by #70.

@dependabot dependabot bot closed this Apr 11, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/RijksICTGilde/zad-actions-3 branch April 11, 2026 22:32
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.

0 participants