This repository was archived by the owner on Dec 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 6.2.8] - 2022-08-16
10+
11+ ### Fixed
12+ - Fixed rubygems delivery [ cyberark/cyberark-conjur-cli-docker-based #354 ] ( https://github.com/cyberark/cyberark-conjur-cli-docker-based/pull/354 )
13+
914## [ 6.2.7] - 2022-05-09
1015
1116### Changed
@@ -81,7 +86,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8186- ** Codebase forked: for changes to the 5.x (API [ v4] ( https://github.com/cyberark/conjur-cli/tree/v4 ) ) series, see
8287 [ CHANGELOG in ` v4 ` branch] [ v4-changelog ] (https://github.com/cyberark/conjur-cli/blob/v4/CHANGELOG.md )**
8388
84- [ Unreleased ] : https://github.com/cyberark/conjur-cli/compare/v6.2.7...HEAD
89+ [ Unreleased ] : https://github.com/cyberark/conjur-cli/compare/v6.2.8...HEAD
90+ [ 6.2.8 ] : https://github.com/cyberark/conjur-cli/compare/v6.2.7...v6.2.8
8591[ 6.2.7 ] : https://github.com/cyberark/conjur-cli/compare/v6.2.6...v6.2.7
8692[ 6.2.6 ] : https://github.com/cyberark/conjur-cli/compare/v6.2.5...v6.2.6
8793[ 6.2.5 ] : https://github.com/cyberark/conjur-cli/compare/v6.2.4...v6.2.5
Original file line number Diff line number Diff line change 55# then installs the CLI system-wide.
66#
77# Entrypoint is bash, with `conjur` command available.
8- FROM ubuntu:21.10
8+ FROM ubuntu:20.04
99
1010ENV CONJUR_MAJOR_VERSION=5 \
1111 CONJUR_VERSION=5 \
Original file line number Diff line number Diff line change 1- 6.2.7
1+ 6.2.8
Original file line number Diff line number Diff line change 1919# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020#
2121module Conjur
22- VERSION = '6.2.7 '
22+ VERSION = '6.2.8 '
2323 ::Version = VERSION
2424end
You can’t perform that action at this time.
0 commit comments