From 81f06e59bb41af4f0aaa009e4e12761c04313fd4 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 8 Dec 2021 07:57:55 +0000 Subject: [PATCH 1/2] Generated commit to update templated files based on rev 4162060 in stackabletech/operator-templating repo. Original commit message: Bumps EmbarkStudios/cargo-deny-action from 1.2.6 to 1.2.9. (#30) Commits f2d2f98 Bump to 0.11.0 9fc24d5 Bump cargo in image to 1.57.0 bbd7543 Bump to 0.11.0 4c4933d Add asn1rs to the list of users (#39) --- .github/workflows/rust.yml | 2 +- deploy/helm/hdfs-operator/Chart.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d4bec303..3604fb92 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -112,6 +112,6 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - - uses: EmbarkStudios/cargo-deny-action@v1.2.6 + - uses: EmbarkStudios/cargo-deny-action@v1.2.9 with: command: check ${{ matrix.checks }} diff --git a/deploy/helm/hdfs-operator/Chart.yaml b/deploy/helm/hdfs-operator/Chart.yaml index e69d6afe..06c87e7d 100644 --- a/deploy/helm/hdfs-operator/Chart.yaml +++ b/deploy/helm/hdfs-operator/Chart.yaml @@ -2,9 +2,11 @@ # This file is automatically generated from the templates in stackabletech/operator-templating # DON'T MANUALLY EDIT THIS FILE # ============= + apiVersion: v2 name: hdfs-operator description: The Stackable Operator for Apache HDFS + # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -14,15 +16,18 @@ description: The Stackable Operator for Apache HDFS # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application + maintainers: - name: stackable url: github.com/stackabletech + # 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.3.0-nightly +version: + # This is the version number of the application being deployed. This version number should be # 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.3.0-nightly +appVersion: From 4e7fbf46a8c873bf86c89b923682ec02c8bf2af7 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 8 Dec 2021 08:14:27 +0000 Subject: [PATCH 2/2] Github Actions: Generated k8s manifest files --- deploy/helm/hdfs-operator/Chart.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/deploy/helm/hdfs-operator/Chart.yaml b/deploy/helm/hdfs-operator/Chart.yaml index 06c87e7d..e69d6afe 100644 --- a/deploy/helm/hdfs-operator/Chart.yaml +++ b/deploy/helm/hdfs-operator/Chart.yaml @@ -2,11 +2,9 @@ # This file is automatically generated from the templates in stackabletech/operator-templating # DON'T MANUALLY EDIT THIS FILE # ============= - apiVersion: v2 name: hdfs-operator description: The Stackable Operator for Apache HDFS - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -16,18 +14,15 @@ description: The Stackable Operator for Apache HDFS # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - maintainers: - name: stackable url: github.com/stackabletech - # 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: - +version: 0.3.0-nightly # This is the version number of the application being deployed. This version number should be # 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: +appVersion: 0.3.0-nightly