This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Releases: cyberark/cyberark-conjur-cli-docker-based
Releases · cyberark/cyberark-conjur-cli-docker-based
v6.2.8
v6.2.7
Changed
- Remove support for Ruby versions 2.5 and 2.6 cyberark/cyberark-conjur-cli-docker-based#351
v6.2.6
Changed
- Allow activesupport >=6 as a dependency for ruby-3.0.2. #339
- Add Ruby 3 tests in CI.
- Set Ruby 3 as default. #344
- Bump
conjur-api-ruby
gem. - Bump
rake
gem.
Full Changelog: v6.2.5...v6.2.6
v6.2.5
Fixed
- Upgraded
highline
dependency to fix deprecation warning.
cyberark/conjur-cli#330
v6.2.4
Changed
- Upgraded
conjur-api
dependency to 5.3.5.
cyberark/conjur-cli#310
v6.2.3
Change log
Fixed
- The Conjur CLI now raises a proper error when trying to rotate a non-existing user's API key.
cyberark/conjur#979
v6.2.2
Change log
Changed
- Docker image updated to flatten to a single layer and reduce the image
size (cyberark/conjur-cli#253)
Fixed
- CLI image is only updated in DockerHub when the project has a new tag
(cyberark/conjur-cli#270)
Security
- Update rake for CVE-2020-8130 (cyberark/conjur-cli#263)
v6.2.1
Changes
- Fixes broken dependency on xdg gem
Installation
https://rubygems.org/gems/conjur-cli/versions/6.2.1
https://hub.docker.com/r/cyberark/conjur-cli/, tag 5-6.2.1
v5.6.6
Changes
- Adds standalone Docker image (
cyberark/conjur-cli:4
)
Installation
- https://rubygems.org/gems/conjur-cli/versions/5.6.6
- https://hub.docker.com/r/cyberark/conjur-cli/, tag 4-5.6.6
Note that this release is for Conjur Enterprise 4. Use the latest 6.x.x release for Conjur 5.
v6.1.0
Changes
- Pin dependency 'conjur-api' to '~> 5.1'. This update adds authn-local support to the API. conjur-api PR #131
Installation