Skip to content

v0.5.2

Choose a tag to compare

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

Release Overview

Stable release for s3ctl.

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

Installation

Installer script:

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

Container image:

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

Verify downloaded archives and packages with the attached SHA256SUMS file.

Included Changes

Fixes

  • Scope OVH bucket credentials (2e7a725)
    • Apply OVH S3 user policies before issuing credentials so generated keys cannot enumerate every bucket or access sibling buckets.

Documentation

  • Polish public readme (c214668)

  • Add readme workflow diagrams (235bd3f)

  • Fix readme table of contents anchors (25cc2d0)

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