Releases: shizunge/gantry
Releases · shizunge/gantry
2024.0207.1
What's Changed
- Fixed incorrectly skipping updating when the digest of image is empty.
- Run inspecting all services firstly then run updating, except the self service.
- allow registries file to end without a newline.
- Bump codecov/codecov-action from 3 to 4.
- Bump peter-evans/dockerhub-description from 3 to 4.
Full Changelog: 2024.0202.1...2024.0207.1
2024.0207.0
- Fixed incorrectly skipping updating when the digest of image is empty.
- Run inspecting all services firstly then run updating, except the self service.
- Bump codecov/codecov-action from 3 to 4.
- Bump peter-evans/dockerhub-description from 3 to 4.
Full Changelog: 2024.0202.0...2024.0207.0
2024.0202.1
What's Changed 2024.0202.1
- Switch to use the ghcr.io released image as the image remover when not running Gantry as a docker swarm service.
What's Changed 2024.0202.0
- Image removal
- Use the same image of gantry for images removal
- Enable adding options to the image remover global job. You can use this to add a label to the service or the containers
- Logging
- Add color to logs
- Add more debug logs
- Failure handling and reporting
- Report type success/failure to apprise
- Add service to the failure list when inspecting image failed
- Skip updating services when failing due to login registries or obtain the service list
- Report Docker hub rate for the given user
- Fix caching variables, which were not working previously.
- Test improvement
- Fix a flaky rollback test
- Use shellspec for testing
- No longer need an external registry, tests will start a local registry
- More tests
- Generate coverage reports
- Container images
- Reduce image size
- Drop riscv64 image
Full Changelog: 2024.0119.1...2024.0202.1
2024.0202.0
What's Changed
- Image removal
- Use the same image of gantry for images removal
- Enable adding options to the image remover global job. You can use this to add a label to the service or the containers
- Logging
- Add color to logs
- Add more debug logs
- Failure handling and reporting
- Report type success/failure to apprise
- Add service to the failure list when inspecting image failed
- Skip updating services when failing due to login registries or obtain the service list
- Report Docker hub rate for the given user
- Fix caching variables, which were not working previously.
- Test improvement
- Fix a flaky rollback test
- Use shellspec for testing
- No longer need an external registry, tests will start a local registry
- More tests
- Generate coverage reports
- Container images
- Reduce image size
- Drop riscv64 image
Full Changelog: 2024.0119.1...2024.0202.0
2024.0119.1
- Fix docker manifest and docker pull error for ghcr.io images.
Full Changelog: 2024.0119.0...2024.0119.1
2024.0119.0
What's Changed
- Add pre and post run commands.
- Find self service name automatically.
- Excluding update time from sleep time.
- Bump docker/build-push-action from 5.0.0 to 5.1.0 by @dependabot in #17
Full Changelog: 2023.1106.0...2024.0119.0
2023.1106.0
What's Changed
- Do not consume a DockerHub rate by using curl.
- Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 by @dependabot in #5
- Bump actions/checkout from 3 to 4 by @dependabot in #6
- Update README.md by @trajano in #15
- Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 by @dependabot in #8
- Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #12
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #11
- Bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in #10
- Bump docker/metadata-action from 4 to 5 by @dependabot in #9
New Contributors
Full Changelog: 2023.0804.0...2023.1106.0
2023.0804.0
What's Changed
- Bump docker/setup-buildx-action from 2.7.0 to 2.9.1 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: 2023.0707.0...2023.0804.0
2023.0707.0
- Fix log format
- Add label to docker images.