Skip to content

Releases: Trow-Registry/trow

trow-0.7.0

14 Feb 10:16
e401720
Compare
Choose a tag to compare

Helm chart for Trow registry

trow-0.6.4

04 Dec 16:32
1ace126
Compare
Choose a tag to compare

Helm chart for Trow registry

trow-0.6.3

20 Nov 16:56
963bf65
Compare
Choose a tag to compare

Helm chart for Trow registry

trow-0.6.2

09 Nov 13:02
3b0dff5
Compare
Choose a tag to compare

Helm chart for Trow registry

trow-0.6.1

22 Oct 10:28
665bdca
Compare
Choose a tag to compare

Helm chart for Trow registry

trow-0.6.0

18 Sep 13:55
844cc06
Compare
Choose a tag to compare

Helm chart for Trow registry

v0.3.5

10 Mar 21:55
1affd11
Compare
Choose a tag to compare

What's Changed

  • Update link to kustomize install. by @ariyonaty in #284
  • Simplify building of Docker images by @amouat in #287
  • Update quick install docs. by @amouat in #293
  • Container images are now signed by cosign by @amouat in #297
  • Fix ranges by @amouat in #304
  • quick-install: Compatibility fixes for Kubernetes v1.22+ by @MukeshS-hexaware in #307
  • Add multiplatform (manifest list) proxying + fix concurrent writes to files + add concurrent download of layers by @awoimbee in #314

The recommend way to obtain Trow is to pull the image from the Docker Hub i.e.:

docker pull containersol/trow:0.3.5

You can also build from source or use the below binary. The image on the DockerHub has a "fat manifest" and should work for multiple architectures (amd64, armv7 and amd64). The tgz file contains the Helm chart YAML only.

Please be aware that Trow is in an early stage of development and should not be considered fully production ready.

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

10 Jan 15:41
Compare
Choose a tag to compare

What's Changed

  • Rocket 0.5 by @amouat in #271
  • Refactor proxy authentication mechanism by @sopak #274
  • #168 doc improvements and editing out of date api versions. by @KianTigger in #276
  • Add CLI parameter for setting the log level (--log-level) by @rorymalcolm in #275
  • Support 5 levels of repos (e.g. docker pull org/a/b/c/d/myimage) by @amouat in #281

The work to use Rocket 0.5 was fairly major and represents a big step forward in terms of speed and scalability.

There were also a bunch of bug fixes, refactorings and doc improvements.

The recommend way to obtain Trow is to pull the image from the Docker Hub i.e.:

docker pull containersol/trow:0.3.4

You can also build from source or use the below binary. The image on the DockerHub has a "fat manifest" and should work for multiple architectures (amd64, armv7 and amd64). The tgz file contains the Helm chart YAML only.

Please be aware that Trow is in an early stage of development and should not be considered fully production ready.

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

30 Jul 14:21
b0aa516
Compare
Choose a tag to compare

Bug-fix release.

  • Fix bug where proxy skipped layers
  • Refactored code to use traits
  • Refactorings to routing code
  • Formatting fixes to code
  • Updated libraries & dependencies

Thanks to @sopak for the bugfix and @mathijshoogland for some help and fixes to Helm stuff.

The recommend way to obtain Trow is to pull the image from the Docker Hub i.e.:

docker pull containersol/trow:0.3.3

You can also build from source or use the below binary. The image on the DockerHub has a "fat manifest" and should work for multiple architectures (amd64, armv7 and amd64). The tgz file contains the Helm chart YAML only.

Please be aware that Trow is in an early stage of development and should not be considered fully production ready.

Trow v0.3.2

03 Mar 13:49
eaafa0e
Compare
Choose a tag to compare

Mainly a bug-fix release.

  • Added ca-certificates to Docker images to fix #234
  • Set content-length header to fix pulling on containerd
  • Whole bunch of refactorings and minor fixes
  • Updated libraries & dependencies

Thanks to @mathijshoogland @alex-glv @blaggacao @jonathangold for their contributions!

The recommend way to obtain Trow is to pull the image from the Docker Hub i.e.:

docker pull containersol/trow:0.3.2

You can also build from source or use the below binary. The image on the DockerHub has a "fat manifest" and should work for multiple architectures (amd64, armv7 and amd64).

Please be aware that Trow is in an early stage of development and should not be considered fully production ready.