Skip to content

Commit 67188f5

Browse files
committed
version: bump to 1.9.7
1 parent e3f03ef commit 67188f5

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.9.6"
3+
__version__ = "1.9.7"

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 Cloud and Chart Version
8-
version: v1.9.6
8+
version: v1.9.7
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
@@ -86,7 +86,7 @@ default_org: "My Organization"
8686

8787
# API Image
8888
# =========================================
89-
backend_image: "docker.io/webrecorder/browsertrix-backend:1.9.6"
89+
backend_image: "docker.io/webrecorder/browsertrix-backend:1.9.7"
9090
backend_pull_policy: "Always"
9191

9292
backend_password_secret: "PASSWORD!"
@@ -117,7 +117,7 @@ profile_browser_idle_seconds: 60
117117

118118
# Nginx Image
119119
# =========================================
120-
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.9.6"
120+
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.9.7"
121121
frontend_pull_policy: "Always"
122122

123123
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.9.6",
3+
"version": "1.9.7",
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.9.6
1+
1.9.7

0 commit comments

Comments
 (0)