Skip to content

Commit

Permalink
remove impersonate button
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Sep 27, 2021
1 parent fb6294a commit 30697c6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,25 @@ This should get all parts up and running, you can check with:
watch kubectl get svc,ing,deploy,sts,po -n estafette-ci
```
For more details on how to install and configure Estafette read the documentation at https://estafette.io/getting-started/installation/.
For more details on how to install and configure Estafette read the documentation at https://estafette.io/getting-started/installation/.
# Development
For creating a new release and it's release notes make sure you create issues for your changes in https://github.com/estafette/estafette-ci/issues. Assign the issue to yourself, and link (or create) a milestone equal to version in the `releaseBranch` in the `.estafette.yaml` file.
If any of your updates are in one of the components referenced by the subcharts make sure to update the version in the subchart's `Chart.yaml`.
Once you've fixed and closed all issues you want to go into the next milestone then run the following commands
```
git checkout main
git pull
git checkout -b <releaseBranch>
git push origin <releaseBranch>
git checkout main
# bump the version in .estafette.yaml to the next patch and update the releaseBranch accordingly
git commit -am "bump version to 1.x.x"
git push
```
Once the version for the milestone has built release it to the `release` target at https://estafette.travix.com/pipelines/github.com/estafette/estafette-ci/overview so the github milestone gets closed, a github release gets created with release notes generated from the closed issues in the milestone.
2 changes: 1 addition & 1 deletion helm/estafette-ci/charts/estafette-ci-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.1185
version: 1.0.1187

home: https://helm.estafette.io
icon: https://helm.estafette.io/icon.png

0 comments on commit 30697c6

Please sign in to comment.