Skip to content

Releases: mvisonneau/s5

edge

09 Mar 14:25
Compare
Choose a tag to compare
edge Pre-release
Pre-release
chore(deps): update module github.com/golangci/golangci-lint/cmd/gola…

…ngci-lint to v1.59.1

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

0.1.6

20 Sep 14:22
c0416f3
Compare
Choose a tag to compare

Added

  • Release aix/ppc64 binaries
  • Release linux/ppc64 binaries
  • Release solaris/amd64 binaries

Changed

  • Upgraded dependencies, go to 1.13 / goreleaser to 0.118.0

0.1.5

24 Jul 16:02
Compare
Choose a tag to compare

Added

  • By default, we will now trim input for cipher function from whitespaces and return carriages

Changed

  • Updated dependencies