Skip to content

Commit 29e0eee

Browse files
Rename references to spinkube github org to spinframework in release.md
Signed-off-by: Kate Goldenring <[email protected]>
1 parent f6cdec1 commit 29e0eee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployments/workloads/workload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
runtimeClassName: wasmtime-spin
1616
containers:
1717
- name: spin-hello
18-
image: ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:latest
18+
image: ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:latest
1919
command: ["/"]
2020
resources: # limit the resources to 128Mi of memory and 100m of CPU
2121
limits:

release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To cut a new release of the `containerd-shim-spin`, you will need to do the
44
following:
55

66
1. Confirm that [CI is
7-
green](https://github.com/spinkube/containerd-shim-spin/actions) for the commit selected to be
7+
green](https://github.com/spinframework/containerd-shim-spin/actions) for the commit selected to be
88
tagged and released.
99

1010
1. Change all references of the version number in repository using the [`version.sh`](./scripts/version.sh) script, which
@@ -34,12 +34,12 @@ following:
3434
# Create a GPG-signed and annotated tag
3535
git tag -s -m "Containerd Shim Spin v0.15.0" v0.15.0
3636
37-
# Push the tag to the remote corresponding to spinkube/containerd-shim-spin (here 'origin')
37+
# Push the tag to the remote corresponding to spinframework/containerd-shim-spin (here 'origin')
3838
git push origin v0.15.0
3939
```
4040
4141
1. Pushing the tag upstream will trigger the [release
42-
action](https://github.com/spinkube/containerd-shim-spin/actions/workflows/release.yaml).
42+
action](https://github.com/spinframework/containerd-shim-spin/actions/workflows/release.yaml).
4343
- The release build will create binary releases of the shim and upload these
4444
assets to a new GitHub release for the pushed tag. Release notes are
4545
auto-generated but edit as needed especially around breaking changes or

0 commit comments

Comments
 (0)