Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post 1.1.1 release updates to main #1004

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-1.1/components/service-mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Contrast service mesh as an init container.
- env:
- name: CONTRAST_INGRESS_PROXY_CONFIG
value: "web#8080#false##metrics#7890#true"
image: "ghcr.io/edgelesssys/contrast/service-mesh-proxy:v1.1.0@sha256:603ef5f817894b0a1406dda625eccd106bec61996a00aa13507b8058a5f76c5c"
image: "ghcr.io/edgelesssys/contrast/service-mesh-proxy:v1.1.1@sha256:5906c67f89afa7b79bc5e68df523f7f309adf2f66583e5f702ebbcf5545ef0d9"
name: contrast-service-mesh
restartPolicy: Always
securityContext:
Expand Down
14 changes: 7 additions & 7 deletions docs/versioned_docs/version-1.1/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ It can be shared between Contrast deployments.
<Tabs queryString="platform">
<TabItem value="aks-clh-snp" label="AKS" default>
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/runtime-aks-clh-snp.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/runtime-aks-clh-snp.yml
```
</TabItem>
<TabItem value="k3s-qemu-snp" label="Bare metal (SEV-SNP)">
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/runtime-k3s-qemu-snp.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/runtime-k3s-qemu-snp.yml
```
</TabItem>
<TabItem value="k3s-qemu-tdx" label="Bare metal (TDX)">
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/runtime-k3s-qemu-tdx.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/runtime-k3s-qemu-tdx.yml
```
</TabItem>
</Tabs>
Expand All @@ -49,17 +49,17 @@ LoadBalancer service, into your cluster.
<Tabs queryString="platform">
<TabItem value="aks-clh-snp" label="AKS" default>
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/coordinator-aks-clh-snp.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/coordinator-aks-clh-snp.yml
```
</TabItem>
<TabItem value="k3s-qemu-snp" label="Bare metal (SEV-SNP)">
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/coordinator-k3s-qemu-snp.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/coordinator-k3s-qemu-snp.yml
```
</TabItem>
<TabItem value="k3s-qemu-tdx" label="Bare metal (TDX)">
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/coordinator-k3s-qemu-tdx.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/coordinator-k3s-qemu-tdx.yml
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
- env:
- name: COORDINATOR_HOST
value: coordinator
image: "ghcr.io/edgelesssys/contrast/initializer:v1.1.0@sha256:af86d81dd673338321d655af966557faa00d354a08885b353be27462e6ffb0f1"
image: "ghcr.io/edgelesssys/contrast/initializer:v1.1.1@sha256:d89d4f5113c8869088ff3a28e02802d7b72304d4bbb50fb664f1c6cba7fcb722"
name: contrast-initializer
volumeMounts:
- mountPath: /contrast
Expand Down
14 changes: 7 additions & 7 deletions docs/versioned_docs/version-1.1/examples/emojivoto.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Second, it can be configured to also prevent data access even from the administr
The emojivoto deployment files are part of the Contrast release. You can download them by running:

```sh
curl -fLO https://github.com/edgelesssys/contrast/releases/download/v1.1.0/emojivoto-demo.yml --create-dirs --output-dir deployment
curl -fLO https://github.com/edgelesssys/contrast/releases/download/v1.1.1/emojivoto-demo.yml --create-dirs --output-dir deployment
```

### Deploy the Contrast runtime
Expand All @@ -47,17 +47,17 @@ It can be shared between Contrast deployments.
<Tabs queryString="platform">
<TabItem value="aks-clh-snp" label="AKS" default>
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/runtime-aks-clh-snp.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/runtime-aks-clh-snp.yml
```
</TabItem>
<TabItem value="k3s-qemu-snp" label="Bare metal (SEV-SNP)">
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/runtime-k3s-qemu-snp.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/runtime-k3s-qemu-snp.yml
```
</TabItem>
<TabItem value="k3s-qemu-tdx" label="Bare metal (TDX)">
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/runtime-k3s-qemu-tdx.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/runtime-k3s-qemu-tdx.yml
```
</TabItem>
</Tabs>
Expand All @@ -70,17 +70,17 @@ LoadBalancer service, into your cluster:
<Tabs queryString="platform">
<TabItem value="aks-clh-snp" label="AKS" default>
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/coordinator-aks-clh-snp.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/coordinator-aks-clh-snp.yml
```
</TabItem>
<TabItem value="k3s-qemu-snp" label="Bare metal (SEV-SNP)">
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/coordinator-k3s-qemu-snp.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/coordinator-k3s-qemu-snp.yml
```
</TabItem>
<TabItem value="k3s-qemu-tdx" label="Bare metal (TDX)">
```sh
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.0/coordinator-k3s-qemu-tdx.yml
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/v1.1.1/coordinator-k3s-qemu-tdx.yml
```
</TabItem>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-1.1/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Download the Contrast CLI from the latest release:

