Skip to content

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 26 Apr 23:44
· 97 commits to main since this release

Release Overview

Stable release for s3ctl.

  • Published tag: v0.5.3
  • Full diff: v0.5.2...v0.5.3
  • Channel: stable; GitHub marks this as latest and GHCR publishes :v0.5.3, :latest, and semver convenience tags

Installation

Installer script:

curl -fsSL https://soakes.github.io/s3ctl/install.sh | bash -s -- --version v0.5.3

Container image:

docker run --rm ghcr.io/soakes/s3ctl:v0.5.3 --help

Verify downloaded archives and packages with the attached SHA256SUMS file.

Included Changes

Fixes

  • Clarify OVH scoped policy output (7e963e5)

Published Artifacts

  • Release binaries for linux/amd64, linux/arm64, linux/arm/v7, darwin/amd64, and darwin/arm64
  • Debian packages for amd64, arm64, and armhf
  • SHA256 checksums attached to the release
  • Container images published to ghcr.io/soakes/s3ctl
  • The GitHub Pages release hub is refreshed with install commands, release assets, and APT repository metadata