Skip to content

Commit

Permalink
Merge branch 'master' into centos8
Browse files Browse the repository at this point in the history
  • Loading branch information
startx-lab committed Jun 25, 2022
2 parents e045051 + 3782f16 commit 1695835
Show file tree
Hide file tree
Showing 49 changed files with 10,740 additions and 1,032 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ variables:
SXDI_GIT_SSH_USER: git@gitlab.com
SX_VERBOSE: "true"
SX_DEBUG: "true"
SXGLCI_OSTAG: "8"
SXGLCI_OSNAME: centos
SXGLCI_OTHERTAG: centos8
SXDI_OSTAG: "8"
SXDI_OSNAME: centos
SXDI_OTHERTAG: centos8

# Default container image
image: "quay.io/startx/runner-bash:alpine3"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci/startx-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
21 changes: 18 additions & 3 deletions Applications/ocp-reliability/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
FROM quay.io/startx/runner-oc:latest

ENV SX_VERSION="latest" \
SX_TYPE="runner" \
SX_TYPE="application" \
SX_SERVICE="ocp-reliability" \
SX_ID="startx/ocp-reliability" \
SX_NAME="Startx OCP Reliability" \
SX_SUMMARY="Startx ocp-reliability based on fedora rawhide" \
SX_SUMMARY="Startx ocp-reliability based on centos 8" \
SX_MAINTAINER_MAIL="dev@startx.fr" \
SX_OC_VERSION="4.10.12"

LABEL name="$SX_ID" \
summary="$SX_SUMMARY" \
description="$SX_SUMMARY. Use for executing ocp-reliability test again't an openshift cluster." \
version="$SX_VERSION" \
release="$SX_VERSION" \
maintainer="Startx <$SX_MAINTAINER_MAIL>" \
io.k8s.description="$SX_SUMMARY" \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,openshift,kubernetes,reliability" \
io.openshift.min-memory="128Mi" \
io.openshift.min-cpu="100m" \
fr.startx.component="$SX_ID:$SX_VERSION"
fr.startx.component="$SX_ID:$SX_VERSION" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,openshift,kubernetes,reliability' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/Application/ocp-reliability/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/app-ocp-reliability.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/ocp-reliability,docker.io/startx/app-ocp-reliability'
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.version="$SX_VERSION" \
org.opencontainers.image.description="$SX_SUMMARY. Use for executing ocp-reliability test again't an openshift cluster." \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/Application/ocp-reliability/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/Application/ocp-reliability" \
org.opencontainers.image.vendor="STARTX"

USER root
RUN dnf install -yq --nogpgcheck jq && \
Expand Down
19 changes: 16 additions & 3 deletions Applications/phpmyadmin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ ENV SX_VERSION="centos8" \
SX_ID="startx/app-phpmyadmin" \
SX_NAME="Startx PhpMyAdmin service image (centos 8)" \
SX_SUMMARY="Startx phpmyadmin service based on centos 8" \
SX_MAINTAINER_MAIL="dev@startx.fr" \
MYSQL_LANG=fr_FR

LABEL name="$SX_ID" \
summary="$SX_SUMMARY" \
description="$SX_SUMMARY. Use for executing phpmyadmin database web-console or as container mainstream image for your dynamic web application containers." \
version="$SX_VERSION" \
release="1" \
maintainer="Startx <dev@startx.fr>" \
release="$SX_VERSION" \
maintainer="Startx <$SX_MAINTAINER_MAIL>" \
io.k8s.description="$SX_SUMMARY" \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,centos,apache,httpd,php,phpmyadmin,mysql,mariadb" \
Expand All @@ -22,7 +23,19 @@ LABEL name="$SX_ID" \
io.openshift.min-memory="128Mi" \
io.openshift.min-cpu="200m" \
io.openshift.expose-services="8080:http" \
fr.startx.component="$SX_ID:$SX_VERSION"
fr.startx.component="$SX_ID:$SX_VERSION" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,fedora,apache,httpd,php,phpmyadmin,mysql,mariadb' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/Application/phpmyadmin/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/app-phpmyadmin.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/phpmyadmin,docker.io/startx/app-phpmyadmin'
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.version="$SX_VERSION" \
org.opencontainers.image.description="$SX_SUMMARY. Use for executing phpmyadmin database web-console or as container mainstream image for your dynamic web application containers." \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/Application/phpmyadmin/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/Application/phpmyadmin" \
org.opencontainers.image.vendor="STARTX"

