Skip to content

Commit

Permalink
Rebase on upstream v1.9.2 (#39)
Browse files Browse the repository at this point in the history
* Rebase on upstream v1.9.2

* Update Constellation dependency

* Update chart for v1.2.0 release

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
  • Loading branch information
daniel-weisse authored Apr 13, 2023
1 parent 159f819 commit 368d897
Show file tree
Hide file tree
Showing 102 changed files with 2,645 additions and 2,844 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ jobs:
packages: write
steps:
- name: Check out repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a
uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.20.3"

- name: Set up Docker Buildx
id: docker-setup
uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9
uses: docker/setup-buildx-action@v2

- name: Build container image
run: GCE_PD_CSI_STAGING_IMAGE=ghcr.io/edgelesssys/constellation/gcp-csi-driver GCE_PD_CSI_STAGING_VERSION=${{ inputs.versionTag }} make build-container

- name: Log in to the Container registry
id: docker-login
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sanitytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: "1.20.3"
id: go

- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y libcryptsetup-dev

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build Test
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: "1.20.3"
id: go

- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y libcryptsetup-dev

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build Test
run: |
Expand Down
42 changes: 0 additions & 42 deletions CHANGELOG/CHANGELOG-0.6.md

This file was deleted.

33 changes: 0 additions & 33 deletions CHANGELOG/CHANGELOG-0.7.md

This file was deleted.

Loading

0 comments on commit 368d897

Please sign in to comment.