-
Notifications
You must be signed in to change notification settings - Fork 33
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
release 0.49.0 #3477
release 0.49.0 #3477
Conversation
You can access the deployment of this PR at https://ci-renku-3477.dev.renku.ch |
* chore: scalafmt upgraded to 3.8.0 * chore: selenium-java upgraded to 4.18.1
e69ab29
to
924369b
Compare
* chore: sbt upgrade to 1.9.9 * chore: pureconfig update to 0.17.6
Bumps [python-keycloak](https://github.com/marcospereirampj/python-keycloak) from 3.7.0 to 3.9.0. - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](marcospereirampj/python-keycloak@v3.7.0...v3.9.0) --- updated-dependencies: - dependency-name: python-keycloak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rok Roškar <[email protected]>
Bumps [python-keycloak](https://github.com/marcospereirampj/python-keycloak) from 3.7.0 to 3.9.1. - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](marcospereirampj/python-keycloak@v3.7.0...v3.9.1) --- updated-dependencies: - dependency-name: python-keycloak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rok Roškar <[email protected]>
Refreshes #2894 and supercedes it. Co-authored-by: Ralf Grubenmann <[email protected]>
Co-authored-by: Laura <[email protected]> Co-authored-by: M. Alisafaee <[email protected]> Co-authored-by: Jakub Chrobasik <[email protected]> Co-authored-by: Ralf Grubenmann <[email protected]>
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.
Please fix the merge conflict before releasing.
@@ -23,7 +23,7 @@ jobs: | |||
runs-on: ubuntu-20.04 | |||
steps: | |||
- uses: actions/[email protected] | |||
- uses: cypress-io/github-action@v6 | |||
- uses: cypress-io/github-action@v5 |
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.
huh?
- uses: cypress-io/github-action@v5 | |
- uses: cypress-io/github-action@v6 |
CHANGELOG.rst
Outdated
|
||
The release contains bug fixes to renku core service related to project migration. | ||
|
||
This release also contains initial support for next generation 'Renku 1.0' functionality. However, |
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.
Here and everywhere else:
This release also contains initial support for next generation 'Renku 1.0' functionality. However, | |
This release also contains initial support for next generation 'Renku 2.0' functionality. However, |
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 will make a PR to update Renku 1.0 references for the whole changelog
RELEASE.md
Outdated
@@ -12,9 +12,8 @@ This procedure should be followed for *any* release: | |||
|
|||
* Create a release branch (e.g. `0.46.x`), if one does not already exist, with the [release action](https://github.com/SwissDataScienceCenter/renku/actions/workflows/create-release-branch.yml). | |||
* Create a `CHANGELOG` entry for the release and open a PR; create a deployment, this is the reference for the release. | |||
* Note that any PR that should go into the release needs to target the release branch _not_ `master`. | |||
* Note that any PR that should go into the release needs to target the release branch _not_ `master`. |
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.
* Note that any PR that should go into the release needs to target the release branch _not_ `master`. | |
* Note that any PR that should go into the release needs to target the release branch _not_ `master`. |
helm-chart/renku/templates/NOTES.txt
Outdated
@@ -9,7 +9,7 @@ can be accessed using the following one-liner (you need to have jq installed). | |||
kubectl get secrets -n {{ .Release.Namespace }} {{ template "renku.fullname" . }} -o json | jq -r .data.users | base64 --decode | |||
{{- end -}} | |||
|
|||
{{ if or .Values.ui.client.privacy.banner.enabled .Values.ui.client.privacy.page.enabled -}} | |||
{{ if .Values.ui.client.privacy.enabled -}} |
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.
This looks like a merge conflict wrongly resolved.
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.
This file looks like it was badly merged too.
helm-chart/values.yaml.changelog.md
Outdated
@@ -16,6 +62,8 @@ The handling of privacy policy and terms of service content has been fine tuned. | |||
* NEW ``ui.client.privacy.page.termsContent`` to customize the content of the Terms of Use page (supports Markdown). | |||
|
|||
|
|||
======= | |||
>>>>>>> 4a49d877 (chore: update values changelog) |
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.
Unresolved git merge conflict!!!
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.
Merge conflicts seem fixed
Release 0.49.0
This PR is auto-generated by actions/github-script.
/deploy