Skip to content

Commit 741cdca

Browse files
committed
Upgrade version to 0.17.2
1 parent 207f636 commit 741cdca

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.17.1"
2+
version = "0.17.2"
33
edition = "2021"
44

55

@@ -185,4 +185,8 @@ jemalloc-ctl = "0.5"
185185
bollard = "0.19.4"
186186
portable-pty = { version = "0.9.0" }
187187
dashmap = "6.1.0"
188-
pingora = { version = "0.8.0", default-features = false, features = ["proxy", "lb", "rustls"] }
188+
pingora = { version = "0.8.0", default-features = false, features = [
189+
"proxy",
190+
"lb",
191+
"rustls",
192+
] }

landscape-database/src/rollback.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub const RELEASE_BOUNDARIES: &[ReleaseBoundary] = &[
5353
},
5454
ReleaseBoundary {
5555
version: "0.17.1",
56-
terminal_migration: "m20260308_101225_gateway_http_upstream",
56+
terminal_migration: "m20260314_120000_dns_redirect_answer_mode",
5757
},
5858
];
5959

landscape-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@landscape-router/types",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "TypeScript API client and type definitions for Landscape Router, auto-generated from OpenAPI spec.",
55
"type": "module",
66
"license": "MIT",

landscape-webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "landscape-webui",
33
"private": true,
4-
"version": "0.17.1",
4+
"version": "0.17.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)