mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
[RelAPI Onboarding] Add release API metadata file (#14679)
👋 This PR adds a `.release/release-metadata.hcl` file to the repo. This contains static metadata that will be processed and sent as part of the payload in RelAPI POST requests, which will be sent when staging and production releases are triggered.
This can be merged now, but will not have any effect until after the RelAPI launch. This will need to be backported to all active release branches, as well. Similar additions are being added across all projects that publish to releases.hashicorp.com.
This commit is contained in:
6
.release/release-metadata.hcl
Normal file
6
.release/release-metadata.hcl
Normal file
@@ -0,0 +1,6 @@
|
||||
url_docker_registry_dockerhub = "https://hub.docker.com/r/hashicorp/vault"
|
||||
url_docker_registry_ecr = "https://gallery.ecr.aws/hashicorp/vault"
|
||||
url_license = "https://github.com/hashicorp/vault/blob/main/LICENSE"
|
||||
url_project_website = "https://www.vaultproject.io/"
|
||||
url_source_repository = "https://github.com/hashicorp/vault"
|
||||
url_release_notes = "https://www.vaultproject.io/docs/release-notes"
|
||||
Reference in New Issue
Block a user