Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Latest commit

 

History

History
100 lines (78 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

100 lines (78 loc) · 4.13 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.

6.2.8 - 2022-08-16

Fixed

6.2.7 - 2022-05-09

Changed

6.2.6 - 2022-01-31

Changed

6.2.5 - 2021-09-29

Fixed

6.2.4 - 2021-07-01

Changed

6.2.3 - 2020-12-22

Fixed

  • The Conjur CLI now raises a proper error when trying to rotate a non-existing user's API key. cyberark/conjur#979

6.2.2 - 2020-04-02

Changed

Fixed

Security

6.2.1 - 2019-05-22

Added

6.2.0 - 2018-06-22

Added

  • Add ldap-sync subcommand.

6.1.1 - 0000-00-00

Added

  • No longer displaying error stack traces by default when an exception occurs duing CLI initialization (e.g when trying to open a missing conjur certificate file). Stack traces can be enabled for all errors in the CLI by setting the environment variable GLI_DEBUG=true.

6.1.0 - 2018-04-09

Added

  • Pin dependency 'conjur-api' to '~> 5.1'. This update adds authn-local support to the API. conjur-api PR #131

6.0.1 - 2018-04-09

Added

  • Pushes to cyberark/conjur-cli:5 on DockerHub when tests pass
  • Use SNI when fetching certificate with conjur init.
  • Correctly specify dependency versions in gemspec.
  • Allow ActiveSupport v5 as a dependency.

6.0.0 - 2017-10-13

Added

  • Provides compatibility with cyberark/conjur, Conjur 5 CE.
  • License changed to Apache 2.0.
  • Codebase forked: for changes to the 5.x (API v4) series, see [CHANGELOG in v4 branch]v4-changelog