Skip to content

Commit

Permalink
Bump version to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Mar 2, 2023
1 parent 14b1588 commit 56c71af
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ plugins:
go:
java:
javascript:
php:
python:
python_version: 3 # ACTION Comment this out if using Python 2
ruby:
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.2.7] - 2023-03-02
### Security
- Upgdate spring-boot and Golang dependencies. Upgrade test app to Ruby 3 and update ruby dependencies.
[cyberark/cloudfoundry-conjur-buildpack#164](https://github.com/cyberark/cloudfoundry-conjur-buildpack/pull/164)
- Upgrade sinatra to 2.2.3 in /tests/integration/apps/ruby to resolve CVE-2022-45442
[cyberark/cloudfoundry-conjur-buildpack](https://github.com/cyberark/cloudfoundry-conjur-buildpack/pull/159)
[cyberark/cloudfoundry-conjur-buildpack#159](https://github.com/cyberark/cloudfoundry-conjur-buildpack/pull/159)

## [2.2.6] - 2022-11-23
### Changed
Expand Down Expand Up @@ -197,7 +201,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The first tagged version.

[Unreleased]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v2.2.6...HEAD
[Unreleased]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v2.2.7...HEAD
[2.2.7]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v2.2.6...v2.2.7
[2.2.6]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v2.2.5...v2.2.6
[2.2.5]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v2.2.4...v2.2.5
[2.2.4]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v2.2.3...v2.2.4
Expand Down
12 changes: 6 additions & 6 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ of the license associated with each component.

SECTION 1: Apache License 2.0

>>> github.com/cyberark/conjur-api-go-0.10.1
>>> github.com/cyberark/conjur-api-go-0.11.0
>>> gopkg.in/yaml.v2-2.4.0
>>> gopkg.in/yaml.v3-3.0.1

SECTION 2: BSD 3-clause "New" or "Revised" License

>>> github.com/pmezard/go-difflib-1.0.0
>>> golang.org/x/sys-0.0.0-20220728004956-3c1f35247d10
>>> golang.org/x/sys-0.3.0

SECTION 3: MIT License

Expand All @@ -26,7 +26,7 @@ SECTION 3: MIT License
>>> github.com/sirupsen/logrus-1.8.1
>>> github.com/stretchr/testify v1.8.0
>>> gopkg.in/yaml.v2-2.4.0
>>> gopkg.in/yaml.v3-3.0.1-20210107192922-496545a6307b
>>> gopkg.in/yaml.v3-3.0.1

SECTION 4: ISC License

Expand All @@ -47,7 +47,7 @@ APPENDIX: Standard License Files and Templates

Apache License 2.0 is applicable to the following component(s).

>>> github.com/cyberark/conjur-api-go-0.10.1
>>> github.com/cyberark/conjur-api-go-0.11.0

Copyright 2020 CyberArk Software Ltd.

Expand Down Expand Up @@ -110,7 +110,7 @@ limitations under the License.

BSD 3-clause "New" or "Revised" License is applicable to the following component(s).

>>> golang.org/x/sys-0.0.0-20220728004956-3c1f35247d10
>>> golang.org/x/sys-0.3.0

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -300,7 +300,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

>>> gopkg.in/yaml.v3-3.0.1-20210107192922-496545a6307b
>>> gopkg.in/yaml.v3-3.0.1

#### MIT License ####

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.6
2.2.7
3 changes: 0 additions & 3 deletions ci/utils
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ function announce {
}

function finish {
announce 'Dumping Conjur logs...'
docker-compose -f "$DOCKER_COMPOSE_FILE" logs --tail="all" conjur

announce 'Removing environment...'
docker-compose -f "$DOCKER_COMPOSE_FILE" down -v
}
Expand Down

0 comments on commit 56c71af

Please sign in to comment.