Skip to content

Commit

Permalink
📦 Prepare 0.10.2 release (fastly#409)
Browse files Browse the repository at this point in the history
* 📦 Prepare 0.10.2 release

Updates lockfiles and changelog per the [release
instructions](https://github.com/fastly/Viceroy/blob/main/doc/RELEASING.md).

I chose next Monday for the date on the changelog, not wanting to tempt fate with a Friday afternoon
release.

* bump version and reset changelog for next release
  • Loading branch information
acfoltzer authored and GeeWee committed Jul 25, 2024
1 parent 366020f commit 140340e
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 88 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## Unreleased

## 0.10.2 (2024-07-22)

- Add support for supplying client certificates in fastly.toml, through the use of the
`client_cert_info` table, which must have one of a "certificate" or "certificate_file"
key, as well as one of a "key" and "key_file" key. The "_file" variants can be used to
point to certificate/key files on disk, whereas the non-"_file" variants should be
multi-line string constants in the toml. In all cases, they should be in PEM format.
- Restore compatibility with older glibc versions in release artifacts

## 0.10.1 (2024-07-11)

Expand Down
75 changes: 37 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "viceroy"
description = "Viceroy is a local testing daemon for Fastly Compute."
version = "0.10.2"
version = "0.10.3"
authors = ["Fastly"]
readme = "../README.md"
edition = "2021"
Expand Down Expand Up @@ -45,7 +45,7 @@ tokio-rustls = { workspace = true }
tracing = { workspace = true }
tracing-futures = { workspace = true }
tracing-subscriber = { version = "^0.3.16", features = ["env-filter", "fmt"] }
viceroy-lib = { path = "../lib", version = "^0.10.2" }
viceroy-lib = { path = "../lib", version = "=0.10.3" }
wat = "^1.0.38"
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
Expand Down
Loading

0 comments on commit 140340e

Please sign in to comment.