Skip to content

Commit b915e73

Browse files
committed
version: bump to 1.17.2
1 parent 969ea71 commit b915e73

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

backend/btrixcloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""current version"""
22

3-
__version__ = "1.17.1"
3+
__version__ = "1.17.2"

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: application
55
icon: https://webrecorder.net/assets/icon.png
66

77
# Browsertrix and Chart Version
8-
version: v1.17.1
8+
version: v1.17.2
99

1010
dependencies:
1111
- name: btrix-admin-logging

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ replica_deletion_delay_days: 0
106106

107107
# API Image
108108
# =========================================
109-
backend_image: "docker.io/webrecorder/browsertrix-backend:1.17.1"
109+
backend_image: "docker.io/webrecorder/browsertrix-backend:1.17.2"
110110
backend_pull_policy: "IfNotPresent"
111111

112112
backend_password_secret: "PASSWORD!"
@@ -164,7 +164,7 @@ backend_avg_memory_threshold: 95
164164

165165
# Nginx Image
166166
# =========================================
167-
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.17.1"
167+
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.17.2"
168168
frontend_pull_policy: "IfNotPresent"
169169

170170
frontend_cpu: "10m"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browsertrix-frontend",
3-
"version": "1.17.1",
3+
"version": "1.17.2",
44
"main": "index.ts",
55
"license": "AGPL-3.0-or-later",
66
"dependencies": {

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.1
1+
1.17.2

0 commit comments

Comments
 (0)