From 1a342ca65f7fb8e1b9a331f35030c4ed3d276e55 Mon Sep 17 00:00:00 2001 From: Christophe LARUE Date: Sat, 25 Jun 2022 11:03:38 +0200 Subject: [PATCH] Move to version 0.95.31 for basic docker-image context --- .gitlab/ci/startx-library.sh | 2 +- OS/Dockerfile | 2 +- OS/sx/sx/lib/sx | 2 +- SECURITY.md | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab/ci/startx-library.sh b/.gitlab/ci/startx-library.sh index e5d8f196..34ff9489 100644 --- a/.gitlab/ci/startx-library.sh +++ b/.gitlab/ci/startx-library.sh @@ -4,7 +4,7 @@ # set default values # -SXDI_VERSION=0.95.29 +SXDI_VERSION=0.95.31 SXDI_ROOTPATH=$(pwd) SXDI_ENGINE=${SXDI_ENGINE:-podman} SXDI_RTMODE=${SXDI_RTMODE:-return} diff --git a/OS/Dockerfile b/OS/Dockerfile index 89b329bb..3fabd260 100644 --- a/OS/Dockerfile +++ b/OS/Dockerfile @@ -28,7 +28,7 @@ LABEL name="$SX_ID" \ io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \ io.k8s.description="$SX_SUMMARY" \ io.artifacthub.package.license='Apache-2.0' \ - org.opencontainers.image.created='2022-06-23T00:00:00Z' \ + org.opencontainers.image.created='2022-06-25T00:00:00Z' \ io.k8s.display-name="$SX_ID" \ io.openshift.tags="startx,os,fedora" \ io.artifacthub.package.keywords='startx,os,fedora' \ diff --git a/OS/sx/sx/lib/sx b/OS/sx/sx/lib/sx index a56133fb..d9786629 100755 --- a/OS/sx/sx/lib/sx +++ b/OS/sx/sx/lib/sx @@ -1,7 +1,7 @@ #!/bin/bash ## STARTX library release -SXLIB_VERSION="0.95.29" +SXLIB_VERSION="0.95.31" ## operating system name OS=$(cat /etc/os-release | grep "PRETTY_NAME" | sed 's/PRETTY_NAME=//g' | sed 's/["]//g') ## directory receiving S2I source code diff --git a/SECURITY.md b/SECURITY.md index fe2dadfa..58a66d58 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,6 +7,7 @@ currently being supported with security updates. | Version | Supported | | ------- | ------------------ | +| 0.95.31 | :white_check_mark: | | 0.95.29 | :white_check_mark: | | 0.95.27 | :white_check_mark: | | 0.95.25 | :white_check_mark: |