simpleinfra icon indicating copy to clipboard operation
simpleinfra copied to clipboard

Rust Infrastructure automation

Results 91 simpleinfra issues
Sort by recently updated
recently updated
newest added

We use surrogate keys[^1] on Fastly to invalidate the cache for specific objects, e.g. when new versions of Rust or rustup are released. Surrogate keys are transparently set in the...

We recently [realized](https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/Rustup.20v1.2E27.2E1) that the cache on Fastly is not purged when a new version of `rustup` is released. `rustup` is distributed via `static.rust-lang.org` as part of the same Fastly...

Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

dependencies
rust

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.5 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...

dependencies
rust

Currently our CloudFront logs contain user agents, but the Fastly logs do not. We should fix that, probably by editing something around here: https://github.com/rust-lang/simpleinfra/blob/86a318bdd2ca6092a6bcc3c4f81ef541e7bd78b7/terragrunt/modules/release-distribution/fastly-static.tf#L108 to include a user agent (https://www.fastly.com/documentation/reference/api/logging/s3/)

Close https://github.com/rust-lang/simpleinfra/issues/611 Hopefully I haven't removed too much stuff 🙈

The version of the Datadog agent has been locked to `7.56.2` in #620, since the installation of `7.57.x` failed with an error from `dpkg`. We need to investigate why more...

We maintain a GitHub Action called [`static-websites`](https://github.com/rust-lang/simpleinfra/tree/968b26eec35f1d10c531003153c1d83b3b793134/github-actions/static-websites) that uploads a static website to GitHub Pages and (optionally) invalidates the cache of a CloudFront distribution. This action [is used a few...

good first issue

This is step one in addressing https://github.com/rust-lang/simpleinfra/issues/360 Have modified the router slightly - If complete (including patch) version provided, forward as is - If only upto minor version is provided,...

Ansible in master fails on crater (which is now on ubuntu 24). This is because awscli is not installed anymore in apt. With this PR we install aws from snap...