Skip to content
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

Merged
merged 18 commits into from
Mar 5, 2024
Merged

release 0.49.0 #3477

merged 18 commits into from
Mar 5, 2024

Conversation

RenkuBot
Copy link
Collaborator

@RenkuBot RenkuBot commented Feb 7, 2024

Release 0.49.0

This PR is auto-generated by actions/github-script.

/deploy

@RenkuBot RenkuBot requested a review from a team as a code owner February 7, 2024 14:25
@RenkuBot
Copy link
Collaborator Author

RenkuBot commented Feb 7, 2024

You can access the deployment of this PR at https://ci-renku-3477.dev.renku.ch

@RenkuBot RenkuBot requested a review from a team as a code owner February 19, 2024 08:45
* chore: sbt upgrade to 1.9.9

* chore: pureconfig update to 0.17.6
@RenkuBot RenkuBot requested a review from a team as a code owner February 23, 2024 13:11
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]>
@RenkuBot RenkuBot requested a review from a team as a code owner March 1, 2024 08:06
@jachro jachro temporarily deployed to ci-renku-3477 March 4, 2024 08:33 — with GitHub Actions Inactive
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]>
@jachro jachro temporarily deployed to ci-renku-3477 March 5, 2024 08:38 — with GitHub Actions Inactive
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]>
Copy link
Member

@leafty leafty left a 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh?

Suggested change
- 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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here and everywhere else:

Suggested change
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,

Copy link
Member

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`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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`.

@@ -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 -}}
Copy link
Member

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.

Copy link
Member

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.

@@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unresolved git merge conflict!!!

Copy link
Member

@leafty leafty left a 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

@lokijuhy lokijuhy merged commit ec031d0 into master Mar 5, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants