diff --git a/ARTIFACTS.md b/ARTIFACTS.md index 3f082e7..13c1995 100644 --- a/ARTIFACTS.md +++ b/ARTIFACTS.md @@ -8,7 +8,7 @@ | Conjur SDK | cyberark/conjur-api-dotnet | DLL | N/A | N/A | N/A | | Conjur SDK | cyberark/conjur-api-go | N/A | N/A | N/A | N/A | | Conjur SDK | cyberark/conjur-api-java | JAR | Maven Central Repository | Yes – Jenkins stage on tag push | https://mvnrepository.com/artifact/com.cyberark.conjur.api/conjur-api | -| Conjur SDK | cyberark/conjur-api-python3 | Wheel | Python Package Index | Yes – Jenkins stage on tag push | https://pypi.org/project/conjur | +| Conjur SDK | cyberark/conjur-api-python | Wheel | Python Package Index | Yes – Jenkins stage on tag push | https://pypi.org/project/conjur | | Conjur SDK | cyberark/conjur-api-ruby | Gem | RubyGems | Yes – Jenkins stage on tag push | https://rubygems.org/gems/conjur-api | | Platform Integrations | cyberark/cloudfoundry-conjur-buildpack | TGZ/Zip Archives | GitHub Release | Yes – GitHub Action on tag push | https://github.com/cyberark/cloudfoundry-conjur-buildpack/releases | | Platform Integrations | cyberark/conjur-service-broker | TGZ/Zip Archives | GitHub Release | Yes – GitHub Action on tag push | https://github.com/cyberark/conjur-service-broker/releases | diff --git a/CHANGELOG.md b/CHANGELOG.md index 6308adb..3682b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [cyberark/conjur-oss-suite-release#259](https://github.com/cyberark/conjur-oss-suite-release/pull/259) - Upgraded release-testing go.mod to use github.com/stretchr/testify v1.8.1 [cyberark/conjur-oss-suite-release#258](https://github.com/cyberark/conjur-oss-suite-release/pull/258) +- Fixed link to Python API + [cyberark/conjur-oss-suite-release#261](https://github.com/cyberark/conjur-oss-suite-release/pull/261) ## [v1.19.0+suite.1] - 2022-11-30 diff --git a/suite.yml b/suite.yml index 7aefbe6..59ffd38 100644 --- a/suite.yml +++ b/suite.yml @@ -41,8 +41,8 @@ section: url: https://github.com/cyberark/conjur-api-java description: Conjur Java Client Library version: v3.0.3 - - name: cyberark/conjur-api-python3 - url: https://github.com/cyberark/conjur-api-python3 + - name: cyberark/conjur-api-python + url: https://github.com/cyberark/conjur-api-python description: Conjur Python Client Library version: v7.1.0 - name: cyberark/conjur-api-ruby