Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:25
· 12 commits to main since this release

Release Overview

Stable release for s3ctl.

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

Installation

Installer script:

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

Homebrew:

brew tap netspeedy/s3ctl
brew install s3ctl

Container image:

docker run --rm ghcr.io/netspeedy/s3ctl:v0.6.2

Verify downloaded archives and packages with the attached SHA256SUMS file; the detached SHA256SUMS.asc signature is produced by the release key.

Included Changes

Documentation

  • Modernize website hero with Inter and gradient focus word (434d0a3)

    • Load Inter as a self-hosted variable font (@fontsource-variable/inter) so the declared font stack actually renders instead of falling back to system-ui.
  • Drop website .deb block, add accent headings, polish install table (9a6ae6e)

    • Remove the direct .deb install and signature-verify subsection from the Signed APT tab now that GitHub releases cover that path, including the now-dead JS helpers, CSS, and checker IDs.
  • Polish website hero and navigation (71c5425)

Published Artifacts

  • Release binaries for linux/amd64, linux/arm64, linux/arm/v7, darwin/amd64, and darwin/arm64
  • Debian packages for amd64, arm64, and armhf
  • Homebrew formula updates for stable releases
  • SHA256 checksums attached to the release, with a detached GPG signature
  • Container images published to ghcr.io/netspeedy/s3ctl
  • The GitHub Pages release hub is refreshed with install commands, release assets, and APT repository metadata