Skip to content

Commit f268e58

Browse files
committed
chore: update version numbers prior to release
1 parent 3b8c3ff commit f268e58

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

build/centos7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ADD https://rpm.nodesource.com/setup_16.x setup_16.x
1818
RUN bash setup_16.x
1919
RUN yum -q -y install nodejs
2020

21-
ARG ID_REL_BASE=2021.2.0
21+
ARG ID_REL_BASE=2022.1.0
2222
ARG ID_PATCH=9999999
2323
ENV PKGNAME helix-auth-svc
2424
ENV DIRNAME helix-auth-svc-${ID_REL_BASE}

build/centos8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN yum -q -y install --nogpgcheck -y nodejs
2020
# (base image has rpmdevtools, rpm-build already)
2121
# RUN yum -q -y install rpmdevtools rpm-build
2222

23-
ARG ID_REL_BASE=2021.2.0
23+
ARG ID_REL_BASE=2022.1.0
2424
ARG ID_PATCH=9999999
2525
ENV PKGNAME helix-auth-svc
2626
ENV DIRNAME helix-auth-svc-${ID_REL_BASE}

build/rpm/helix-auth-svc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cp example.env %{buildroot}%{installprefix}/example.env
6060
cp logging.config.cjs %{buildroot}%{installprefix}/logging.config.cjs
6161
cp sentinel.config.cjs %{buildroot}%{installprefix}/sentinel.config.cjs
6262
cp package-lock.json %{buildroot}%{installprefix}/package-lock.json
63-
sed -e "s/\"2021.2.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
63+
sed -e "s/\"2022.1.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
6464
-e "s|+MAIN+|%{hasversion}|" \
6565
package.json > %{buildroot}%{installprefix}/package.json
6666
cp README.md %{buildroot}%{installprefix}/README.md

build/ubuntu16/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get -q -y install nodejs
2525
#
2626
FROM ubuntu16_pkg_base
2727

28-
ARG ID_REL_BASE=2021.2.0
28+
ARG ID_REL_BASE=2022.1.0
2929
ARG ID_PATCH=9999999
3030
ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
3131
ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -51,7 +51,7 @@ COPY logging.config.cjs logging.config.cjs
5151
COPY sentinel.config.cjs sentinel.config.cjs
5252
COPY package-lock.json package-lock.json
5353
COPY package.json package.json.in
54-
RUN sed -e "s/\"2021.2.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
54+
RUN sed -e "s/\"2022.1.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
5555
-e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5656
rm -f package.json.in
5757
COPY README.md README.md

build/ubuntu18/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get -q -y install nodejs
2828
#
2929
FROM ubuntu18_pkg_base
3030

31-
ARG ID_REL_BASE=2021.2.0
31+
ARG ID_REL_BASE=2022.1.0
3232
ARG ID_PATCH=9999999
3333
ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
3434
ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -54,7 +54,7 @@ COPY logging.config.cjs logging.config.cjs
5454
COPY sentinel.config.cjs sentinel.config.cjs
5555
COPY package-lock.json package-lock.json
5656
COPY package.json package.json.in
57-
RUN sed -e "s/\"2021.2.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
57+
RUN sed -e "s/\"2022.1.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
5858
-e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5959
rm -f package.json.in
6060
COPY README.md README.md

build/ubuntu20/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get -q -y install nodejs
2424

2525
FROM ubuntu20_pkg_base
2626

27-
ARG ID_REL_BASE=2021.2.0
27+
ARG ID_REL_BASE=2022.1.0
2828
ARG ID_PATCH=9999999
2929
ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
3030
ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -50,7 +50,7 @@ COPY logging.config.cjs logging.config.cjs
5050
COPY sentinel.config.cjs sentinel.config.cjs
5151
COPY package-lock.json package-lock.json
5252
COPY package.json package.json.in
53-
RUN sed -e "s/\"2021.2.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
53+
RUN sed -e "s/\"2022.1.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
5454
-e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5555
rm -f package.json.in
5656
COPY README.md README.md

containers/hub/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
# Build:
55
#
6-
# $ docker build -t helix-auth-svc:latest -t helix-auth-svc:2021.2 -f containers/hub/Dockerfile .
6+
# $ docker build -t helix-auth-svc:latest -t helix-auth-svc:2022.1 -f containers/hub/Dockerfile .
77
# $ docker tag helix-auth-svc:latest perforce/helix-auth-svc:latest
8-
# $ docker tag helix-auth-svc:2021.2 perforce/helix-auth-svc:2021.2
8+
# $ docker tag helix-auth-svc:2022.1 perforce/helix-auth-svc:2022.1
99
# $ docker push --all-tags perforce/helix-auth-svc
1010
#
1111
# Run:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helix-auth-svc",
3-
"version": "2021.2.0",
3+
"version": "2022.1.0",
44
"description": "Helix Authentication Service: +MAIN+",
55
"bin": {
66
"auth-svc": "./bin/www.js"

test/runner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ const defaultConfig = {
1111
user: 'bruno',
1212
password: 'p8ssword',
1313
prog: 'p4api',
14-
progv: '2021.2.0',
14+
progv: '2022.1.0',
1515
p4root: './tmp/p4d/nonssl'
1616
}
1717

1818
const defaultSslConfig = {
1919
user: 'bruno',
2020
password: 'p8ssword',
2121
prog: 'p4api',
22-
progv: '2021.2.0',
22+
progv: '2022.1.0',
2323
p4root: './tmp/p4d/ssl'
2424
}
2525

0 commit comments

Comments
 (0)