Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.19.0+suite.1 #256

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.19.0+suite.1] - 2022-11-30

## [v1.18.4+suite.1] - 2022-09-16

## [v1.18.0+suite.1] - 2022-08-23
Expand Down Expand Up @@ -86,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
open in a new window, unless the link points to a CyberArk docs site.
[cyberark/conjur-oss-suite-release#199](https://github.com/cyberark/conjur-oss-suite-release/issues/199)

[Unreleased]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.18.4+suite.1...HEAD
[Unreleased]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.0+suite.1...HEAD
[v1.18.4+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.18.4+suite.1...v1.19.0+suite.1
[v1.18.4+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.18.0+suite.1...v1.18.4+suite.1
[v1.18.0+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.17.6+suite.1...v1.18.0+suite.1
[v1.17.6+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.15.0+suite.1...v1.17.6+suite.1
Expand Down
16 changes: 8 additions & 8 deletions suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ section:
description: Conjur OSS server. Conjur comes built-in with custom authenticators
for Kubernetes, OpenShift, AWS IAM, OIDC, and more.
upgrade_url: https://github.com/cyberark/conjur/blob/master/UPGRADING.md
version: v1.18.4
version: v1.19.0
- name: cyberark/conjur-openapi-spec
url: https://github.com/cyberark/conjur-openapi-spec
description: Conjur OpenAPI v3 specification
Expand All @@ -36,7 +36,7 @@ section:
- name: cyberark/conjur-api-go
url: https://github.com/cyberark/conjur-api-go
description: Conjur Golang Client Library
version: v0.10.1
version: v0.10.2
- name: cyberark/conjur-api-java
url: https://github.com/cyberark/conjur-api-java
description: Conjur Java Client Library
Expand All @@ -58,25 +58,25 @@ section:
description: The Conjur Buildpack will use the Conjur identity provided
by the Conjur Service Broker to inject secrets into your application
environment at runtime.
version: v2.2.5
version: v2.2.6
- name: cyberark/conjur-service-broker
url: https://github.com/cyberark/conjur-service-broker
description: The Conjur Service Broker provides your applications running
in Cloud Foundry with a Conjur identity.
version: v1.2.6
version: v1.2.7
- name: cyberark/conjur-authn-k8s-client
url: https://github.com/cyberark/conjur-authn-k8s-client
tool: Kubernetes
description: The Conjur authenticator client can be deployed as a sidecar
or init container to ensure your application has a valid Conjur access token.
version: v0.23.8
version: v0.24.0
- name: cyberark/secrets-provider-for-k8s
url: https://github.com/cyberark/secrets-provider-for-k8s
tool: Kubernetes
description: The Conjur Secrets Provider for K8s is deployed as an init
container in your application pod. It injects secrets from Conjur
into Kubernetes secrets, which are accessible to your application pod.
version: v1.4.4
version: v1.4.5

- name: DevOps Tools
description: Conjur OSS integrations with DevOps tools.
Expand Down Expand Up @@ -108,7 +108,7 @@ section:
tool: Terraform
description: Terraform provider that makes secrets in Conjur available in
Terraform manifests.
version: v0.6.3
version: v0.6.4

- name: Secretless Broker
description: Secure your apps by making them Secretless.
Expand All @@ -128,7 +128,7 @@ section:
url: https://github.com/cyberark/summon
description: Summon is a secure tool to inject secrets into a subprocess
environment.
version: v0.9.4
version: v0.9.5
- name: cyberark/summon-conjur
url: https://github.com/cyberark/summon-conjur
description: Summon provider for Conjur.
Expand Down