Skip to content

Releases: shizunge/gantry

2024.0207.1

08 Feb 07:05
Compare
Choose a tag to compare

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

08 Feb 03:54
Compare
Choose a tag to compare
  • 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

02 Feb 11:00
Compare
Choose a tag to compare

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

02 Feb 10:31
Compare
Choose a tag to compare

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

20 Jan 07:54
Compare
Choose a tag to compare
  • Fix docker manifest and docker pull error for ghcr.io images.

Full Changelog: 2024.0119.0...2024.0119.1

2024.0119.0

20 Jan 03:54
Compare
Choose a tag to compare

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

07 Nov 02:54
Compare
Choose a tag to compare

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

04 Aug 07:33
3886fad
Compare
Choose a tag to compare

What's Changed

  • Bump docker/setup-buildx-action from 2.7.0 to 2.9.1 by @dependabot in #4

New Contributors

Full Changelog: 2023.0707.0...2023.0804.0

2023.0707.0

07 Jul 16:41
Compare
Choose a tag to compare
  • Fix log format
  • Add label to docker images.

20230702

02 Jul 09:19
Compare
Choose a tag to compare
  • Reorder workflow. hopefully this fixes ghcr.io images pull failures.