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 rubygems delivery cyberark/cyberark-conjur-cli-docker-based#354
6.2.7 - 2022-05-09
- Remove support for Ruby versions 2.5 and 2.6 cyberark/cyberark-conjur-cli-docker-based#351
6.2.6 - 2022-01-31
- Allow activesupport >=6 as a dependency for ruby-3.0.2. cyberark/conjur-cli#339
- Add Ruby 3 tests in CI.
- Set Ruby 3 as default. cyberark/conjur-cli#344
- Bump
conjur-api-ruby
gem. - Bump
rake
gem.
6.2.5 - 2021-09-29
- Upgraded
highline
dependency to fix deprecation warning. cyberark/conjur-cli#330
6.2.4 - 2021-07-01
- Upgraded
conjur-api
dependency to 5.3.5. cyberark/conjur-cli#310
6.2.3 - 2020-12-22
- 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
- Docker image updated to flatten to a single layer and reduce the image size (cyberark/conjur-cli#253)
- CLI image is only updated in DockerHub when the project has a new tag (cyberark/conjur-cli#270)
- Update rake for CVE-2020-8130 (cyberark/conjur-cli#263)
6.2.1 - 2019-05-22
- Pin to xdg gem v2.2.3 due to a crashing CLI.
- Add
ldap-sync
subcommand.
- 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
- 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
- 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
- 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