• v0.4.1 073a6b8f41

    v0.4.1
    All checks were successful
    Lint / Run on Ubuntu (push) Successful in 1m13s
    Tests / Run on Ubuntu (push) Successful in 2m17s
    E2E Tests / Run on Ubuntu (push) Successful in 3m37s
    Release / Build and Release (release) Successful in 21m50s
    Stable

    asmo released this 2026-08-17 08:09:47 +00:00 | 0 commits to main since this release

    • fix/grpc-processor-address-double-scheme (#34)
    Downloads
  • v0.4.0 72dabaa9b3

    v0.4.0
    All checks were successful
    Docs / Build docs site (push) Successful in 37s
    Lint / Run on Ubuntu (push) Successful in 4m24s
    Tests / Run on Ubuntu (push) Successful in 2m51s
    E2E Tests / Run on Ubuntu (push) Successful in 6m48s
    Release / Build and Release (release) Successful in 21m54s
    Stable

    asmo released this 2026-08-16 18:01:57 +00:00 | 2 commits to main since this release

    What's Changed

    Breaking

    • feat: migrate to CDK v0.18 database-authoritative configuration (#33)

    CDK v0.18 stores the authoritative mint configuration in the mint database; a normal cdk-mintd start no longer reads config.toml or applies operational CDK_MINTD_* environment overrides. The operator now renders a v0.18 import document into the ConfigMap, and a new config-init init container runs cdk-mintd config validate + config init (first start) or config apply (subsequent starts) before mintd launches. Existing v0.17 mints are imported automatically on the first v0.18 start, with signer identity verified against the stored mint public key.

    Highlights:

    • [payment_backend]/backend replaces [ln]/ln_backend; tls_dir replaces tls_dir_path; plaintext gRPC processor and management RPC connections now set allow_insecure = true explicitly
    • Secrets (PostgreSQL URLs, mint mnemonic, LDK RPC password/node mnemonic, Redis connection string) are rendered as env: references and injected from Secrets at runtime — literal credentials never enter the ConfigMap
    • Pod environment slimmed down to bootstrap settings (work dir, database engine, postgres connection) plus env:-referenced secrets
    • LNBits removed: spec.paymentBackend.lnbits is rejected by the webhook (first-class support was removed upstream in CDK v0.18); front LNBits with an external gRPC payment processor instead
    • New spec.ldkNode.bitcoinRpc.user literal field as an alternative to userSecretRef
    • Default mint image: cashubtc/mintd:0.18.0-rc.0

    Maintenance

    • fix(ci): use REGISTRY_TOKEN secret for Forgejo registry push (77cad60)

    Upgrade notes

    ⚠️ Back up the mint database before upgrading. CDK v0.18 runs automatic database migrations on first open, and downgrading afterwards requires restoring the backup.

    • Keep the same mint mnemonic — config init refuses to attach a different signer to an existing mint.
    • Mint metadata or quote TTL previously changed through the management RPC outside the CR is overwritten by the CashuMint spec on the first v0.18 start; record current values with cdk-mint-cli get-info / get-quote-ttl before upgrading if needed.
    • If a staged configuration fails at startup, restore the previous document with kubectl exec deployment/<name> -c mintd -- cdk-mintd config rollback and restart the pod.
    • LNBits mints must migrate to spec.paymentBackend.grpcProcessor (with an external processor in front of LNBits) before upgrading.

    See the migration guide for details.

    Install

    kubectl apply -f https://git.cashu.dev/asmo/cashu-operator/releases/download/v0.4.0/install.yaml
    

    Full Changelog: https://git.cashu.dev/asmo/cashu-operator/compare/v0.3.2...v0.4.0

    Downloads
  • v0.3.2 a578fa1873

    v0.3.2
    Some checks failed
    Docs / Build docs site (push) Successful in 36s
    Lint / Run on Ubuntu (push) Successful in 54s
    Tests / Run on Ubuntu (push) Successful in 2m6s
    E2E Tests / Run on Ubuntu (push) Successful in 3m32s
    Release / Build and Release (release) Failing after 23m29s
    Stable

    asmo released this 2026-08-02 21:18:22 +00:00 | 4 commits to main since this release

    What's Changed

    Maintenance

    • chore(ci): migrate release pipeline fully to Forgejo (#31)

    Release images now push to git.cashu.dev/asmo/cashu-operator (Forgejo registry) instead of GHCR.

    Install

    kubectl apply -f https://git.cashu.dev/asmo/cashu-operator/releases/download/v0.3.2/install.yaml
    

    Full Changelog: https://git.cashu.dev/asmo/cashu-operator/compare/v0.3.1...v0.3.2

    Downloads
  • v0.3.1 7bfb101e72

    v0.3.1
    Some checks failed
    Docs / Build docs site (push) Failing after 4s
    Tests / Run on Ubuntu (push) Successful in 1m46s
    Release / Build and Release (release) Failing after 58s
    Docs / Deploy docs site (push) Has been skipped
    Lint / Run on Ubuntu (push) Successful in 55s
    E2E Tests / Run on Ubuntu (push) Successful in 3m29s
    Stable

    asmo released this 2026-08-02 21:00:40 +00:00 | 7 commits to main since this release

    What's Changed

    Maintenance

    • fix(ci): install kubectl for e2e tests (#27)

    Install

    kubectl apply -f https://git.cashu.dev/asmo/cashu-operator/releases/download/v0.3.1/install.yaml
    

    Full Changelog: https://git.cashu.dev/asmo/cashu-operator/compare/v0.3.0...v0.3.1

    Downloads
  • v0.3.0 f23ac554a4

    v0.3.0
    Some checks failed
    Lint / Run on Ubuntu (push) Successful in 1m13s
    E2E Tests / Run on Ubuntu (push) Failing after 1m6s
    Tests / Run on Ubuntu (push) Successful in 1m26s
    Release / Build and Release (release) Failing after 53s
    Stable

    asmo released this 2026-08-02 20:38:47 +00:00 | 10 commits to main since this release

    What's Changed

    Features

    • Ark payment processor support (#21) — Added support for running a local Arkade payment processor, including a sample CashuMint manifest, dev environment configuration, and documentation.

    Improvements

    • CDK updated to v0.17 (#24) — The default mint image now tracks CDK v0.17, including CRD, webhook, and sample updates.
    • Installation instructions updated (#25) — README now documents installing the latest release directly from git.cashu.dev.

    Maintenance

    • Removed coverage upload from CI (#26).

    Install

    kubectl apply -f https://git.cashu.dev/asmo/cashu-operator/releases/download/v0.3.0/install.yaml
    

    Full Changelog: https://git.cashu.dev/asmo/cashu-operator/compare/v0.2.4...v0.3.0

    Downloads
  • v0.2.4 9ef859c81f

    v0.2.4 Stable

    asmogo released this 2026-05-16 19:02:23 +00:00 | 18 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/asmogo/cashu-operator/compare/v0.2.3...v0.2.4

    Downloads
  • v0.2.3 4e09f12873

    v0.2.3 Stable

    asmogo released this 2026-05-13 07:39:10 +00:00 | 19 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/asmogo/cashu-operator/compare/v0.2.2...v0.2.3

    Downloads
  • v0.2.2 af3e9f8e64

    v0.2.2 Stable

    asmogo released this 2026-05-12 08:38:55 +00:00 | 20 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/asmogo/cashu-operator/compare/v0.2.1...v0.2.2

    Downloads
  • v0.2.1 8821deee9c

    v0.2.1 Stable

    asmogo released this 2026-05-11 09:56:44 +00:00 | 21 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/asmogo/cashu-operator/compare/v0.2.0...v0.2.1

    Downloads
  • v0.2.0 78f546517c

    v0.2.0 Stable

    asmogo released this 2026-04-21 11:07:55 +00:00 | 22 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/asmogo/cashu-operator/compare/v0.1.1...v0.2.0

    Downloads