mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04: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:
parent
c9665012bd
commit
2225b34b02
1 changed files with 6 additions and 0 deletions
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"
|
||||
Loading…
Reference in a new issue