USER root
COPY sx /tmp/
Expand Down
17 changes: 16 additions & 1 deletion GitlabRunner/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,33 @@ ENV SX_VERSION="centos8" \
SX_ID="startx/runner-ansible" \
SX_NAME="Startx Ansible gitlab runner image (centos 8)" \
SX_SUMMARY="Startx ansible gitlab runner based on centos 8" \
SX_MAINTAINER_MAIL="dev@startx.fr" \
SX_HUGO_RELEASE="0.83.1"

LABEL name="$SX_ID" \
summary="$SX_SUMMARY" \
description="$SX_SUMMARY. Use for building ansible playbooks based on centos and using gitlab CI runners." \
version="$SX_VERSION" \
release="$SX_VERSION" \
maintainer="Startx <$SX_MAINTAINER_MAIL>" \
io.k8s.description="$SX_SUMMARY" \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,runner,ansible,automation" \
io.openshift.min-memory="128Mi" \
io.openshift.min-cpu="200m" \
fr.startx.component="$SX_ID:$SX_VERSION"
fr.startx.component="$SX_ID:$SX_VERSION" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,runner,ansible,automation' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/GitlabRunner/ansible/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/runner-ansible.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/runner-ansible,docker.io/startx/runner-ansible'
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.version="$SX_VERSION" \
org.opencontainers.image.description="$SX_SUMMARY. Use for building ansible playbooks based on fedora and using gitlab CI runners." \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/GitlabRunner/ansible/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/GitlabRunner/ansible" \
org.opencontainers.image.vendor="STARTX"

USER root
COPY sx /tmp/
Expand Down
19 changes: 17 additions & 2 deletions GitlabRunner/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,33 @@ ENV SX_VERSION="centos8" \
SX_UNAME="user" \
SX_ID="startx/runner-apache" \
SX_NAME="Startx Apache gitlab runner image (centos 8)" \
SX_SUMMARY="Startx apache gitlab runner based on centos 8"
SX_SUMMARY="Startx apache gitlab runner based on centos 8" \
SX_MAINTAINER_MAIL="dev@startx.fr"

LABEL name="$SX_ID" \
summary="$SX_SUMMARY" \
description="$SX_SUMMARY. Use for building application based on http using gitlab CI runners." \
version="$SX_VERSION" \
release="$SX_VERSION" \
maintainer="Startx <$SX_MAINTAINER_MAIL>" \
io.k8s.description="$SX_SUMMARY" \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,runner,apache,httpd" \
io.openshift.min-memory="128Mi" \
io.openshift.min-cpu="100m" \
fr.startx.component="$SX_ID:$SX_VERSION"
fr.startx.component="$SX_ID:$SX_VERSION" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,runner,apache,httpd' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/GitlabRunner/apache/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/runner-apache.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/runner-apache,docker.io/startx/runner-apache'
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.version="$SX_VERSION" \
org.opencontainers.image.description="$SX_SUMMARY. Use for building application based on http using gitlab CI runners." \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/GitlabRunner/apache/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/GitlabRunner/apache" \
org.opencontainers.image.vendor="STARTX"

USER root
COPY sx /tmp/
Expand Down
19 changes: 17 additions & 2 deletions GitlabRunner/bash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,33 @@ ENV SX_VERSION="centos8" \
SX_UNAME="user" \
SX_ID="startx/runner-bash" \
SX_NAME="Startx Bash gitlab runner image (centos 8)" \
SX_SUMMARY="Startx bash gitlab runner based on centos 8"
SX_SUMMARY="Startx bash gitlab runner based on centos 8" \
SX_MAINTAINER_MAIL="dev@startx.fr"

