Skip to content

Commit 88adfa5

Browse files
committed
v0.27.2
1 parent 2456538 commit 88adfa5

22 files changed

Lines changed: 39 additions & 39 deletions

File tree

Cargo.lock

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

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "0.27.1"
2+
current_version = "0.27.2"
33
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.INC0]]"
44
commit = true
55
tag = false

helm/warpgate/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.0.7
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.27.1"
24+
appVersion: "0.27.2"

helm/warpgate/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
image:
88
repository: ghcr.io/warp-tech/warpgate
99
pullPolicy: IfNotPresent
10-
tag: "0.27.1"
10+
tag: "0.27.2"
1111

1212
# References to Kubernetes secrets for pulling images (if using a private registry)
1313
imagePullSecrets: []

warpgate-admin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warpgate-admin"
3-
version = "0.27.1"
3+
version = "0.27.2"
44
edition = "2024"
55
license = "Apache-2.0"
66
publish = false

warpgate-ca/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warpgate-ca"
3-
version = "0.27.1"
3+
version = "0.27.2"
44
edition = "2024"
55
license = "Apache-2.0"
66
publish = false

warpgate-common-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warpgate-common-http"
3-
version = "0.27.1"
3+
version = "0.27.2"
44
edition = "2024"
55
license = "Apache-2.0"
66
publish = false

warpgate-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warpgate-common"
3-
version = "0.27.1"
3+
version = "0.27.2"
44
edition = "2024"
55
license = "Apache-2.0"
66
publish = false

warpgate-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warpgate-core"
3-
version = "0.27.1"
3+
version = "0.27.2"
44
edition = "2024"
55
license = "Apache-2.0"
66
publish = false

warpgate-database-protocols/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warpgate-database-protocols"
3-
version = "0.27.1"
3+
version = "0.27.2"
44
description = "Core of SQLx, the rust SQL toolkit. Just the database protocol parts."
55
authors = [
66
"Ryan Leckey <leckey.ryan@gmail.com>",

0 commit comments

Comments
 (0)