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

Suite release v1.20.0+suite.1 #270

Closed
wants to merge 2 commits into from
Closed
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ c.out
.DS_Store
bin/cc-test-reporter
drafts/RELEASE_NOTES.md

release-testing/*.txt
release-testing/store*
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.20.0+suite.1] - 2023-10-02

## [v1.19.5+suite.1] - 2023-06-29

### Security
Expand Down Expand Up @@ -108,7 +110,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.19.5+suite.1...HEAD
[Unreleased]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.20.0+suite.1...HEAD
[v1.20.0+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.5+suite.1...v1.20.0+suite.1
[v1.19.5+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.3+suite.1...v1.19.5+suite.1
[v1.19.3+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.2+suite.1...v1.19.3+suite.1
[v1.19.2+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.19.0+suite.1...v1.19.2+suite.1
Expand Down
18 changes: 9 additions & 9 deletions suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ 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.19.5
version: v1.20.0
- name: cyberark/conjur-openapi-spec
url: https://github.com/cyberark/conjur-openapi-spec
description: Conjur OpenAPI v3 specification
version: v5.3.0
version: v5.3.1
- name: cyberark/conjur-oss-helm-chart
url: https://github.com/cyberark/conjur-oss-helm-chart
description: Helm chart for deploying Conjur OSS.
upgrade_url: https://github.com/cyberark/conjur-oss-helm-chart/tree/master/conjur-oss#upgrading-modifying-or-migrating-a-conjur-oss-helm-deployment
version: v2.0.6
version: v2.0.7

- name: Conjur SDK
description: Conjur Command Line Interface (CLI) and Client Libraries
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.11.1
version: v0.11.0
- name: cyberark/conjur-api-java
url: https://github.com/cyberark/conjur-api-java
description: Conjur Java Client Library
Expand Down Expand Up @@ -69,14 +69,14 @@ section:
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.25.1
version: v0.26.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.5.1
version: v1.6.0

- name: DevOps Tools
description: Conjur OSS integrations with DevOps tools.
Expand All @@ -88,7 +88,7 @@ section:
Includes an Ansible role to bootstrap Ansible hosts with a Conjur
identity, and a lookup plugin to enable easy access to Conjur secrets
from within your Ansible playbooks, etc.
version: v1.2.0
version: v1.2.2
- name: cyberark/ansible-conjur-host-identity
url: https://github.com/cyberark/ansible-conjur-host-identity
tool: Ansible
Expand All @@ -102,7 +102,7 @@ section:
description: Puppet module that simplifies the operation of establishing
Conjur host identity and allows authorized Puppet nodes to fetch secrets
from Conjur.
version: v3.1.0
version: v3.1.1
- name: cyberark/terraform-provider-conjur
url: https://github.com/cyberark/terraform-provider-conjur
tool: Terraform
Expand All @@ -118,7 +118,7 @@ section:
description: Secretless Broker can be used to securely connect your
applications to services they need - without ever having to fetch or
manage passwords and keys.
version: v1.7.17
version: v1.7.19

- name: Summon
description: Run your processes wrapped with Summon to ensure they have
Expand Down
Loading