https://github.com/cyberark/conjur-oss-suite-release
Under development - Latest stable releases of the Conjur OSS suite
https://github.com/cyberark/conjur-oss-suite-release
conjbot-notify conjur conjur-community-team conjur-suite secrets-management
Last synced: about 1 month ago
JSON representation
Under development - Latest stable releases of the Conjur OSS suite
- Host: GitHub
- URL: https://github.com/cyberark/conjur-oss-suite-release
- Owner: cyberark
- License: apache-2.0
- Created: 2019-04-09T22:24:35.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T15:39:12.000Z (over 1 year ago)
- Last Synced: 2024-06-12T04:52:54.953Z (12 months ago)
- Topics: conjbot-notify, conjur, conjur-community-team, conjur-suite, secrets-management
- Language: Go
- Homepage:
- Size: 465 KB
- Stars: 7
- Watchers: 18
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# conjur-oss-suite-release
Building the official releases of the [Conjur OSS suite](https://cyberark.github.io/conjur)!
You've found the repository that we use for building the official Conjur OSS suite
releases. To keep track of upcoming releases and plans, please see the
[github issues](https://github.com/cyberark/conjur-oss-suite-release/issues).
To view the latest release and relevant documentation, please see [the official
release notes](https://docs.conjur.org/Latest/en/Content/ReleaseNotes/ConjurOSS-suite-RN.htm).#### This repo's metrics:

[](https://codeclimate.com/repos/5e2b43bf92af05714c00b172/test_coverage)
[](https://codeclimate.com/repos/5e2b43bf92af05714c00b172/maintainability)## What is the Conjur OSS Suite?
[CyberArk Conjur](https://github.com/cyberark/conjur) is a RESTful web service that
can be used to securely authenticate, control and audit non-human access across
tools, applications, containers and cloud environments via robust secrets management.To ensure that Conjur is easy to use no matter your application's language, the
tools you use to build or deploy it, or the platform you deploy it to, we've built
an extensive set of additional plugins, libraries, and software that extend Conjur
to work natively with a variety of tools and in a wide range of environments.The **Conjur OSS Suite** aggregates this set of tools to provide a _single place_
where you can:
- Find out about all of the open source tools and integrations that work with Conjur
- Learn about new features in existing components
- Learn about new integrations or tools that work with Conjur
- Find out which version of Conjur to use, and which corresponding versions of
the suite components are compatible with itIf you're using Conjur Open Source, we **strongly recommend** that you reference the latest
suite release (link TBA) to determine which version of Conjur to use, and which corresponding
versions of the suite are compatible with it.### A note on versioning
The core of each Conjur OSS Suite release is the [Conjur server](https://github.com/cyberark/conjur).
In light of this, we decided to tie our versioning of the suite to the _Conjur
server version_.This means that if Conjur is included in the suite at version `1.x.y`, then the
suite release will be versioned as `1.x.y+suite.z` (following the [semver standard](https://semver.org/)
for build metadata). Most of the time, there will be one suite release per Conjur
version - so that the suite will be versioned as `1.x.y+suite.1`. On occasions
where there is an update to a suite component or a valuable _new_ suite component
that becomes available between Conjur releases, we _may_ choose to release a new
version of the suite that corresponds to the same Conjur version as in the previous
suite release, and increment the last digit of the suite version (e.g. `1.x.y+suite.2`).**Importantly**, if you are using Conjur version `1.x.y`, then you can use any
suite release with version starting with `1.x.y` with confidence.## Development
We welcome contributions of all kinds to this project. For instructions on how to
get started, instructions for using the suite release tooling in this project, and
descriptions of our development workflows - please see our [contributing guide](CONTRIBUTING.md).## License
This repository is licensed under Apache License 2.0 - see [`LICENSE`](LICENSE)
for more details.