diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index 62f4880c..a3e5ee12 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -143,8 +143,8 @@ jobs: run: mkdir "$HOME/.kube/" && mv k3s.yaml "$HOME/.kube/config" - name: 'lint prod manifests' # NOTE: latest version of kubectl can be found here https://dl.k8s.io/release/stable.txt run: | - curl -LO "https://dl.k8s.io/release/v1.25.3/bin/linux/amd64/kubectl" - curl -LO "https://dl.k8s.io/v1.25.3/bin/linux/amd64/kubectl.sha256" + curl -LO "https://dl.k8s.io/release/v1.27.3/bin/linux/amd64/kubectl" + curl -LO "https://dl.k8s.io/v1.27.3/bin/linux/amd64/kubectl.sha256" echo "$(cat kubectl.sha256) kubectl" | sha256sum --check chmod +x kubectl kubectl apply --dry-run=server --server-side=true --force-conflicts -f tmeit-rendered.yaml diff --git a/back/pyproject.toml b/back/pyproject.toml index 4cabaca5..ddad938c 100644 --- a/back/pyproject.toml +++ b/back/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmeit_backend" -version = "1.3.3" +version = "1.3.4" description = "Python backend for the TMEIT website" authors = ["TraditionsMEsterIT"] license = "AGPL-3.0" diff --git a/deploy/kubernetes/tmeit-se/postgres/set_image_tag.json b/deploy/kubernetes/tmeit-se/postgres/set_image_tag.json index 3d8f0964..a712715c 100644 --- a/deploy/kubernetes/tmeit-se/postgres/set_image_tag.json +++ b/deploy/kubernetes/tmeit-se/postgres/set_image_tag.json @@ -2,6 +2,6 @@ { "op": "replace", "path": "/spec/jobTemplate/spec/template/spec/containers/0/image", - "value": "ghcr.io/tmeit/db-backup-agent:1.3.3" + "value": "ghcr.io/tmeit/db-backup-agent:1.3.4" } ] \ No newline at end of file diff --git a/deploy/kubernetes/tmeit-se/run-migrations/set_image_tag.json b/deploy/kubernetes/tmeit-se/run-migrations/set_image_tag.json index aad68ca9..e6d6650a 100644 --- a/deploy/kubernetes/tmeit-se/run-migrations/set_image_tag.json +++ b/deploy/kubernetes/tmeit-se/run-migrations/set_image_tag.json @@ -2,6 +2,6 @@ { "op": "replace", "path": "/spec/template/spec/containers/0/image", - "value": "ghcr.io/tmeit/tmeit-run-migrations:1.3.3" + "value": "ghcr.io/tmeit/tmeit-run-migrations:1.3.4" } ] \ No newline at end of file diff --git a/deploy/kubernetes/tmeit-se/tmeit-app/set_image_tag.json b/deploy/kubernetes/tmeit-se/tmeit-app/set_image_tag.json index c6f0aee3..0b75e50e 100644 --- a/deploy/kubernetes/tmeit-se/tmeit-app/set_image_tag.json +++ b/deploy/kubernetes/tmeit-se/tmeit-app/set_image_tag.json @@ -2,6 +2,6 @@ { "op": "replace", "path": "/spec/template/spec/containers/0/image", - "value": "ghcr.io/tmeit/tmeit-app:1.3.3" + "value": "ghcr.io/tmeit/tmeit-app:1.3.4" } ] \ No newline at end of file diff --git a/deploy/kubernetes/tmeit-se/tmeit-worker/set_image_tag.json b/deploy/kubernetes/tmeit-se/tmeit-worker/set_image_tag.json index 4cf0e0e8..bf21bbd9 100644 --- a/deploy/kubernetes/tmeit-se/tmeit-worker/set_image_tag.json +++ b/deploy/kubernetes/tmeit-se/tmeit-worker/set_image_tag.json @@ -2,6 +2,6 @@ { "op": "replace", "path": "/spec/template/spec/containers/0/image", - "value": "ghcr.io/tmeit/tmeit-worker:1.3.3" + "value": "ghcr.io/tmeit/tmeit-worker:1.3.4" } ] \ No newline at end of file diff --git a/front/package.json b/front/package.json index b085a290..192c1c4f 100644 --- a/front/package.json +++ b/front/package.json @@ -3,7 +3,7 @@ "sideEffects": [ "*.css" ], - "version": "1.3.3", + "version": "1.3.4", "description": "Front-end for the TMEIT website.", "main": "index.js", "scripts": { diff --git a/front/src/app/layout_photos/ag_photo_2024.webp b/front/src/app/layout_photos/ag_photo_2024.webp new file mode 100644 index 00000000..cbc4e5e8 Binary files /dev/null and b/front/src/app/layout_photos/ag_photo_2024.webp differ diff --git a/front/src/app/layouts/Join.js b/front/src/app/layouts/Join.js index 1e3932dc..fa5919e6 100644 --- a/front/src/app/layouts/Join.js +++ b/front/src/app/layouts/Join.js @@ -1,7 +1,7 @@ import {useState, useEffect} from "react"; import styled from "@emotion/styled"; -import ag_group from "../layout_photos/AG_group_photo.webp"; +import ag_group from "../layout_photos/ag_photo_2024.webp"; import { kisel_blue, secondary_purp, secondary_purp_dark, me_green, data_pink, me_and_in_teal, primary_light, primary_lighter, accent_yellow, accent_maroon, accent_salmon } from "../palette.js"; import JoinForm from "../components/JoinForm"; @@ -122,7 +122,7 @@ function Join({className}) {