From 76906e927c30162eba0a650fad56bf5b33bd5e51 Mon Sep 17 00:00:00 2001 From: Maia Iyer Date: Mon, 3 Feb 2025 14:13:45 -0500 Subject: [PATCH] Update version to v2.1.0 Signed-off-by: Maia Iyer --- docs/quickstart/README.md | 2 +- .../backend-sidecar-server-statefulset.yaml | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quickstart/README.md b/docs/quickstart/README.md index ea56297f..58d15f27 100644 --- a/docs/quickstart/README.md +++ b/docs/quickstart/README.md @@ -459,7 +459,7 @@ If you chose to deploy Tornjak with the UI, connecting to the UI is very simple. You will need to deploy the separate frontend separately to access the exposed Tornjak backend. We have prebuilt the frontend in a container, so we can simply run it via a single docker command in a separate terminal, which will take a couple minutes to run: ```console -docker run -p 3000:3000 -e REACT_APP_API_SERVER_URI='http://localhost:10000' ghcr.io/spiffe/tornjak-frontend:latest +docker run -p 3000:3000 -e REACT_APP_API_SERVER_URI='http://localhost:10000' ghcr.io/spiffe/tornjak-frontend:v2.0.0 ``` After the image is downloaded, you will eventually see the following output: diff --git a/docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml b/docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml index a8c7fcf5..6f775252 100644 --- a/docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml +++ b/docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml @@ -51,7 +51,7 @@ spec: periodSeconds: 5 ### 👈 BEGIN ADDITIONAL CONTAINER ### - name: tornjak-backend - image: ghcr.io/spiffe/tornjak-backend:v1.9.0 + image: ghcr.io/spiffe/tornjak-backend:v2.0.0 args: - --spire-config - /run/spire/config/server.conf diff --git a/version.txt b/version.txt index 46b105a3..1defe531 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.0.0 +v2.1.0