```bash
curl --proto '=https' --tlsv1.2 -fLo contrast https://github.com/edgelesssys/contrast/releases/download/v1.1.0/contrast
curl --proto '=https' --tlsv1.2 -fLo contrast https://github.com/edgelesssys/contrast/releases/download/v1.1.1/contrast
```

After that, install the Contrast CLI in your PATH, e.g.:
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-1.1/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ following variables to your container definition.
```yaml
spec: # v1.PodSpec
containers:
image: "ghcr.io/edgelesssys/contrast/coordinator:v1.1.0@sha256:9147d7a83021cd11848c6bf28bb8a58652e28ac43be946bfe3996a2d020dbc57"
image: "ghcr.io/edgelesssys/contrast/coordinator:v1.1.1@sha256:272bf0910ad9ce8f0f0bd6865487dd062e53361cd2e3852c7d864a2018d2a461"
name: coordinator
env:
- name: CONTRAST_LOG_LEVEL
Expand Down
40 changes: 40 additions & 0 deletions packages/contrast-releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,30 +67,50 @@
{
"version": "v1.1.0",
"hash": "sha256-E+ggSt0dkcUOoNYHIlz8+Dhvs9f+41BXl3rzf1pmETY="
},
{
"version": "v1.1.1",
"hash": "sha256-muOarmU9dJYDf/NI2YpgaJQ94FZqq0zPMRF5G56uKtg="
}
],
"coordinator-aks-clh-snp.yml": [
{
"version": "v1.1.0",
"hash": "sha256-vj6WCeGK5HKxSeyzH1neyVaA1lbJ1srMvw6CcREFrHg="
},
{
"version": "v1.1.1",
"hash": "sha256-qszhc9royX8inGGwop4VrSDMTHPNy+Ed0xcmRW8Xd7Y="
}
],
"coordinator-k3s-qemu-snp.yml": [
{
"version": "v1.1.0",
"hash": "sha256-YNpMM45N7Y69u/xkerW84rbcFYPuBm8+R+oaRcZj69g="
},
{
"version": "v1.1.1",
"hash": "sha256-XxbzhFw72ijVDSNjkEcfHlI5Hs6992TOLqd256uNS9k="
}
],
"coordinator-k3s-qemu-tdx.yml": [
{
"version": "v1.1.0",
"hash": "sha256-nJu3+KVeDZZW1432HxQLFfbDXwD81k/3qN0SCqQB5c0="
},
{
"version": "v1.1.1",
"hash": "sha256-4JtzXbNikUuIT9F+wWJKZNUkZfcyE/3gB6+SN4kmBwQ="
}
],
"coordinator-rke2-qemu-tdx.yml": [
{
"version": "v1.1.0",
"hash": "sha256-fpej3HXubFwPpDUqNTHcoV73eLjmGm7UHP/rt1fBDF8="
},
{
"version": "v1.1.1",
"hash": "sha256-LFxYqkKx4tqW4zmUucxzvri+xEDAupwFmcka7PH0vJc="
}
],
"coordinator.yml": [
Expand Down Expand Up @@ -179,6 +199,10 @@
{
"version": "v1.1.0",
"hash": "sha256-c1vUO+pgsqiV5Oa7eFtI2QcDykd8GFH6IH3HG7LWL7w="
},
{
"version": "v1.1.1",
"hash": "sha256-c1vUO+pgsqiV5Oa7eFtI2QcDykd8GFH6IH3HG7LWL7w="
}
],
"emojivoto-demo.zip": [
Expand Down Expand Up @@ -219,24 +243,40 @@
{
"version": "v1.1.0",
"hash": "sha256-aeQ3fH0+Qx3WdWHh4L6DMNTIYsxoQyKwk1Al9HdenGg="
},
{
"version": "v1.1.1",
"hash": "sha256-UEQust0Hl5HPKktgbvS+ae6F397T79HLGc3YiXU5PIA="
}
],
"runtime-k3s-qemu-snp.yml": [
{
"version": "v1.1.0",
"hash": "sha256-pQpFG/TrNinU64uybWtCW7qjyGOjHQXabTfcT8DM2Ic="
},
{
"version": "v1.1.1",
"hash": "sha256-MOAP+zhX8vXRDcClDZRc3D5tafWhL6GK5ZRb+8+bgOA="
}
],
"runtime-k3s-qemu-tdx.yml": [
{
"version": "v1.1.0",
"hash": "sha256-63jFTipoBCtDyCZRxsftnIhmBIw5D5TweqM/Z8a8Nik="
},
{
"version": "v1.1.1",
"hash": "sha256-cKgDymIelsLN528e5weOst+OuufAGJL2KdEfj3BdeoU="
}
],
"runtime-rke2-qemu-tdx.yml": [
{
"version": "v1.1.0",
"hash": "sha256-/vwn65osSJGg8VLEgd6Eifc7MdQHgXC+qV+Ih25qqpk="
},
{
"version": "v1.1.1",
"hash": "sha256-wfP23ptGT2Lmah5vHndkiioJVwaho202R8xSAyW8H4s="
}
],
"runtime.yml": [
Expand Down