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

Commit 88ce182

Browse files
author
John Tuttle
authored
Merge pull request #355 from cyberark/release-6.2.8
Release 6.2.8
2 parents 5148ab4 + 36f933f commit 88ce182

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile.standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1010
ENV CONJUR_MAJOR_VERSION=5 \
1111
CONJUR_VERSION=5 \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.7
1+
6.2.8

lib/conjur/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020
#
2121
module Conjur
22-
VERSION = '6.2.7'
22+
VERSION = '6.2.8'
2323
::Version=VERSION
2424
end

0 commit comments

Comments
 (0)