Skip to content

Releases: mvisonneau/s5

edge

09 Mar 14:25
f51acdc
Compare
Choose a tag to compare
edge Pre-release
Pre-release
make: moved tooling versioning within a tools/ folder

v0.1.15

01 Oct 18:56
eb13718
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.14...v0.1.15

v0.1.14

27 Sep 10:03
7696960
Compare
Choose a tag to compare

What's Changed

  • chore: Configure Renovate by @mvisonneau in #669
  • chore(deps): update module github.com/urfave/cli/v2 to v2.27.2 by @mvisonneau in #671
  • chore(deps): update google.golang.org/genproto digest to f6361c8 by @mvisonneau in #670
  • chore(deps): pin dependencies by @mvisonneau in #674
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.54.11 by @mvisonneau in #677
  • chore(deps): update busybox docker tag to v1.36.1 by @mvisonneau in #676
  • chore(deps): update alpine docker tag to v3.20 by @mvisonneau in #675
  • fix(deps): update module github.com/hashicorp/vault/sdk to v0.13.0 by @mvisonneau in #679
  • chore(deps): update docker/setup-qemu-action action to v3 by @mvisonneau in #685
  • chore(deps): update docker/setup-buildx-action action to v3 by @mvisonneau in #684
  • chore(deps): update docker/login-action action to v3 by @mvisonneau in #683
  • chore(deps): update crazy-max/ghaction-import-gpg action to v6 by @mvisonneau in #682
  • chore(deps): update actions/setup-go action to v5 by @mvisonneau in #681
  • chore(deps): update actions/checkout action to v4 by @mvisonneau in #680
  • fix(deps): update module github.com/hashicorp/vault/api to v1.14.0 by @mvisonneau in #678
  • chore(deps): update module github.com/daixiang0/gci to v0.13.4 by @mvisonneau in #686
  • chore(deps): update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.59.1 by @mvisonneau in #687
  • chore(deps): update all patch and minor by @renovate in #708
  • chore(deps): update dependency ubuntu to v24 by @renovate in #709

New Contributors

Full Changelog: v0.1.13...v0.1.14

v0.1.13

04 Mar 17:35
8cd4208
Compare
Choose a tag to compare
  • Implemented golangci
  • Bumped golang to v1.22
  • Updated most dependencies to their latest available versions

v0.1.12

11 Feb 17:05
v0.1.12
b1931c9
Compare
Choose a tag to compare

Added

  • linux/arm/v6 & linux/arm/v7 releases
  • quay.io releases

Changed

  • Bumped dependencies to their latest versions

v0.1.11

19 Aug 13:50
15500b9
Compare
Choose a tag to compare

Added

  • snapcraft releases
  • darwin/arm64 releases

Changed

  • Upgraded golang to 1.17
  • Upgraded all dependencies to their latest versions
  • Do not fail on missing IPC_LOCK capability, solely warn the user

v0.1.10

17 Dec 13:55
f80059f
Compare
Choose a tag to compare

Added

  • Release GitHub container registry based images: ghcr.io/mvisonneau/s5
  • Release arm64v8 based container images as part of docker manifests in both docker.io and ghcr.io
  • GPG sign released artifacts checksums

Changed

  • Migrated CI from Drone to GitHub actions
  • Prefix new releases with ^v to make pkg.go.dev happy
  • Bumped all dependencies to their most recent versions

0.1.9

22 Oct 19:09
f01ab75
Compare
Choose a tag to compare

Added

  • mlock to ensure the memory of the process does not get swap
  • gosec testing

Changed

  • Bumped to go 1.15
  • Bumped all dependencies to their most recent versions
  • Updated urfave/cli to v2
  • Refactored the codebase using golang standard structure

0.1.8

05 Feb 22:18
1153d0e
Compare
Choose a tag to compare

Changed

  • Fixed silly bugs on AWS and Vault ciphers introduced in latest release
  • Use more coherent flags for PGP public and private key paths

0.1.7

05 Feb 21:18
4bef948
Compare
Choose a tag to compare

Changed

  • New input/output syntax : {{s5:*}} - retro compatible with the old one ({{ s5:* }})
  • Refactored cipher engine implementation to be able to use it as a library
  • Bumped dependencies

Removed

  • aix/ppc64 binaries due to a limitation in the github.com/hashicorp/go-sockaddr library