diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 70df7787..773292e8 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -96,35 +96,35 @@ jobs: - name: Scan Proxy Server uses: Azure/container-scan@v0 with: - image-name: proxy-server:1.5.0 + image-name: proxy-server:1.5.1 severity-threshold: HIGH env: DOCKLE_HOST: "unix:///var/run/docker.sock" - name: Scan Role Service uses: Azure/container-scan@v0 with: - image-name: role-service:1.5.0 + image-name: role-service:1.5.1 severity-threshold: HIGH env: DOCKLE_HOST: "unix:///var/run/docker.sock" - name: Scan Tenant Service uses: Azure/container-scan@v0 with: - image-name: tenant-service:1.5.0 + image-name: tenant-service:1.5.1 severity-threshold: HIGH env: DOCKLE_HOST: "unix:///var/run/docker.sock" - name: Scan SideCar Proxy uses: Azure/container-scan@v0 with: - image-name: sidecar-proxy:1.5.0 + image-name: sidecar-proxy:1.5.1 severity-threshold: HIGH env: DOCKLE_HOST: "unix:///var/run/docker.sock" - name: Scan Storage Service uses: Azure/container-scan@v0 with: - image-name: storage-service:1.5.0 + image-name: storage-service:1.5.1 severity-threshold: HIGH env: DOCKLE_HOST: "unix:///var/run/docker.sock" diff --git a/Makefile b/Makefile index 21dd9008..6811f985 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -DOCKER_TAG ?= 1.5.0 -SIDECAR_TAG ?= 1.5.0 -VERSION_TAG ?= 1.5-0 +DOCKER_TAG ?= 1.5.1 +SIDECAR_TAG ?= 1.5.1 +VERSION_TAG ?= 1.5-1 K3S_SELINUX_VERSION ?= 0.4-1 .PHONY: build diff --git a/deploy/airgap-prepare.sh b/deploy/airgap-prepare.sh index 9969ef44..5cb70dc1 100755 --- a/deploy/airgap-prepare.sh +++ b/deploy/airgap-prepare.sh @@ -1,6 +1,6 @@ #!/bin/bash -x -# Copyright © 2021-2022 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2021-2023 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # limitations under the License. ARCH=amd64 -SIDECAR_DOCKER_TAG=1.5.0 +SIDECAR_DOCKER_TAG=1.5.1 DIST=dist K3S_INSTALL_SCRIPT=${DIST}/k3s-install.sh diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 008dd83c..b49a78d0 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -63,7 +63,7 @@ spec: spec: containers: - name: proxy-server - image: proxy-server:1.5.0 + image: proxy-server:1.5.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 @@ -122,7 +122,7 @@ spec: spec: containers: - name: tenant-service - image: tenant-service:1.5.0 + image: tenant-service:1.5.1 imagePullPolicy: IfNotPresent ports: - containerPort: 50051 @@ -188,7 +188,7 @@ spec: serviceAccountName: storage-service containers: - name: storage-service - image: storage-service:1.5.0 + image: storage-service:1.5.1 imagePullPolicy: IfNotPresent ports: - containerPort: 50051 @@ -252,7 +252,7 @@ spec: serviceAccountName: role-service containers: - name: role-service - image: role-service:1.5.0 + image: role-service:1.5.1 imagePullPolicy: IfNotPresent ports: - containerPort: 50051 diff --git a/deploy/rpm/SPECS/karavi-authorization.spec b/deploy/rpm/SPECS/karavi-authorization.spec old mode 100644 new mode 100755 index e490233c..4ed05456 --- a/deploy/rpm/SPECS/karavi-authorization.spec +++ b/deploy/rpm/SPECS/karavi-authorization.spec @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved. +# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ Name: karavi-authorization Version: 1.5 -Release: 0 +Release: 1 Summary: Karavi Authorization License: ASL 2.0 diff --git a/scripts/install_karavi_auth.sh b/scripts/install_karavi_auth.sh index 6cead90b..a1dba1e3 100644 --- a/scripts/install_karavi_auth.sh +++ b/scripts/install_karavi_auth.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2022 Dell Inc., or its subsidiaries. All Rights Reserved. +# Copyright (c) 2022-2023 Dell Inc., or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ function usage() { } UPGRADE=0 -RPM_VERSION=1.5-0 +RPM_VERSION=1.5-1 while getopts ":h-:" optchar; do case "${optchar}" in