Skip to content

Commit

Permalink
version: bump to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Oct 3, 2024
1 parent 104ea09 commit 8192e5b
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.12.0-beta.0"
__version__ = "1.12.0"
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.12.0-beta.0
version: v1.12.0

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 @@ -91,7 +91,7 @@ default_org: "My Organization"

# API Image
# =========================================
backend_image: "docker.io/webrecorder/browsertrix-backend:1.12.0-beta.0"
backend_image: "docker.io/webrecorder/browsertrix-backend:1.12.0"
backend_pull_policy: "Always"

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

# Nginx Image
# =========================================
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.12.0-beta.0"
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.12.0"
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.12.0-beta.0",
"version": "1.12.0",
"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.12.0-beta.0
1.12.0

0 comments on commit 8192e5b

Please sign in to comment.