Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 16:13
· 9 commits to main since this release

Release Overview

Stable release for s3ctl.

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

Installation

Installer script:

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

Homebrew:

brew tap netspeedy/s3ctl
brew install s3ctl

Container image:

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

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

Included Changes

Features

  • Add social share card image for link previews (f6d9837)

    • Terminal-style 1200x630 card (SVG source + rasterized PNG) using the s3ctl brand palette and the README one-liner.
  • Wire up Open Graph and Twitter card metadata (2fefde8)

    • Add og:image / twitter:image (and dimensions, type, alt) pointing at the share card, bump twitter:card to summary_large_image for big previews, and unify description/og:description/twitter:description on the README on...

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