Skip to content

Commit cea5fb4

Browse files
authored
Merge pull request #268 from cyberark/suite_1.19.5+suite.1
Release v1.19.5+suite.1
2 parents b046921 + 3b16432 commit cea5fb4

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v1.19.5+suite.1] - 2023-06-29
10+
911
### Security
1012
- Upgrade Go in k8s-ci/Dockerfile to 1.20
1113
[cyberark/conjur-oss-suite-release#267](https://github.com/cyberark/conjur-oss-suite-release/pull/267)
@@ -106,9 +108,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
106108
open in a new window, unless the link points to a CyberArk docs site.
107109
[cyberark/conjur-oss-suite-release#199](https://github.com/cyberark/conjur-oss-suite-release/issues/199)
108110

109-
[Unreleased]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.3+suite.1...HEAD
110-
[v1.19.0+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.2+suite.1...v1.19.3+suite.1
111-
[v1.19.0+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.0+suite.1...v1.19.2+suite.1
111+
[Unreleased]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.5+suite.1...HEAD
112+
[v1.19.5+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.3+suite.1...v1.19.5+suite.1
113+
[v1.19.3+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.2+suite.1...v1.19.3+suite.1
114+
[v1.19.2+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.0+suite.1...v1.19.2+suite.1
112115
[v1.19.0+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.18.4+suite.1...v1.19.0+suite.1
113116
[v1.18.4+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.18.0+suite.1...v1.18.4+suite.1
114117
[v1.18.0+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.17.6+suite.1...v1.18.0+suite.1

release-testing/secretless_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build release_test
12
// +build release_test
23

34
package main

suite.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ section:
1111
description: Conjur OSS server. Conjur comes built-in with custom authenticators
1212
for Kubernetes, OpenShift, AWS IAM, OIDC, and more.
1313
upgrade_url: https://github.com/cyberark/conjur/blob/master/UPGRADING.md
14-
version: v1.19.3
14+
version: v1.19.5
1515
- name: cyberark/conjur-openapi-spec
1616
url: https://github.com/cyberark/conjur-openapi-spec
1717
description: Conjur OpenAPI v3 specification
@@ -28,27 +28,27 @@ section:
2828
- name: cyberark/conjur-cli-go
2929
url: https://github.com/cyberark/conjur-cli-go
3030
description: Conjur Go CLI
31-
version: v8.0.9
31+
version: v8.0.10
3232
- name: cyberark/conjur-api-dotnet
3333
url: https://github.com/cyberark/conjur-api-dotnet
3434
description: Conjur .Net Client Library
3535
version: v2.1.1
3636
- name: cyberark/conjur-api-go
3737
url: https://github.com/cyberark/conjur-api-go
3838
description: Conjur Golang Client Library
39-
version: v0.11.0
39+
version: v0.11.1
4040
- name: cyberark/conjur-api-java
4141
url: https://github.com/cyberark/conjur-api-java
4242
description: Conjur Java Client Library
43-
version: v3.0.4
43+
version: v3.0.5
4444
- name: cyberark/conjur-api-python
4545
url: https://github.com/cyberark/conjur-api-python
4646
description: Conjur Python Client Library
4747
version: v0.1.0
4848
- name: cyberark/conjur-api-ruby
4949
url: https://github.com/cyberark/conjur-api-ruby
5050
description: Conjur Ruby Client Library
51-
version: v5.4.0
51+
version: v5.4.1
5252

5353
- name: Platform Integrations
5454
description: Tools for Conjur integrations with platforms and cloud providers.
@@ -58,25 +58,25 @@ section:
5858
description: The Conjur Buildpack will use the Conjur identity provided
5959
by the Conjur Service Broker to inject secrets into your application
6060
environment at runtime.
61-
version: v2.2.7
61+
version: v2.2.8
6262
- name: cyberark/conjur-service-broker
6363
url: https://github.com/cyberark/conjur-service-broker
6464
description: The Conjur Service Broker provides your applications running
6565
in Cloud Foundry with a Conjur identity.
66-
version: v1.2.9
66+
version: v1.2.10
6767
- name: cyberark/conjur-authn-k8s-client
6868
url: https://github.com/cyberark/conjur-authn-k8s-client
6969
tool: Kubernetes
7070
description: The Conjur authenticator client can be deployed as a sidecar
7171
or init container to ensure your application has a valid Conjur access token.
72-
version: v0.25.0
72+
version: v0.25.1
7373
- name: cyberark/secrets-provider-for-k8s
7474
url: https://github.com/cyberark/secrets-provider-for-k8s
7575
tool: Kubernetes
7676
description: The Conjur Secrets Provider for K8s is deployed as an init
7777
container in your application pod. It injects secrets from Conjur
7878
into Kubernetes secrets, which are accessible to your application pod.
79-
version: v1.5.0
79+
version: v1.5.1
8080

8181
- name: DevOps Tools
8282
description: Conjur OSS integrations with DevOps tools.
@@ -108,7 +108,7 @@ section:
108108
tool: Terraform
109109
description: Terraform provider that makes secrets in Conjur available in
110110
Terraform manifests.
111-
version: v0.6.5
111+
version: v0.6.6
112112

113113
- name: Secretless Broker
114114
description: Secure your apps by making them Secretless.
@@ -128,8 +128,8 @@ section:
128128
url: https://github.com/cyberark/summon
129129
description: Summon is a secure tool to inject secrets into a subprocess
130130
environment.
131-
version: v0.9.5
131+
version: v0.9.6
132132
- name: cyberark/summon-conjur
133133
url: https://github.com/cyberark/summon-conjur
134134
description: Summon provider for Conjur.
135-
version: v0.7.0
135+
version: v0.7.1

0 commit comments

Comments
 (0)