Skip to content

Commit

Permalink
ci(release): add release notes
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Feb 13, 2024
1 parent b4fd0c8 commit 4c3037f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
- uses: anchore/sbom-action@v0

build-and-publish-oci:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ Warning FailedScheduling 63s default-scheduler 0/4 nodes are available: 1 n
This repo contains a [github action](https://github.com/stackzoo/khaos/blob/main/.github/workflows/release.yaml) to publish the operator *oci image* to *github registry* when new release tags are pushed to the main branch.
In order to install the operator as a pod in the cluster you can leverage one of the *make* targets:
```console
make deploy IMG=ghcr.io/stackzoo/khaos:0.0.14
make deploy IMG=ghcr.io/stackzoo/khaos:0.0.15
```

This command will install all the required *CRDs* and *RBAC manifests* and then start the operator as a pod:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/stackzoo/khaos
newTag: 0.0.14
newTag: 0.0.15

0 comments on commit 4c3037f

Please sign in to comment.