LABEL name="$SX_ID" \
summary="$SX_SUMMARY" \
description="$SX_SUMMARY. Use for building application based on bash using gitlab CI runners." \
version="$SX_VERSION" \
release="$SX_VERSION" \
maintainer="Startx <$SX_MAINTAINER_MAIL>" \
io.k8s.description="$SX_SUMMARY" \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,runner,bash" \
io.openshift.min-memory="32Mi" \
io.openshift.min-cpu="50m" \
fr.startx.component="$SX_ID:$SX_VERSION"
fr.startx.component="$SX_ID:$SX_VERSION" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,runner,bash' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/GitlabRunner/bash/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/runner-bash.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/runner-bash,docker.io/startx/runner-bash'
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.version="$SX_VERSION" \
org.opencontainers.image.description="$SX_SUMMARY. Use for building application based on bash using gitlab CI runners." \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/GitlabRunner/bash/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/GitlabRunner/bash" \
org.opencontainers.image.vendor="STARTX"

USER root
COPY sx /tmp/
Expand Down
19 changes: 17 additions & 2 deletions GitlabRunner/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,33 @@ ENV SX_VERSION="centos8" \
SX_UNAME="user" \
SX_ID="startx/runner-nodejs" \
SX_NAME="Startx Nodejs gitlab runner image (centos 8)" \
SX_SUMMARY="Startx nodejs gitlab runner based on centos 8"
SX_SUMMARY="Startx nodejs gitlab runner based on centos 8" \
SX_MAINTAINER_MAIL="dev@startx.fr"

LABEL name="$SX_ID" \
summary="$SX_SUMMARY" \
description="$SX_SUMMARY. Use for building application based on nodejs using gitlab CI runners." \
version="$SX_VERSION" \
release="$SX_VERSION" \
maintainer="Startx <$SX_MAINTAINER_MAIL>" \
io.k8s.description="$SX_SUMMARY" \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,runner,nodejs" \
io.openshift.min-memory="64Mi" \
io.openshift.min-cpu="100m" \
fr.startx.component="$SX_ID:$SX_VERSION"
fr.startx.component="$SX_ID:$SX_VERSION" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,runner,nodejs' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/GitlabRunner/nodejs/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/runner-nodejs.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/runner-nodejs,docker.io/startx/runner-nodejs'
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.version="$SX_VERSION" \
org.opencontainers.image.description="$SX_SUMMARY. Use for building application based on nodejs using gitlab CI runners." \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/GitlabRunner/nodejs/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/GitlabRunner/nodejs" \
org.opencontainers.image.vendor="STARTX"

USER root
COPY sx /tmp/
Expand Down
22 changes: 16 additions & 6 deletions GitlabRunner/oc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV SX_VERSION="centos8" \
SX_ID="startx/runner-oc" \
SX_NAME="Startx OCP/K8S client gitlab runner image (centos 8)" \
SX_SUMMARY="Startx ocp/k8s gitlab runner based on centos 8" \
SX_MAINTAINER_MAIL="dev@startx.fr" \
SX_OC_VERSION="4.10.12" \
SX_ISTIO_VERSION="1.14.1" \
SX_HELM_VERSION="3.9.0" \
Expand All @@ -16,27 +17,36 @@ LABEL name="$SX_ID" \
description="$SX_SUMMARY. Use for building application based on oc or kubectl using gitlab CI runners." \
version="$SX_VERSION" \
release="$SX_VERSION" \
maintainer="Startx <$SX_MAINTAINER_MAIL>" \
io.k8s.description="$SX_SUMMARY" \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,runner,openshift,kubernetes" \
io.openshift.min-memory="128Mi" \
io.openshift.min-cpu="100m" \
fr.startx.component="$SX_ID:$SX_VERSION"
fr.startx.component="$SX_ID:$SX_VERSION" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,runner,openshift,kubernetes' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/GitlabRunner/oc/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/runner-oc.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/runner-oc,docker.io/startx/runner-oc'
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.version="$SX_VERSION" \
org.opencontainers.image.description="$SX_SUMMARY. Use for building application based on oc or kubectl using gitlab CI runners." \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/GitlabRunner/oc/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/GitlabRunner/oc" \
org.opencontainers.image.vendor="STARTX"

