Releases: Trow-Registry/trow
trow-0.8.1
Helm chart for Trow registry
trow-0.8.0
Helm chart for Trow registry
trow-0.7.0
Helm chart for Trow registry
trow-0.6.4
Helm chart for Trow registry
trow-0.6.3
Helm chart for Trow registry
trow-0.6.2
Helm chart for Trow registry
trow-0.6.1
Helm chart for Trow registry
trow-0.6.0
Helm chart for Trow registry
v0.3.5
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
- @ariyonaty made their first contribution in #284
- @awoimbee made their first contribution in #295
- @MukeshS-hexaware made their first contribution in #307
Full Changelog: v0.3.4...v0.3.5
v0.3.4
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
- @KianTigger made their first contribution in #276
- @rorymalcolm made their first contribution in #275
Full Changelog: v0.3.3...v0.3.4