From da595c3f7ac646d27948dfb355aef7f350ad9e86 Mon Sep 17 00:00:00 2001 From: "release[bot]" Date: Thu, 12 Jan 2023 15:35:40 +0000 Subject: [PATCH] deps: update version to v2.4.1 --- CMakeLists.txt | 2 +- .../edgeless/constellation-services/Chart.yaml | 18 +++++++++--------- .../charts/autoscaler/Chart.yaml | 2 +- .../charts/ccm/Chart.yaml | 2 +- .../charts/cnm/Chart.yaml | 2 +- .../charts/gcp-guest-agent/Chart.yaml | 2 +- .../charts/join-service/Chart.yaml | 2 +- .../charts/kms/Chart.yaml | 2 +- .../charts/konnectivity/Chart.yaml | 2 +- .../charts/verification-service/Chart.yaml | 2 +- .../helm/charts/edgeless/operators/Chart.yaml | 6 +++--- .../charts/constellation-operator/Chart.yaml | 2 +- .../node-maintenance-operator/Chart.yaml | 2 +- internal/config/images_enterprise.go | 2 +- internal/versions/versions.go | 10 +++++----- 15 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e015c98fe..16ce1f39d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.11) -project(constellation LANGUAGES C VERSION 2.4.0) +project(constellation LANGUAGES C VERSION 2.4.1) set(CLI_BUILD_TAGS "" CACHE STRING "Tags passed to go build of Constellation CLI.") enable_testing() diff --git a/cli/internal/helm/charts/edgeless/constellation-services/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/Chart.yaml index 80d7c3868..10221fd54 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/Chart.yaml @@ -2,54 +2,54 @@ apiVersion: v2 name: constellation-services description: A chart to deploy all microservices that are part of a valid constellation cluster type: application -version: 2.4.0 +version: 2.4.1 dependencies: - name: kms - version: 2.4.0 + version: 2.4.1 tags: - Azure - GCP - AWS - QEMU - name: join-service - version: 2.4.0 + version: 2.4.1 tags: - Azure - GCP - AWS - QEMU - name: ccm - version: 2.4.0 + version: 2.4.1 tags: - Azure - GCP - AWS - name: cnm - version: 2.4.0 + version: 2.4.1 tags: - Azure - name: autoscaler - version: 2.4.0 + version: 2.4.1 tags: - Azure - GCP - AWS - name: verification-service - version: 2.4.0 + version: 2.4.1 tags: - Azure - GCP - AWS - QEMU - name: konnectivity - version: 2.4.0 + version: 2.4.1 tags: - Azure - GCP - AWS - QEMU - name: gcp-guest-agent - version: 2.4.0 + version: 2.4.1 tags: - GCP - name: gcp-compute-persistent-disk-csi-driver diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/autoscaler/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/autoscaler/Chart.yaml index 57cda1809..9e20e2859 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/autoscaler/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/autoscaler/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: autoscaler description: A Helm chart to deploy the cluster autoscaler. type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/ccm/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/ccm/Chart.yaml index a5ca4b0c1..9d469fbe1 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/ccm/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/ccm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: ccm description: A Helm chart to deploy the cloud controller manager. type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/cnm/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/cnm/Chart.yaml index a06d00a7a..e564ac179 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/cnm/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/cnm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: cnm description: A chart to deploy cloud node manager for constellation type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/gcp-guest-agent/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/gcp-guest-agent/Chart.yaml index 2221b85ea..1ce8add1f 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/gcp-guest-agent/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/gcp-guest-agent/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: gcp-guest-agent description: A chart to deploy the GCP guest agent for Constellation type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/join-service/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/join-service/Chart.yaml index ad378e733..3e49c811d 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/join-service/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/join-service/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: join-service description: A chart to deploy the Constellation join-service type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/kms/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/kms/Chart.yaml index c5ab96962..4638eff26 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/kms/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/kms/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: kms description: A Helm chart to deploy the Constellation Key Management Service type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/konnectivity/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/konnectivity/Chart.yaml index 15e52aff0..b0a484b3d 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/konnectivity/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/konnectivity/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: konnectivity description: A chart to deploy konnectivity for Constellation type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/verification-service/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/verification-service/Chart.yaml index 59bdcafac..4c034f03e 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/verification-service/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/verification-service/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: verification-service description: A Helm chart for Kubernetes type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/operators/Chart.yaml b/cli/internal/helm/charts/edgeless/operators/Chart.yaml index a85071d5b..be1d32791 100755 --- a/cli/internal/helm/charts/edgeless/operators/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/operators/Chart.yaml @@ -2,17 +2,17 @@ apiVersion: v2 name: constellation-operators description: A Helm chart for Kubernetes type: application -version: 2.4.0 +version: 2.4.1 dependencies: - name: node-maintenance-operator - version: 2.4.0 + version: 2.4.1 tags: - Azure - GCP - AWS - QEMU - name: constellation-operator - version: 2.4.0 + version: 2.4.1 tags: - Azure - GCP diff --git a/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/Chart.yaml b/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/Chart.yaml index cf7e8754c..290311304 100755 --- a/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: constellation-operator description: A Helm chart for Kubernetes type: application -version: 2.4.0 +version: 2.4.1 diff --git a/cli/internal/helm/charts/edgeless/operators/charts/node-maintenance-operator/Chart.yaml b/cli/internal/helm/charts/edgeless/operators/charts/node-maintenance-operator/Chart.yaml index 8e2194211..c8ecacf71 100755 --- a/cli/internal/helm/charts/edgeless/operators/charts/node-maintenance-operator/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/operators/charts/node-maintenance-operator/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: node-maintenance-operator description: A Helm chart for Kubernetes type: application -version: 2.4.0 +version: 2.4.1 diff --git a/internal/config/images_enterprise.go b/internal/config/images_enterprise.go index f5189b6f1..68e9c38bc 100644 --- a/internal/config/images_enterprise.go +++ b/internal/config/images_enterprise.go @@ -10,5 +10,5 @@ package config const ( // defaultImage is the default image for the enterprise build. - defaultImage = "v2.4.0" + defaultImage = "v2.4.1" ) diff --git a/internal/versions/versions.go b/internal/versions/versions.go index 71dabf82d..4c76c6834 100644 --- a/internal/versions/versions.go +++ b/internal/versions/versions.go @@ -57,21 +57,21 @@ const ( // KonnectivityServerImage server image for konnectivity service. KonnectivityServerImage = "registry.k8s.io/kas-network-proxy/proxy-server:v0.0.35@sha256:d863f7fd0da4392b9753dc6c9195a658e80d70e0be8c9adb410d77cf20b75c76" // renovate:container // JoinImage image of Constellation join service. - JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:5fb9592e2777bfd54b460c09761a1d7fbcd47bad73efafc429b5fa88a0bf98fe" // renovate:container + JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.4.1@sha256:a199b6e68fba519d5c23fcb586285f217af5394bc343c5bb51143d0ea7cd2137" // renovate:container // KmsImage image of Constellation KMS server. - KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:962ab2575028c3bd3b0ab97a572f4af96075ac031776b17bb2188aa2c40e12f3" // renovate:container + KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v2.4.1@sha256:583eb5be61b308d1a4ea10ef0812027ec9c64710ecad3b379eb0931c7f467eca" // renovate:container // VerificationImage image of Constellation verification service. - VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:43fd9d3494538d94f584dbcfa6d4fd82cadefe3e4fdaa33e9ffb19d8f6b98b94" // renovate:container + VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.4.1@sha256:727fd5d39cdbb1b3d6278ac6a7d481199054e6aaf8bb8ac5d1a45b70cac35a65" // renovate:container // GcpGuestImage image for GCP guest agent. // Check for new versions at https://github.com/GoogleCloudPlatform/guest-agent/releases and update in /.github/workflows/build-gcp-guest-agent.yml. GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220927.00@sha256:3dea1ae3f162d2353e6584b325f0e325a39cda5f380f41e5a0ee43c6641d3905" // renovate:container // ConstellationOperatorImage is the image for the constellation node operator. - ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:c84c03b1adf52f82b2f969d7bee92c001a2c9fe8fa127f8d4dd34ee86a83ea1f" // renovate:container + ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.4.1@sha256:62c9573732a1892f4eed1fff9be064b2e1a9ee36a7940d49d758a7788829fd94" // renovate:container // NodeMaintenanceOperatorImage is the image for the node maintenance operator. NodeMaintenanceOperatorImage = "ghcr.io/edgelesssys/constellation/node-maintenance-operator:v0.13.1-alpha1@sha256:e011d428dba3ef66a2a4656a2bf58bcfe89836c62b0a75676f5c12350502a3cf" // renovate:container // QEMUMetadataImage image of QEMU metadata api service. - QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:ab0d4f76d3c5627bf201b8b56286929ff2cef41b1d844917a556cfa799195d56" // renovate:container + QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.4.1@sha256:5d07eca0f7a1184978db80238171310c2b82b38de69d1e2b9f93b82d70c17623" // renovate:container // LibvirtImage image that provides libvirt. LibvirtImage = "ghcr.io/edgelesssys/constellation/libvirt:v2.2.0@sha256:81ddc30cd679a95379e94e2f154861d9112bcabfffa96330c09a4917693f7cce" // renovate:container