chore: bump datum-cloud/actions to v1.14.0#157
Merged
Conversation
Bump publish-docker.yaml from v1.13.1 and publish-kustomize-bundle.yaml from v1.5.1 to v1.14.0. The v1.14.0 kustomize bundle action adds a v0.0.0- prefix to published tags (e.g. v0.0.0-main-20260512-120000), making them semver-compatible. This allows the infra repo's staging OCIRepository to use semver range filtering instead of pinned tags for automatic updates.
kevwilliams
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
publish-docker.yamlfrom@v1.13.1→@v1.14.0publish-kustomize-bundle.yamlfrom@v1.5.1→@v1.14.0Why
v1.14.0of the kustomize bundle action adds av0.0.0-prefix to published OCI tags (e.g.v0.0.0-main-20260512-120000), making them semver-compatible.The infra repo's staging
OCIRepositoryfornetwork-services-operator-kustomizeusessemver: ">=0.0.0-0"with a semver filter to auto-track pre-release bundles. Without thev0.0.0-prefix the filter fails to match any tags, causing the staging Flux Kustomization to stall on a pinned tag.Test plan
v0.0.0-main-*tags appear inghcr.io/datum-cloud/network-services-operator-kustomizeOCIRepositoryin infra repo picks up the new tag