Skip to content

v0.6.3-rc.1

Pre-release
Pre-release

Choose a tag to compare

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

Release Overview

Release candidate for s3ctl.

Installation

Installer script:

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

Homebrew:

brew tap netspeedy/s3ctl
brew install s3ctl

Container image:

docker run --rm ghcr.io/netspeedy/s3ctl:v0.6.3-rc.1

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

This is a release candidate. It publishes tagged archives, Debian packages, checksums, and an :rc container image, but it does not move the Homebrew tap, stable APT channel, or :latest container tag.

Included Changes

Fixes

  • Keep APT nav on install tab (910be28)

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
  • Prerelease artifacts are attached to GitHub Releases and the :rc container tag is refreshed