[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:
Michele Degges
2022-03-24 18:30:52 -07:00
committed by GitHub
parent c9665012bd
commit 2225b34b02

View 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"