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

AWS has been notifying us of the upcoming end of support of the Node 16 runtime for Lambda functions. The functions will continue to work, but cannot be updated from...

Bumps [h2](https://github.com/hyperium/h2) from 0.3.15 to 0.3.24. Release notes Sourced from h2's releases. v0.3.24 Fixed Limit error resets for misbehaving connections. v0.3.23 What's Changed cherry-pick fix: streams awaiting capacity lockout in...

dependencies
rust

Once in a while, we get reports from users that they are experiencing performance issues with our CDNs. We currently neither have good visibility into the frequency of these issues...

The [rust-lang/team](https://github.com/rust-lang/team) repository provides a sustainable way to manage permissions for repositories on GitHub. The [rust-lang/rust](https://github.com/rust-lang/rust) repository hasn't been added yet, because a large amount of teams and collaborators have...

Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 7.3.0 to 8.5.0. Commits 16d3653 Ansible 8.5.0: Dependencies, changelog and porting guide (#304) 23f5e49 Ansible 9.0.0a2: Dependencies, changelog and porting guide (#303) e9d24af Ansible 9.0.0a1: Dependencies, changelog...

dependencies
python

as a follow-up to https://github.com/rust-lang/simpleinfra/pull/344 , related to https://github.com/rust-lang/docs.rs/pull/2198.

fixes rust-lang/infra-team#74 You can see the successful test-run [here][run]. [run]: https://github.com/meysam81/simpleinfra/actions/runs/6283641163

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60. Release notes Sourced from openssl's releases. openssl-v0.10.60 What's Changed Correct off-by-one in minimum output buffer size computation by @​alex in sfackler/rust-openssl#2088 Expose a few...

dependencies
rust

We got [a request on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Docs.20redirect.20minor.20versions.20to.20latest.20patch) to redirect requests for the documentation from the minor version (e.g. https://doc.rust-lang.org/1.65/std/boxed/struct.Box.html) to the latest patch for that version (e.g. https://doc.rust-lang.org/1.65.0/std/boxed/struct.Box.html). The reason is...

This adds initial support for running packer with our Ansible setup. Since the way we handle Ansible configuration is slightly unorthodox (i.e., we have the apply script which allows us...