-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 1.11.0-SNAPSHOT #478
Conversation
@@ -45,10 +45,6 @@ jobs: | |||
with: | |||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | |||
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }} | |||
- name: Install git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: This was already being done in the install_dependencies
step
test/src/test/resources/README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: Removed this after discussion with the team. This test wasn't really adding much and it required manual changes before/after every release to update the version in the Dockerfile and Chart.yaml.
8d4a2b4
to
be5511d
Compare
Prepares for development of 1.11 by:
Also removes the
test/src
directory and cleans up some redundancy in the release job. For justification of the former see PR comments below.