Releases: arcalot/arcaflow-container-toolkit
Releases · arcalot/arcaflow-container-toolkit
v0.3.1
What's Changed
- Adjust Dockerfile to minimize container image to smaller footprint by @dustinblack in #52
New Contributors
- @dustinblack made their first contribution in #52
Full Changelog: v0.3.0...v0.3.1
Changelog
v0.3.0
What's Changed
- Quay Custom Namespace integration by @jdowni000 in #38
- Bump golang.org/x/net from 0.0.0-20221014081412-f15817d10f9b to 0.7.0 by @dependabot in #39
New Contributors
- @engelmi made their first contribution in #30
- @jaredoconnell made their first contribution in #35
- @dependabot made their first contribution in #37
Full Changelog: 0.2.0...v0.3.0
Changelog
- 0cbcea4 Add Goreleaser configuration (#29)
- a13e424 Add perms to job (#44)
- b3704da Added option for build timeout (#35)
- 5fe7596 Bump github.com/containerd/containerd from 1.6.9 to 1.6.18 (#37)
- 0dd25d1 Bump golang.org/x/net from 0.0.0-20221014081412-f15817d10f9b to 0.7.0 (#39)
- 938fd90 Change perms from packages to contents for write (#45)
- fc75a68 Goreleaser carpenter config (#36)
- 521fce4 Quay Custom Namespace integration (#38)
- ae68c86 Update package to packages (#49)
- 84ba73c Update to arcalot repo (#40)
- f90592d add goreleaser config for github releases (#33)
- c00cda5 check for pyproject file (#32)
- 0761a34 package write perms (#48)
- a256494 removed unused Makefile (#30)
Changelog
- 0cbcea4 Add Goreleaser configuration (#29)
- a13e424 Add perms to job (#44)
- b3704da Added option for build timeout (#35)
- 5fe7596 Bump github.com/containerd/containerd from 1.6.9 to 1.6.18 (#37)
- 0dd25d1 Bump golang.org/x/net from 0.0.0-20221014081412-f15817d10f9b to 0.7.0 (#39)
- 938fd90 Change perms from packages to contents for write (#45)
- fc75a68 Goreleaser carpenter config (#36)
- 521fce4 Quay Custom Namespace integration (#38)
- ae68c86 Update package to packages (#49)
- 84ba73c Update to arcalot repo (#40)
- f90592d add goreleaser config for github releases (#33)
- c00cda5 check for pyproject file (#32)
- 0761a34 package write perms (#48)
- a256494 removed unused Makefile (#30)
v0.2.0
Initial Image Builder
First release
What's Changed
- update readme with details on what the tool does by @sandrobonazzola in #1
- Containerize and Add GitHub Docker Action by @mfleader in #3
- Lint n tests by @mfleader in #4
- add fixtures for container requirements test by @mfleader in #6
- Rework ContainerRequirements to forloop for redundant code by @jdowni000 in #8
- Integrate Arcalot go-log by @mfleader in #5
- update readme by @mfleader in #9
- Upgrade dependencies to fix CVE by @mfleader in #10
- build: return an error if build is not performed by @sandrobonazzola in #12
- fix image destination bug for quay robot accounts by @mfleader in #13
- Errors by @mfleader in #14
- Improve Error Handling by @mfleader in #15
- show found code style issues by @mfleader in #16
- handle docker client push and build errors by @mfleader in #17
- Require either
requirements.txt
orpoetry
by @sandrobonazzola in #18 - fix python file requirements test by @mfleader in #19
- Update LICENSE file location check by @jdowni000 in #26
- adding quay image expiration label to image build options by @jdowni000 in #22
New Contributors
- @sandrobonazzola made their first contribution in #1
- @mfleader made their first contribution in #3
- @jdowni000 made their first contribution in #8
Full Changelog: v0.3...0.1.0