From e3b9e3bf3a48b48deac56170d8454dc8ebed9cda Mon Sep 17 00:00:00 2001 From: Kyle Morel Date: Thu, 2 Nov 2023 11:40:06 -0700 Subject: [PATCH] Routine Dockerfile and Helm chart version bumps --- .github/CODEOWNERS | 2 +- Dockerfile | 2 +- SECURITY.md | 4 ++-- charts/bcbox/Chart.yaml | 4 ++-- charts/bcbox/README.md | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6a1c858a..5905bfbf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 +* @jujaga @kyle1morel @TimCsaky @wilwong89 @jatindersingh93 @norrisng-bc diff --git a/Dockerfile b/Dockerfile index 9653a4d5..314ea812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG APP_ROOT=/opt/app-root/src -ARG BASE_IMAGE=docker.io/node:18.18.2-alpine +ARG BASE_IMAGE=docker.io/node:20.9.0-alpine # # Build the frontend diff --git a/SECURITY.md b/SECURITY.md index 1c850839..9a0e0360 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,8 +14,8 @@ At this time, only the latest version of BCBox is supported. | Version | Supported | | ------- | ------------------ | -| 0.4.0 | :white_check_mark: | -| < 0.4.x | :x: | +| 0.5.0 | :white_check_mark: | +| < 0.5.x | :x: | ## Reporting a Bug diff --git a/charts/bcbox/Chart.yaml b/charts/bcbox/Chart.yaml index 1d5373ac..16aaa875 100644 --- a/charts/bcbox/Chart.yaml +++ b/charts/bcbox/Chart.yaml @@ -3,7 +3,7 @@ name: bcbox # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.10 +version: 0.0.11 kubeVersion: ">= 1.13.0" description: A frontend UI for managing access control to S3 Objects # A chart can be either an 'application' or a 'library' chart. @@ -37,6 +37,6 @@ maintainers: # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.4.0" +appVersion: "0.5.0" deprecated: false annotations: {} diff --git a/charts/bcbox/README.md b/charts/bcbox/README.md index 9b7190ba..249cb445 100644 --- a/charts/bcbox/README.md +++ b/charts/bcbox/README.md @@ -1,6 +1,6 @@ # bcbox -![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) +![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square) A frontend UI for managing access control to S3 Objects @@ -78,4 +78,4 @@ Kubernetes: `>= 1.13.0` | serviceAccount.name | string | `nil` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)