-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from Kuadrant/release-0.2.0
Move examples into config dir for easier release process
- Loading branch information
Showing
27 changed files
with
41 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
# Releasing | ||
|
||
- Checkout `main` | ||
- Update the ref in examples/kube-prometheus/kustomization.yaml to the new release number. | ||
- e.g. `github.com/kuadrant/gateway-api-state-metrics?ref=0.1.0` for release `0.1.0` | ||
- Add and commit the change | ||
- Tag the commit with the release number e.g. `git tag 0.1.0` | ||
- Push the commit and tag with `git push origin main && git push origin 0.1.0` | ||
- Create a release in Github at https://github.com/Kuadrant/gateway-api-state-metrics/releases/new, using the tag | ||
- Checkout a new branch from `main`, e.g. `release-0.2.0` | ||
- Update the bundle yaml files as per instructions in [./config/examples/kube-prometheus/bundle-README.md](./config/examples/kube-prometheus/bundle-README.md) | ||
- Create a new PR with the change | ||
- After merging, create a release in Github at https://github.com/Kuadrant/gateway-api-state-metrics/releases/new from `main`, specifying a release tag e.g. `0.2.0` | ||
- Title can be the release nubmer. Description can include any important changes |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
generatorOptions: | ||
disableNameSuffixHash: true | ||
|
||
configMapGenerator: | ||
- name: custom-resource-state | ||
namespace: monitoring | ||
files: | ||
- custom-resource-state.yaml |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
generatorOptions: | ||
disableNameSuffixHash: true | ||
|
||
configMapGenerator: | ||
- name: custom-resource-state | ||
namespace: monitoring | ||
files: | ||
- custom-resource-state.yaml | ||
resources: | ||
- ./config/default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters