8000 Tags · STRRL/supabase-operator · GitHub
[go: up one dir, main page]

Skip to content

Tags: STRRL/supabase-operator

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
STRRL Zhiqiang ZHOU
Use proven workflow from cloudflare-tunnel-ingress-controller

Copy the battle-tested workflow that uses docker buildx imagetools
for proper multi-arch manifest creation

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was signed with the committer’s verified signature.
STRRL Zhiqiang ZHOU
Fix manifest creation - remove duplicate manifest commands

The metadata tags already include all necessary tags (version, major.minor, major, latest)
so we don't need the additional manifest creation steps

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was signed with the committer’s verified signature.
STRRL Zhiqiang ZHOU
Fix container image workflow - disable provenance to avoid manifest list

Add provenance: false to prevent docker/build-push-action from creating
manifest lists for single-platform builds

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
STRRL Zhiqiang ZHOU
Use self-hosted ARM64 runner for native builds

Now using user-level self-hosted ARM64 runner for fast native builds

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
STRRL Zhiqiang ZHOU
Revert to QEMU emulation for ARM64 builds

Self-hosted runner orbstack-vm-arm64 is offline, using QEMU emulation instead

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
STRRL Zhiqiang ZHOU
Fix container image workflow - add packages write permission

The workflow needs explicit permission to write packages to ghcr.io

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
STRRL Zhiqiang ZHOU
Fix container image workflow - use lowercase repository name

Docker requires lowercase repository names for ghcr.io

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
STRRL Zhiqiang ZHOU
Add container image build workflow for multi-arch support

- Build AMD64 and ARM64 images separately
- Push to GitHub Container Registry (ghcr.io)
- Create multi-arch manifest for seamless usage
- Trigger on version tags and manual workflow dispatch

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
002 helm chart release (#9)

* docs(specs): add Helm chart release specification

Add comprehensive specification for automated Helm chart publishing workflow.
The spec defines requirements for releasing charts to GitHub Pages repository
when semantic version tags are created.

Key aspects:
- Automated chart packaging triggered by v*.*.* tags
- GitHub Pages publishing with PAT authentication
- Chart named "supabase-operator" in repository index
- Complete acceptance criteria and success metrics
- Quality checklist confirming specification readiness

Co-Authored-By: Claude <noreply@anthropic.com>

* ci(helm): add automated Helm chart release workflow

Add GitHub Actions workflow to automate Helm chart packaging and publishing
to GitHub Pages. Includes comprehensive specification documentation covering:

- GitHub Actions workflow configuration with chart-releaser-action
- Helm chart metadata contracts and versioning strategy
- Repository index structure and update mechanisms
- Implementation plan and task breakdown
- Research on Helm release automation best practices

The workflow triggers on tags matching 'chart-v*' pattern and automatically
packages, indexes, and publishes charts to the gh-pages branch.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
0