Skip to content

Commit e87172a

Browse files
committed
chore: update version numbers prior to release
1 parent 103eede commit e87172a

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

RELNOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release Notes for
22
Helix Authentication Service (HAS)
3-
Version 2021.1
3+
Version 2021.2
44

55

66
Introduction

build/centos7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM centos:7
77
# Should set ID_REL_BASE and ID_PATCH build args.
88
#
99

10-
ARG ID_REL_BASE=2021.1.0
10+
ARG ID_REL_BASE=2021.2.0
1111
ARG ID_PATCH=9999999
1212
ENV PKGNAME helix-auth-svc
1313
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
@@ -7,7 +7,7 @@ FROM centos:8
77
# Should set ID_REL_BASE and ID_PATCH build args.
88
#
99

10-
ARG ID_REL_BASE=2021.1.0
10+
ARG ID_REL_BASE=2021.2.0
1111
ARG ID_PATCH=9999999
1212
ENV PKGNAME helix-auth-svc
1313
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
@@ -45,7 +45,7 @@ cp -pr docs/licenses %{buildroot}%{installprefix}/docs/licenses
4545

4646
cp example.env %{buildroot}%{installprefix}/example.env
4747
cp logging.config.js %{buildroot}%{installprefix}/logging.config.js
48-
sed -e "s/\"2021.1.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
48+
sed -e "s/\"2021.2.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
4949
-e "s|+MAIN+|%{hasversion}|" \
5050
package.json > %{buildroot}%{installprefix}/package.json
5151
cp README.md %{buildroot}%{installprefix}/README.md

build/ubuntu16/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ubuntu:16.04
77
# Should set ID_REL_BASE and ID_PATCH build args.
88
#
99

10-
ARG ID_REL_BASE=2021.1.0
10+
ARG ID_REL_BASE=2021.2.0
1111
ARG ID_PATCH=9999999
1212
ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313
ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -45,7 +45,7 @@ COPY example.env example.env
4545
COPY logging.config.js logging.config.js
4646
COPY package-lock.json package-lock.json
4747
COPY package.json package.json.in
48-
RUN sed -e "s/\"2021.1.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
48+
RUN sed -e "s/\"2021.2.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
4949
-e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5050
rm -f package.json.in
5151
COPY README.md README.md

build/ubuntu18/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ubuntu:18.04
77
# Should set ID_REL_BASE and ID_PATCH build args.
88
#
99

10-
ARG ID_REL_BASE=2021.1.0
10+
ARG ID_REL_BASE=2021.2.0
1111
ARG ID_PATCH=9999999
1212
ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313
ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -45,7 +45,7 @@ COPY example.env example.env
4545
COPY logging.config.js logging.config.js
4646
COPY package-lock.json package-lock.json
4747
COPY package.json package.json.in
48-
RUN sed -e "s/\"2021.1.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
48+
RUN sed -e "s/\"2021.2.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
4949
-e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5050
rm -f package.json.in
5151
COPY README.md README.md

build/ubuntu20/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ubuntu:20.04
77
# Should set ID_REL_BASE and ID_PATCH build args.
88
#
99

10-
ARG ID_REL_BASE=2021.1.0
10+
ARG ID_REL_BASE=2021.2.0
1111
ARG ID_PATCH=9999999
1212
ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313
ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -45,7 +45,7 @@ COPY example.env example.env
4545
COPY logging.config.js logging.config.js
4646
COPY package-lock.json package-lock.json
4747
COPY package.json package.json.in
48-
RUN sed -e "s/\"2021.1.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
48+
RUN sed -e "s/\"2021.2.0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
4949
-e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5050
rm -f package.json.in
5151
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.1 -f containers/hub/Dockerfile .
6+
# $ docker build -t helix-auth-svc:latest -t helix-auth-svc:2021.2 -f containers/hub/Dockerfile .
77
# $ docker tag helix-auth-svc:latest perforce/helix-auth-svc:latest
8-
# $ docker tag helix-auth-svc:2021.1 perforce/helix-auth-svc:2021.1
8+
# $ docker tag helix-auth-svc:2021.2 perforce/helix-auth-svc:2021.2
99
# $ docker push --all-tags perforce/helix-auth-svc
1010
#
1111
# Run:

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1.0",
3+
"version": "2021.2.0",
44
"description": "Helix Authentication Service: +MAIN+",
55
"bin": {
66
"auth-svc": "./bin/www"

0 commit comments

Comments
 (0)