Skip to content

Commit

Permalink
Prepare release v1.3.0 (#42)
Browse files Browse the repository at this point in the history
* Bump version

* Use idempotent cryptsetup open function

---------

Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Jun 18, 2024
1 parent 2c435bf commit 7cf429f
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.20.3"
go-version: "1.21.1"

- name: Set up Docker Buildx
id: docker-setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20.3"
go-version: "1.21.1"
id: go

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20.3"
go-version: "1.21.1"
id: go

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.4-bullseye as builder

ARG STAGINGVERSION
ARG TARGETPLATFORM
Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 1.2.0
appVersion: "v1.2.0"
version: 1.3.0
appVersion: "v1.3.0"
description: GCP Compute Persistent Disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
name: gcp-compute-persistent-disk-csi-driver
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image:
gcepdDriver:
repo: ghcr.io/edgelesssys/constellation/gcp-csi-driver
# CSI driver version is independent of Constellation releases
tag: v1.2.0@sha256:84810096ab2244c77eeeab4c03445df69949e23f7f40d84bc434f122997a5692
tag: v1.3.0@sha256:0ecb68f348ed6c287075db00f9c5ea731e7e2db9f2f7511b65391fb6856fe11a
pullPolicy: IfNotPresent

csiController:
Expand Down
8 changes: 4 additions & 4 deletions edgeless/tests/patch.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- o.yaml 2023-04-13 12:13:33.181285060 +0200
+++ sonobuoy.yaml 2023-04-13 09:36:28.475532271 +0200
--- sonobuoy_orig.yaml 2023-10-02 13:48:16.682794524 +0200
+++ sonobuoy.yaml 2023-10-02 13:51:33.817883783 +0200
@@ -64,6 +64,10 @@
data:
plugin-0.yaml: |-
Expand Down Expand Up @@ -29,7 +29,7 @@
plugin-1.yaml: |-
podSpec:
containers: []
@@ -245,4 +251,28 @@
@@ -245,4 +251,25 @@
sonobuoy-component: aggregator
type: ClusterIP
---
Expand All @@ -39,7 +39,7 @@
+metadata:
+ name: csi-driver-test-config
+ namespace: sonobuoy
+data:
+data:
+ driver.yaml: |
+ StorageClass:
+ FromName: true
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

toolchain go1.22.2

require github.com/edgelesssys/constellation/v2 v2.11.0
require github.com/edgelesssys/constellation/v2 v2.11.1-0.20231005092022-f69ae2612236

replace github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -980,8 +980,8 @@ github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5m
github.com/eapache/go-resiliency v1.2.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs=
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
github.com/edgelesssys/constellation/v2 v2.11.0 h1:hOb47W1kaAM929rCLnSTtkKIQK9x6pPdrXefu/ORJyA=
github.com/edgelesssys/constellation/v2 v2.11.0/go.mod h1:AJfKEiTXmmtCQ/01H0Jat8T8FQBgaFpBLYkUvBkHxQQ=
github.com/edgelesssys/constellation/v2 v2.11.1-0.20231005092022-f69ae2612236 h1:+elXrNwMmjDGukA/n3/utCBft3uNgGCzFIoEB6Fkvzw=
github.com/edgelesssys/constellation/v2 v2.11.1-0.20231005092022-f69ae2612236/go.mod h1:x+/AAni3uAegCLMWRDE0278Zi/eAFzBnRfxICiLP8LE=
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
Expand Down

0 comments on commit 7cf429f

Please sign in to comment.