Skip to content

Commit

Permalink
docs: document releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Aug 30, 2024
1 parent bf7b25e commit 3d707cf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions service-catalog/releases/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Releases

Here's the infrastructure we use to distribute the Rust releases:

- [release-distribution](https://github.com/rust-lang/simpleinfra/blob/master/terragrunt/modules/release-distribution/):
Terraform module that utilizes Cloudfront and Fastly to manage the distribution of releases via `static-rust-lang-org`.
- [releases](https://github.com/rust-lang/simpleinfra/blob/docs-document-release-distribution/terraform/releases/):
Terraform module managing the infrastructure that publishes Rust releases, including [promote-release](https://github.com/rust-lang/promote-release),
the tool used to publish new releases of the Rust toolchain.

## Versions

`simpleinfra` repo:

- Terraform providers

`promote-releases` repo:

- [Cargo.toml](https://github.com/rust-lang/promote-release/blob/master/Cargo.toml) dependencies
- GitHub Actions: specified in the
[workflows](https://github.com/rust-lang/promote-release/tree/master/.github/workflows)
directory
- Ubuntu version specified in the
[Dockerfile](https://github.com/rust-lang/promote-release/blob/master/prod/Dockerfile)

0 comments on commit 3d707cf

Please sign in to comment.