Skip to content

Commit

Permalink
version: bump to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 7, 2024
1 parent 5f53db7 commit ed9038f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/btrixcloud/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" current version """

__version__ = "1.11.1"
__version__ = "1.11.2"
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
icon: https://webrecorder.net/assets/icon.png

# Browsertrix and Chart Version
version: v1.11.1
version: v1.11.2

dependencies:
- name: btrix-admin-logging
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ default_org: "My Organization"

# API Image
# =========================================
backend_image: "docker.io/webrecorder/browsertrix-backend:1.11.1"
backend_image: "docker.io/webrecorder/browsertrix-backend:1.11.2"
backend_pull_policy: "Always"

backend_password_secret: "PASSWORD!"
Expand Down Expand Up @@ -135,7 +135,7 @@ backend_avg_memory_threshold: 95

# Nginx Image
# =========================================
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.11.1"
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.11.2"
frontend_pull_policy: "Always"

frontend_cpu: "10m"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browsertrix-frontend",
"version": "1.11.1",
"version": "1.11.2",
"main": "index.ts",
"license": "AGPL-3.0-or-later",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.1
1.11.2

0 comments on commit ed9038f

Please sign in to comment.