USER root
COPY sx /tmp/
RUN dnf install -yq --nogpgcheck \
jq \
<<<<<<< HEAD
python3-pip && \
pip3 install yq && \
=======
python3-pip \
python3-pyOpenSSL \
openssl \
jq && \
dnf clean all && \
pip install yq && \
>>>>>>> master
cd /tmp && \
wget -q https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$SX_OC_VERSION/openshift-client-linux-$SX_OC_VERSION.tar.gz && \
tar xzvf openshift-client-linux-$SX_OC_VERSION.tar.gz && \
Expand Down
19 changes: 17 additions & 2 deletions GitlabRunner/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,33 @@ ENV SX_VERSION="centos8" \
SX_UNAME="user" \
SX_ID="startx/runner-php" \
SX_NAME="Startx Apache-PHP gitlab runner image (centos 8)" \
SX_SUMMARY="Startx apache-php gitlab runner based on centos 8"
SX_SUMMARY="Startx apache-php gitlab runner based on centos 8" \
SX_MAINTAINER_MAIL="dev@startx.fr"

LABEL name="$SX_ID" \
summary="$SX_SUMMARY" \
description="$SX_SUMMARY. Use for building application based on php using gitlab CI runners." \
version="$SX_VERSION" \
release="$SX_VERSION" \
maintainer="Startx <$SX_MAINTAINER_MAIL>" \
io.k8s.description="$SX_SUMMARY" \
io.k8s.display-name="$SX_ID" \
io.openshift.tags="startx,os,runner,apache,php,httpd" \
io.openshift.min-memory="256Mi" \
io.openshift.min-cpu="100m" \
fr.startx.component="$SX_ID:$SX_VERSION"
fr.startx.component="$SX_ID:$SX_VERSION" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,runner,apache,php,httpd' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/GitlabRunner/php/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/runner-php.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/runner-php,docker.io/startx/runner-php'
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.version="$SX_VERSION" \
org.opencontainers.image.description="$SX_SUMMARY. Use for building application based on php using gitlab CI runners." \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/GitlabRunner/php/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/GitlabRunner/php" \
org.opencontainers.image.vendor="STARTX"

USER root
COPY sx /tmp/
Expand Down
11 changes: 2 additions & 9 deletions OS/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@ FROM centos:8

ENV SX_VERSION="centos8" \
SX_TYPE="OS" \
<<<<<<< HEAD
SX_SERVICE="centos" \
SX_ID="startx/centos" \
SX_NAME="Startx OS base image (centos 8)" \
SX_SUMMARY="Startx OS base image based on centos 8" \
=======
SX_SERVICE="fedora" \
SX_ID="startx/fedora" \
SX_NAME="Startx OS base image (fedora rawhide)" \
SX_SUMMARY="Startx OS base image based on fedora rawhide" \
SX_MAINTAINER_MAIL="dev@startx.fr" \
>>>>>>> master
SX_VERBOSE=true \
SX_DEBUG=false \
APP_PATH="/app" \
Expand All @@ -35,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,centos" \
io.artifacthub.package.keywords='startx,os,centos' \
Expand All @@ -48,7 +41,7 @@ LABEL name="$SX_ID" \
fr.startx.component="$SX_ID:$SX_VERSION" \
org.opencontainers.image.documentation="https://docker-images.readthedocs.io/en/latest/OS/fedora/" \
org.opencontainers.image.source="https://gitlab.com/startx1/containers/-/tree/master/OS" \
io.artifacthub.package.readme-url="https://docker-images.readthedocs.io/en/latest/OS/fedora/" \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/master/OS/fedora/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/master/docs/img/os-fedora.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/fedora:latest,docker.io/startx/fedora:latest'

Expand Down
2 changes: 1 addition & 1 deletion OS/sx/sx/lib/sx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1695835

Please sign in to comment.