From ff373bc8c65b1aefa5833a35ed4bfad761efd8fa Mon Sep 17 00:00:00 2001 From: "release[bot]" Date: Wed, 25 Jan 2023 09:39:35 +0000 Subject: [PATCH] deps: update version to v2.5.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/key-service/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 89f849a37..84620cb98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.11) -project(constellation LANGUAGES C VERSION 2.5.0) +project(constellation LANGUAGES C VERSION 2.5.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 86ee10316..ff12c7325 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.5.0 +version: 2.5.1 dependencies: - name: key-service - version: 2.5.0 + version: 2.5.1 tags: - Azure - GCP - AWS - QEMU - name: join-service - version: 2.5.0 + version: 2.5.1 tags: - Azure - GCP - AWS - QEMU - name: ccm - version: 2.5.0 + version: 2.5.1 tags: - Azure - GCP - AWS - name: cnm - version: 2.5.0 + version: 2.5.1 tags: - Azure - name: autoscaler - version: 2.5.0 + version: 2.5.1 tags: - Azure - GCP - AWS - name: verification-service - version: 2.5.0 + version: 2.5.1 tags: - Azure - GCP - AWS - QEMU - name: konnectivity - version: 2.5.0 + version: 2.5.1 tags: - Azure - GCP - AWS - QEMU - name: gcp-guest-agent - version: 2.5.0 + version: 2.5.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 4387874a5..572605799 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.5.0 +version: 2.5.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 fae52a870..5d1e38717 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.5.0 +version: 2.5.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 ff6c5493a..8a31f9e1f 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.5.0 +version: 2.5.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 757d2805e..05b5c64d2 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.5.0 +version: 2.5.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 04907655a..904f790b4 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.5.0 +version: 2.5.1 diff --git a/cli/internal/helm/charts/edgeless/constellation-services/charts/key-service/Chart.yaml b/cli/internal/helm/charts/edgeless/constellation-services/charts/key-service/Chart.yaml index 6a4b7f79f..913e25b50 100644 --- a/cli/internal/helm/charts/edgeless/constellation-services/charts/key-service/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/constellation-services/charts/key-service/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: key-service description: A Helm chart to deploy the Constellation KeyService type: application -version: 2.5.0 +version: 2.5.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 d78c1c956..23cf72f6c 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.5.0 +version: 2.5.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 6df8dece5..359b3402b 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.5.0 +version: 2.5.1 diff --git a/cli/internal/helm/charts/edgeless/operators/Chart.yaml b/cli/internal/helm/charts/edgeless/operators/Chart.yaml index 5e861e3ae..5fa309e34 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.5.0 +version: 2.5.1 dependencies: - name: node-maintenance-operator - version: 2.5.0 + version: 2.5.1 tags: - Azure - GCP - AWS - QEMU - name: constellation-operator - version: 2.5.0 + version: 2.5.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 82c55c5b3..3d88f0f21 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.5.0 +version: 2.5.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 b16a90ded..7320dc5c1 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.5.0 +version: 2.5.1 diff --git a/internal/config/images_enterprise.go b/internal/config/images_enterprise.go index 55509e57d..bba424422 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.5.0" + defaultImage = "v2.5.1" ) diff --git a/internal/versions/versions.go b/internal/versions/versions.go index ec5047cbd..14bd3d739 100644 --- a/internal/versions/versions.go +++ b/internal/versions/versions.go @@ -62,21 +62,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.5.0@sha256:82505d256bb4deb89d0fc6f014ece9a16552e8919cecb5c1a6add72389815287" // renovate:container + JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.5.1@sha256:871ade8d3138f84648d0608c02b4df91a4b0bf06036ba896fdb60e913a14b268" // renovate:container // KeyServiceImage image of Constellation KMS server. - KeyServiceImage = "ghcr.io/edgelesssys/constellation/key-service:v2.5.0@sha256:df286ad5481340c8ae9b4ab357727800334a0b4c37628407365f06963dc17eeb" // renovate:container + KeyServiceImage = "ghcr.io/edgelesssys/constellation/key-service:v2.5.1@sha256:d79a5db52ad71e29fe73ff4b9f8586dfb26fe5eaba12d900054445e0d5fd3679" // renovate:container // VerificationImage image of Constellation verification service. - VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.5.0@sha256:cd8c6b6681f870f6952ce6242b0755409be277dddb90bee7f1846f864677cf36" // renovate:container + VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.5.1@sha256:9982fb78c8fae245a2570a950704e750e51134f6f3bfabbc4dbdde0c7cd0f9c6" // 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.5.0@sha256:161dfa1bc071a7da263907be9885bce4c55504dc2d9cebb4e617b5455a0a3c2d" // renovate:container + ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.5.1@sha256:af627169e4f82d91ef2ad500a059815b6d5f3d49a8004d3f7efee09048aa92b0" // renovate:container // NodeMaintenanceOperatorImage is the image for the node maintenance operator. NodeMaintenanceOperatorImage = "quay.io/medik8s/node-maintenance-operator:v0.14.0@sha256:2dffb6ffdbbe997d317799fc709baf030d678bde0be0264931ff6b3e94fd89ab" // renovate:container // QEMUMetadataImage image of QEMU metadata api service. - QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.5.0@sha256:37d0a33c08a7171c1eb2bf35c7ab453948fcc2ad2dfcdf7ea3c67d61bb51a045" // renovate:container + QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.5.1@sha256:44ea621f6d62c73789e512189e4f0c882f0f8151ec1ca72f49854ef279cfaee6" // renovate:container // LibvirtImage image that provides libvirt. LibvirtImage = "ghcr.io/edgelesssys/constellation/libvirt:v2.2.0@sha256:81ddc30cd679a95379e94e2f154861d9112bcabfffa96330c09a4917693f7cce" // renovate:container