Skip to content

Releases: backplane/registryproxy

v0.5.3

21 Jan 13:27
ac42d9e

Choose a tag to compare

Changelog

  • ac42d9e Merge pull request #41 from backplane/feat/add-nonroot
  • dd291ee add nonroot account to scratch container
  • db9dbfc adding sbom: true to docker build
  • 2315c29 update workflow with standard build args and explicitly set provenance: mode=max

v0.5.2

21 Jan 07:34
6552c35

Choose a tag to compare

Changelog

  • 6552c35 Merge pull request #40 from backplane/chore/update-go-version
  • 53d5206 go 1.24.1 -> 1.25

v0.5.1

21 Jan 07:14
3fc4c80

Choose a tag to compare

Changelog

  • 3fc4c80 Merge pull request #39 from backplane/chore/update-deps-20-Jan-2026
  • 71a482e adding //nolint to deferred close
  • 9c1373c switch to go-version-file: 'go.mod'
  • c21956b update deps

v0.5.0

01 Apr 15:44
9ee88e2

Choose a tag to compare

Changelog

  • 849e75e Bump golangci/golangci-lint-action from 6 to 7
  • f6de667 Merge pull request #29 from backplane/dependabot/github_actions/golangci/golangci-lint-action-7
  • 9ee88e2 Merge pull request #31 from backplane/from_scratch
  • 5bf9c36 switch from alpine-based to scratch-based image

v0.4.4

01 Apr 08:08
12f8c53

Choose a tag to compare

Changelog

  • a2806fd Bump aidanwoods.dev/go-paseto from 1.5.1 to 1.5.2
  • 1b44851 Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.5
  • 4dd219c Merge pull request #25 from backplane/dependabot/go_modules/aidanwoods.dev/go-paseto-1.5.2
  • ad076e0 Merge pull request #27 from backplane/dependabot/go_modules/github.com/urfave/cli/v2-2.27.5
  • 12f8c53 Merge pull request #30 from backplane/update-deps-31-Mar-2025
  • 80e5b29 add armv7 build
  • 6f784b7 fix glob pattern
  • 17a407e improve copy glob pattern
  • afa3570 remove old id
  • 36a23aa remove old subpath
  • f4e857d update build infra
  • c29874a update check infra
  • 6b1915d update deps
  • a8678b1 update deps
  • a970cd3 update readme

v0.4.3

11 Jul 06:57
20a97cb

Choose a tag to compare

Changelog

  • bcc6345 Bump docker/build-push-action from 5 to 6
  • 34f48da Bump golangci/golangci-lint-action from 5 to 6
  • 9721a31 Bump goreleaser/goreleaser-action from 5 to 6
  • 0f3ce3e Merge pull request #20 from backplane/dependabot/github_actions/golangci/golangci-lint-action-6
  • e00feff Merge pull request #21 from backplane/dependabot/github_actions/goreleaser/goreleaser-action-6
  • 938ce3a Merge pull request #22 from backplane/dependabot/github_actions/docker/build-push-action-6
  • 20a97cb Merge pull request #23 from backplane/update-deps-11-Jul-2024
  • 70f2f06 add "version: 2" to .goreleaser.yml
  • cc2fb7a adjust flags on goreleaser-action
  • 8e9bde1 update deps

v0.4.2

06 May 13:34
1a851bf

Choose a tag to compare

Changelog

  • 1a851bf Merge pull request #19 from backplane/improve-docker-labels
  • a940260 add "result-encoding: string" to actions/github-script

v0.4.1

06 May 12:22
8c5ef71

Choose a tag to compare

Changelog

  • 8c5ef71 Merge pull request #18 from backplane/fixreadme
  • dbb4e8a fix key names in example yaml, add log_level
  • 13dd4c1 update readme

v0.4.0

06 May 11:02
2bd8a58

Choose a tag to compare

Changelog

  • 6f34415 Merge pull request #16 from backplane/dockerinit
  • 2bd8a58 Merge pull request #17 from backplane/fix-scope-rewrite
  • 77dd1de add docker build to release workflow, update Dockerfile to use goreleaser outputs, update readme
  • 6422305 adding dist info step
  • 95fbb9f adding separated step "GoReleaser (PR)"
  • 474e28a adjust how exterior slash trimming works, remove pre-slog formatting from LogRequest/LogResponse
  • 89316e4 changing token scope service from https url to plain fqdn
  • 2ea23bd chmod +x on the binary
  • 4533b28 fix amd64_v1 issue
  • 88e3748 fix dirname generation
  • 288317c fix docker build
  • d1cfb0d fix issue with trailing slash on some token scope resource names; make some logging more slog-friendly
  • 0a43960 re-fix amd64_v1 issue
  • 8e932a5 removing invalid and silly comment
  • e9204b6 update example config in readme
  • 5e4c638 using path context for build because we're adding dist by github artifact download

v0.3.0

06 May 04:40
939cfec

Choose a tag to compare

Changelog

  • 939cfec Merge pull request #14 from backplane/slog
  • e786df2 add urfave/cli; improve startup logging
  • ae7efe2 improve logging in response to cilint
  • 4b32513 switch to log/slog; move fqdn to a static value from the config file