Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sredevopsorg/ghost-on-kubernetes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.21.2
Choose a base ref
...
head repository: sredevopsorg/ghost-on-kubernetes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.22.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    79bfa01 View commit details
    Browse the repository at this point in the history
  2. ci: Automate building new '-docker' releases when there's a release. (#…

    …639)
    
    Co-authored-by: Nicolás Georger <info@sredevops.org>
    markstos and ngeorger authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    bf5cb69 View commit details
    Browse the repository at this point in the history
  3. Integrate workflow_run trigger for build process

    Added a workflow_run trigger to initiate the build process upon completion of the Check Ghost Releases workflow.
    
    Signed-off-by: Nicolás Georger <info@sredevops.org>
    ngeorger committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    cdd1b6f View commit details
    Browse the repository at this point in the history
  4. Add workflow_call trigger to check-ghost-releases

    Signed-off-by: Nicolás Georger <info@sredevops.org>
    ngeorger committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    82bf885 View commit details
    Browse the repository at this point in the history
  5. Update permissions and error handling in workflow

    Signed-off-by: Nicolás Georger <info@sredevops.org>
    ngeorger committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    81927f1 View commit details
    Browse the repository at this point in the history
  6. Update GHCR cleanup workflow permissions and packages

    Signed-off-by: Nicolás Georger <info@sredevops.org>
    ngeorger committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    b2c76b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. fix(check-ghost-releases): use GitHub Packages API for LAST_BUILT

    Replace the GHCR v2 registry API call (which requires a token exchange
    and doesn't work with a raw GITHUB_TOKEN) with gh api against the
    GitHub Packages container versions endpoint, matching the pattern used
    in cleanup-ghcr-images.yaml.
    
    - Use gh api /orgs/{owner}/packages/container/{package}/versions
    - Add --paginate to handle repos with >100 package versions
    - Add GH_TOKEN env var to the step so gh api has credentials
    - Remove no-op continue-on-error: false
    
    Co-Authored-By: Oz <oz-agent@warp.dev>
    2 people authored and ngeorger committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    e4d03bc View commit details
    Browse the repository at this point in the history
  2. refactor(workflows): rename job and adjust permissions in check-ghost…

    …-releases; update docker-multi-build trigger conditions
    ngeorger committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    f00470c View commit details
    Browse the repository at this point in the history
  3. chore(deps): update gcr.io/distroless/nodejs22-debian13:latest docker…

    … digest to b2a1685 (#673)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    7175813 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update gcr.io/distroless/nodejs22-debian13:debug-nonroot…

    … docker digest to 6731730 (#672)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    26c76fc View commit details
    Browse the repository at this point in the history
  5. Wf patch logic (#674)

    ngeorger authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    6bf612d View commit details
    Browse the repository at this point in the history
Loading