Skip to content

Commit

Permalink
Merge pull request #261 from cyberark/fix-python-url
Browse files Browse the repository at this point in the history
Fixed link to Python API
  • Loading branch information
szh authored Feb 9, 2023
2 parents f12c4ef + 3f3ea65 commit d14cab9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ARTIFACTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d14cab9

Please sign in to comment.