Skip to content

Releases: Addono/container-registry-proxy

v3.0.0

06 May 14:12
Compare
Choose a tag to compare

3.0.0 (2020-05-06)

Features

  • proxy: focus on forwarding all traffic to a single repository (9bc107b), closes #9
  • proxy: show the configuration of the proxy at startup (b5b6b01)

BREAKING CHANGES

  • proxy: repository host and port is not set through the repository name anymore, instead
    configure it through environment variables.

v2.0.1

06 May 13:35
Compare
Choose a tag to compare

2.0.1 (2020-05-06)

Bug Fixes

  • npm: include all compiled files needed to run the application (156b1c1)

v2.0.0

06 May 12:37
Compare
Choose a tag to compare

Broken, use 2.0.1 instead.

2.0.0 (2020-05-06)

Build System

  • semantic-release: build the application before pushing to NPM (77caffb)

Features

  • logging: log the request url when it cannot be parsed (fee2dde)

BREAKING CHANGES

  • semantic-release: Now the application can be ran directly from the CLI as a command line tool.

v1.2.2

06 May 10:07
Compare
Choose a tag to compare

1.2.2 (2020-05-06)

Bug Fixes

  • logging: emit server start success message only after server boot (99eb222)

v1.2.1

05 May 13:26
Compare
Choose a tag to compare

1.2.1 (2020-05-05)

Bug Fixes

  • .snyk & package.json to reduce vulnerabilities (d253569)
  • .snyk & package.json to reduce vulnerabilities (bed45fa)
  • .snyk & package.json to reduce vulnerabilities (d2a80e7)

v1.2.0

01 May 09:20
Compare
Choose a tag to compare

1.2.0 (2020-05-01)

Features

  • proxy: add basic container registry proxy functionality (453a064)

v1.0.0

30 Apr 19:39
Compare
Choose a tag to compare

1.0.0 (2020-04-30)

Features

  • yarn: make the application linkable as an shell accessible tool (dbd9c3d)
  • create initial setup for entrypoint (ad0b6e8)
  • gitignore: add .gitignore for node, windows, macos, linux, vscode and jetbrains (b76ec62)
  • initial commit (c1c219b)