Skip to content

Latest commit

 

History

History
174 lines (138 loc) · 6.94 KB

CHANGELOG.md

File metadata and controls

174 lines (138 loc) · 6.94 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.8.0 - 2024-06-06

Changed

  • Updated provider to stream secrets instead and leverage new Summon API (CNJR-4814)
  • Upgraded Go to 1.22.4

0.7.2 - 2024-03-21

Security

  • Upgrade Go to 1.22 (CONJSE-1842)

0.7.1 - 2023-06-14

Security

0.7.0 - 2023-03-10

Added

Changed

Security

Removed

0.6.4 - 2022-07-06

Changed

  • Updated direct dependencies (github.com/cyberark/conjur-api-go -> v0.10.1, github.com/stretchr/testify -> 1.7.2) cyberark/summon-conjur#106

0.6.3 - 2022-05-19

Changed

Security

0.6.2 - 2022-02-25

Changed

0.6.1 - 2021-12-31

Changed

0.6.0 - 2021-08-11

Added

0.5.5 - 2021-06-01

Security

0.5.4 - 2021-03-16

Added

Fixed

0.5.3 - 2019-02-06

Changed

  • Go modules are now used for dependency management
  • Newer goreleaser syntax is used to build artifacts
  • Fixed issues with spaces in variable IDs (via conjur-api-go version increase)
  • Fixed issues with homedir pathing (via conjur-api-go version increase)

0.5.2 - 2018-08-06

Added

  • deb and rpm packages
  • homebrew formula

Changed

0.5.1 - 2018-07-19

Added

  • Add some logging to help debug configuration PR #31.

Changed

  • Update to the latest version of conjur-api-go.

0.5.0 - 2017-11-20

Added

  • Support new v5 token format and summon-conjur version flag PR #23.

0.4.0 - 2017-09-19

Changed

  • Support v4, https and configuration from machine identity files, PR #20.

0.3.0 - 2017-08-16

Changed

0.2.0 - 2016-07-20

Added

  • CONJUR_SSL_CERTIFICATE can now be passed (content of cert file) #3
  • netrc file is now only read if required #4
  • CONJUR_AUTHN_TOKEN can now be used for identity #5

0.1.4 - 2016-02-29

Fixed

  • A friendly error is now returned when no argument is given GH-2

0.1.3 - 2016-02-24

Changed

  • Config now looks at netrc_path in conjurrc to find identity.file

0.1.2 - 2015-12-09

Changed

  • Config now uses env var CONJUR_AUTHN_API_KEY instead of CONJUR_API_KEY.

0.1.1 - 2015-10-08

Fixed

  • Fixed an issue authenticating hosts - / is now properly escaped.

0.1.0 - 2015-06-04

Added

  • Initial release