version: bump to 1.8.2

This commit is contained in:
Ilya Kreymer 2023-12-07 13:34:37 -08:00
parent a422aa7538
commit d902cf5338
5 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
""" current version """
__version__ = "1.8.1"
__version__ = "1.8.2"

View File

@ -5,7 +5,7 @@ type: application
icon: https://webrecorder.net/assets/icon.png
# Browsertrix Cloud and Chart Version
version: v1.8.1
version: v1.8.2
dependencies:
- name: btrix-admin-logging

View File

@ -93,7 +93,7 @@ default_org: "My Organization"
# API Image
# =========================================
backend_image: "docker.io/webrecorder/browsertrix-backend:1.8.1"
backend_image: "docker.io/webrecorder/browsertrix-backend:1.8.2"
backend_pull_policy: "Always"
backend_password_secret: "PASSWORD!"
@ -124,7 +124,7 @@ profile_browser_idle_seconds: 60
# Nginx Image
# =========================================
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.8.1"
frontend_image: "docker.io/webrecorder/browsertrix-frontend:1.8.2"
frontend_pull_policy: "Always"
frontend_cpu: "10m"

View File

@ -1,6 +1,6 @@
{
"name": "browsertrix-frontend",
"version": "1.8.1",
"version": "1.8.2",
"main": "index.ts",
"license": "AGPL-3.0-or-later",
"dependencies": {

View File

@ -1 +1 @@
1.8.1
1.8.2