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

feat: introduce a redesigned landing page #3391

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
0.44.0
------

Renku ``0.44.0`` introduces pinning projects to the dashboard in RenkuLab.
Renku ``0.44.0`` introduces pinning projects to the dashboard in RenkuLab. Additionally, it features a redesigned landing page aimed at enhancing the experience for new users, providing key information about Renku, its contributors, and guidance on getting started with the platform.

User-Facing Changes
~~~~~~~~~~~~~~~~~~~
Expand All @@ -12,6 +12,15 @@ User-Facing Changes

- 📌️ **UI**: Users can now pin projects to the dashboard, up to a maximum of
5 projects (`#2898 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2898>`_).
- 🎨 **UI**: Introduce a redesigned landing page to enhance the user experience for new users exploring the platform for the first time
(`#2925 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2925>`_).



**✨ Improvements**

- 🖼 **UI**: [Keycloak] Enhance UX for registration and authentication in the platform (`#26 <https://github.com/SwissDataScienceCenter/keycloak-theme/pull/26>`_).


**🐞 Bug Fixes**

Expand All @@ -33,7 +42,7 @@ Internal Changes
Individual components
~~~~~~~~~~~~~~~~~~~~~

- `renku-ui 3.16.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.16.0>`_
- `renku-ui 3.17.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.17.0>`_
- `renku-data-services 0.3.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.3.0>`_

0.43.0
Expand Down
10 changes: 7 additions & 3 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ keycloakx:
enabled: false
extraInitContainers: |
- name: theme-provider
image: renku/keycloak-theme:4.1.2
image: renku/keycloak-theme:4.1.3
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -619,7 +619,7 @@ ui:
replicaCount: 1
image:
repository: renku/renku-ui
tag: "3.16.0"
tag: "3.17.0"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -734,6 +734,10 @@ ui:
# The default is to show the tutorial from the docs, but can also link to an
# internal project
tutorialLink: https://renku.readthedocs.io/en/stable/tutorials/01_firststeps.html
# project path with namespace to show in landing page (get started section)
projectPath: ""
# dataset slug to show in landing page (what is renku section)
datasetSlug: ""
# Projects to highlight on the homepage
showcase:
# If you want to showcase certain project on the homepage, you can enable the feature and provide
Expand Down Expand Up @@ -780,7 +784,7 @@ ui:
keepCookies: []
image:
repository: renku/renku-ui-server
tag: "3.16.0"
tag: "3.17.0"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down
Loading