Skip to content

Commit

Permalink
docs: Introduce continous container scanning with Snyk in release pro…
Browse files Browse the repository at this point in the history
…cess (kedacore#2325)

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Nov 24, 2021
1 parent 0338a13 commit f7e97e4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions RELEASE-PROCESS.MD
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,20 @@ Learn how to deploy KEDA by reading [our documentation](https://keda.sh/docs/INS
- <list items>
```

## 5. Prepare our Helm Chart
## 5. Setup continous container scanning with Snyk

In order to continuously scan our new container image, they must be imported in our [Snyk project](https://app.snyk.io/org/keda/projects) for all newly introduced tags.

Learn more on how to do this through the [Snyk documentation](https://docs.snyk.io/products/snyk-container/image-scanning-library/github-container-registry-image-scanning/scan-container-images-from-github-container-registry-in-snyk).

## 6. Prepare our Helm Chart

Before we can release our new Helm chart version, we need to prepare it:

- Update the `version` and `appVersion` in our [chart definition](https://github.com/kedacore/charts/blob/master/keda/Chart.yaml).
- Update the CRDs & Kubernetes resources based on the release artifact (YAML)

## 6. Ship new Helm chart
## 7. Ship new Helm chart

Guidance on how to release it can be found in our [contribution guide](https://github.com/kedacore/charts/blob/master/CONTRIBUTING.md#shipping-a-new-version).

Expand All @@ -82,6 +88,6 @@ Update the following file:
https://github.com/Azure/azure-functions-core-tools/blob/v3.x/src/Azure.Functions.Cli/StaticResources/keda-v2.yaml
[Search for 1.1.0 etc. and replace it]

## 7. Prepare next release
## 8. Prepare next release

Prepare next release by creating a [new GitHub milestone](https://github.com/kedacore/keda/milestones/new) called `v{upcoming-semver-version}` with a target date in 3 months as per our [release governance](https://github.com/kedacore/governance/blob/main/RELEASES.md).

0 comments on commit f7e97e4

Please sign in to comment.