Skip to content

Commit

Permalink
Merge pull request #87 from bcgov/chore/release
Browse files Browse the repository at this point in the history
Release BCBox v0.3.0
  • Loading branch information
TimCsaky authored May 30, 2023
2 parents 3439bc2 + 8e2c801 commit 6da5a76
Show file tree
Hide file tree
Showing 16 changed files with 2,507 additions and 1,770 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These users will be the default owners for everything in the repo.
# Unless a later match takes precedence, the following users will be
# requested for review when someone opens a pull request.
* @jujaga @kamorel @TimCsaky @dc-bcgov
* @jujaga @kamorel @TimCsaky
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
fail-fast: true
matrix:
node-version:
- '14.x'
- '16.x'
- '18.x'
steps:
Expand Down Expand Up @@ -83,7 +82,6 @@ jobs:
fail-fast: true
matrix:
node-version:
- '14.x'
- '16.x'
- '18.x'
steps:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Build the application
#
FROM registry.access.redhat.com/ubi9/nodejs-18:1-41 as application
FROM registry.access.redhat.com/ubi9/nodejs-18:1-48 as application

ENV NO_UPDATE_NOTIFIER=true

Expand All @@ -22,7 +22,7 @@ RUN npm ci --omit=dev
#
# Build the frontend
#
FROM registry.access.redhat.com/ubi9/nodejs-18:1-41 as frontend
FROM registry.access.redhat.com/ubi9/nodejs-18:1-48 as frontend

ENV NO_UPDATE_NOTIFIER=true

Expand All @@ -37,7 +37,7 @@ RUN npm ci && npm run build
#
# Create the final container image
#
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-42
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-51

ENV APP_PORT=8080 \
NO_UPDATE_NOTIFIER=true
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ At this time, only the latest version of BCBox is supported.

| Version | Supported |
| ------- | ------------------ |
| 0.2.0 | :white_check_mark: |
| < 0.2.x | :x: |
| 0.3.0 | :white_check_mark: |
| < 0.3.x | :x: |

## Reporting a Bug

Expand Down
Loading

0 comments on commit 6da5a76

Please sign in to comment.