... |
... |
@@ -1,24 +1,30 @@ |
1 |
|
-(% class="wikigeneratedid" %) |
2 |
|
-=== **Collaboratory 2 release (2022-12-01) (Planned)** === |
|
1 |
+=== **Collaboratory 2 release (2022-12-13)** === |
3 |
3 |
|
|
3 |
+This release contains fixes for minor issues discovered in the OIDC client manager app and Lab environment variables. |
|
4 |
+ |
|
5 |
+=== **Collaboratory 2 release (2022-12-07) (Released)** === |
|
6 |
+ |
4 |
4 |
**Collaboratory.Lab ** |
5 |
5 |
|
6 |
6 |
* Dynamic environment variables |
7 |
|
-** Notebook name, collab name and site being used will now always be available in a notebook, regardless of how you navigate to a notebook. |
|
10 |
+** Notebook name, collab name and site hosting your Lab session will now always be available in a notebook, regardless of how you navigate to a notebook. |
|
11 |
+** COLLAB_NAME has been renamed to COLLAB_TITLE to reflect its value. |
|
12 |
+* The Virtual Brain Library extension has been updated. |
8 |
8 |
|
9 |
9 |
**Collaboratory.Wiki** |
10 |
10 |
|
11 |
|
-* New OIDC client app manager (Link will be here after release) |
12 |
|
-** Create new clients via the new UI |
13 |
|
-** Find a full list of your existing clients |
14 |
|
-** Easily edit and update any clients you have |
15 |
|
-* Add service accounts to a [[collab's team>>doc:Collabs.the-collaboratory.Documentation IAM.FAQ.Adding a service account to a Collab Team or a Group.WebHome]] |
16 |
|
-* Certain special characters were causing issues when put into a collab title, you can no longer use these special characters in a title. |
17 |
|
-* "has_bucket" added to the API response of a collab. This allows users to quickly and easily see if a collab has a Bucket associated with it. |
|
16 |
+* The new [[OIDC client>>doc:Collabs.pauls-test-collab.Documentation IAM.FAQ.OIDC Clients explained.WebHome]] manager app is deployed to production (Will be released soon). This app is for EBRAINS service developers and provides a UI where previously only an API was available. Its functionality includes: |
|
17 |
+** Create new OIDC clients via the new UI |
|
18 |
+** Find a full list of your existing OIDC clients |
|
19 |
+** Easily edit and update any OIDC clients you have |
|
20 |
+** NOTE: The client list does not show clients that you are a maintainer of, however, you can access the OIDC Client manager of a client by entering the clientId into the URL |
|
21 |
+* Add the possibility for OIDC client maintainers to add the service account related to the OIDC client to a [[collab's Team>>doc:Collabs.the-collaboratory.Documentation IAM.FAQ.Adding a service account to a Collab Team or a Group.WebHome]] |
|
22 |
+* Certain special characters were causing issues when put into a collab name, you can no longer use these special characters in a name. |
|
23 |
+* New field "has_bucket" was added to the API response describing collab. This allows users to quickly and easily see if a collab has a Bucket associated with it as a bucket is optional in a collab. |
18 |
18 |
|
19 |
19 |
**Collaboratory.IAM** |
20 |
20 |
|
21 |
|
-* Verification emails are now sent out 15 days before your account needs re-verification. This means you can verify your account before it expires, preventing any interruption to access. |
|
27 |
+* Verification emails are now sent out 15 days before your account needs re-verification. This means you can verify your account before it expires, preventing any potential interruption to access. |
22 |
22 |
|
23 |
23 |
=== **Collaboratory 2 release (2022-10-24) (Released)** === |
24 |
24 |
|