From 95f76358da08d9711284b6ae735bfc5cc1f3bb41 Mon Sep 17 00:00:00 2001 From: Samuel Alfageme Sainz Date: Fri, 10 Mar 2023 10:37:15 +0100 Subject: [PATCH 1/9] revad: release version v1.23.0 with all the OCM new features --- revad/Chart.yaml | 162 ++++++++++++++++++++++++++++++++++++++++++++-- revad/README.md | 2 +- revad/values.yaml | 2 +- 3 files changed, 158 insertions(+), 8 deletions(-) diff --git a/revad/Chart.yaml b/revad/Chart.yaml index 8f9d10b..3401917 100644 --- a/revad/Chart.yaml +++ b/revad/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: revad description: The Reva daemon (revad) helm chart type: application -version: 1.5.0 -appVersion: v1.21.0 +version: 1.6.0 +appVersion: v1.23.0 kubeVersion: '>= 1.19.0' icon: https://reva.link/logo.svg home: https://reva.link @@ -23,11 +23,161 @@ keywords: - sync-and-share annotations: artifacthub.io/changes: | + - kind: fixed + description: Use 2700 as permission when creating EOS home folder + links: + - name: cs3org/reva#3621 + url: https://github.com/cs3org/reva/pull/3621 + - kind: fixed + description: Fixes implementation omission of #3526 + links: + - name: cs3org/reva#3551 + url: https://github.com/cs3org/reva/pull/3551 + - kind: fixed + description: Fix revad-eos docker image which was failing to build + links: + - name: cs3org/reva#3706 + url: https://github.com/cs3org/reva/pull/3706 + - kind: fixed + description: Fix open in app for lightweight accounts + links: + - name: cs3org/reva#3626 + url: https://github.com/cs3org/reva/pull/3626 + - kind: fixed + description: Use subject from oidc userinfo when quering the user provider + links: + - name: cs3org/reva#3613 + url: https://github.com/cs3org/reva/pull/3613 + - kind: fixed + description: Fix litmus and acceptance tests in GitHub Actions + links: + - name: cs3org/reva#3633 + url: https://github.com/cs3org/reva/pull/3633 + - kind: fixed + description: Updated public links URLs and users' display names in WOPI apps + links: + - name: cs3org/reva#3694 + url: https://github.com/cs3org/reva/pull/3694 + - kind: changed + description: Rename PullTransfer to CreateTransfer + links: + - name: cs3org/reva#3553 + url: https://github.com/cs3org/reva/pull/3553 + - kind: changed + description: Bump the Copyright date to 2023 + links: + - name: cs3org/reva#3584 + url: https://github.com/cs3org/reva/pull/3584 + - kind: changed + description: Migrate acceptance tests from Drone to GitHub Actions + links: + - name: cs3org/reva#3640 + url: https://github.com/cs3org/reva/pull/3640 + - kind: changed + description: Use cs3org/behat:latest docker image for tests + links: + - name: cs3org/reva#3629 + url: https://github.com/cs3org/reva/pull/3629 + - kind: added + description: Add Golang test coverage report for Codacy + links: + - name: cs3org/reva#3608 + url: https://github.com/cs3org/reva/pull/3608 + - kind: changed + description: Add latest tag to revad Docker image with GitHub Actions + links: + - name: cs3org/reva#3599 + url: https://github.com/cs3org/reva/pull/3599 + - kind: changed + description: Streamline EOS SSS and UNIX modes + links: + - name: cs3org/reva#3713 + url: https://github.com/cs3org/reva/pull/3713 + - kind: changed + description: Migrate the litmusOcisSpacesDav test from Drone to GitHub Actions + links: + - name: cs3org/reva#3566 + url: https://github.com/cs3org/reva/pull/3566 + - kind: changed + description: Improve Docker build speed and Docker Compose test speed + links: + - name: cs3org/reva#3712 + url: https://github.com/cs3org/reva/pull/3712 + - kind: changed + description: Migrate the virtualViews test from Drone to GitHub Actions + links: + - name: cs3org/reva#3630 + url: https://github.com/cs3org/reva/pull/3630 + - kind: deprecated + description: Cleanup unused configs in OCM HTTP service + links: + - name: cs3org/reva#3675 + url: https://github.com/cs3org/reva/pull/3675 - kind: changed - description: Bump revad version to v.1.21.0 + description: Create and list OCM shares in OCS layer + links: + - name: cs3org/reva#3692 + url: https://github.com/cs3org/reva/pull/3692 + - kind: added + description: Search OCM accepted users + links: + - name: cs3org/reva#3666 + url: https://github.com/cs3org/reva/pull/3666 + - kind: added + description: List valid OCM invite tokens + links: + - name: cs3org/reva#3665 + url: https://github.com/cs3org/reva/pull/3665 + - kind: added + description: SQL driver for OCM invitation manager + links: + - name: cs3org/reva#3617 + url: https://github.com/cs3org/reva/pull/3617 + - kind: added + description: List OCM providers + links: + - name: cs3org/reva#3667 + url: https://github.com/cs3org/reva/pull/3667 + - kind: changed + description: Expose OCM received shares as a local mount + links: + - name: cs3org/reva#3668 + url: https://github.com/cs3org/reva/pull/3668 + - kind: added + description: Remote open in app in OCM + links: + - name: cs3org/reva#3683 + url: https://github.com/cs3org/reva/pull/3683 + - kind: added + description: SQL driver for OCM shares + links: + - name: cs3org/reva#3654 + url: https://github.com/cs3org/reva/pull/3654 + - kind: changed + description: Update OCM shares to last version of CS3APIs + links: + - name: cs3org/reva#3646 + url: https://github.com/cs3org/reva/pull/3646 + - kind: added + description: Specify recipient as a query param when sending OCM token by email + links: + - name: cs3org/reva#3687 + url: https://github.com/cs3org/reva/pull/3687 + - kind: added + description: Add OCM scope and webdav endpoint + links: + - name: cs3org/reva#3691 + url: https://github.com/cs3org/reva/pull/3691 + - kind: changed + description: Revamp OCM invitation workflow + links: + - name: cs3org/reva#3611 + url: https://github.com/cs3org/reva/pull/3611 + - kind: security + description: Bump reva(d) base image to alpine 3.17 links: - - name: cs3org/reva#3524 - url: https://github.com/cs3org/reva/pull/3524 + - name: cs3org/reva#3703 + url: https://github.com/cs3org/reva/pull/3703 artifacthub.io/images: | - name: revad - image: cs3org/revad:v1.21.0 + image: cs3org/revad:v1.23.0 diff --git a/revad/README.md b/revad/README.md index 2abd3a0..b40135d 100644 --- a/revad/README.md +++ b/revad/README.md @@ -33,7 +33,7 @@ The following configurations may be set. It is recommended to use `values.yaml` | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | | `replicaCount` | How many replicas to run. | `1` | | `image.repository` | Name of the image to run, without the tag. | [`cs3org/revad`](https://hub.docker.com/r/cs3org/revad) | -| `image.tag` | The image tag to use. | `v1.7.0` | +| `image.tag` | The image tag to use. | `v1.23.0` | | `image.pullPolicy` | The kubernetes image pull policy. | `Always` | | `image.pullSecrets` | List of names of secrets containing container image registry access keys. | `[]` | | `service.type` | The kubernetes service type to use. | `ClusterIP` | diff --git a/revad/values.yaml b/revad/values.yaml index be258bd..6a95d33 100644 --- a/revad/values.yaml +++ b/revad/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: cs3org/revad - tag: v1.21.0 + tag: v1.23.0 pullPolicy: Always pullSecrets: [] From a9d85ab9cfaf2d24f8925b3795bfefb08794b8a8 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 17 Apr 2023 21:33:59 +0200 Subject: [PATCH 2/9] Simplified changelog --- revad/Chart.yaml | 90 ------------------------------------------------ 1 file changed, 90 deletions(-) diff --git a/revad/Chart.yaml b/revad/Chart.yaml index 275b73a..80eb842 100644 --- a/revad/Chart.yaml +++ b/revad/Chart.yaml @@ -23,96 +23,6 @@ keywords: - sync-and-share annotations: artifacthub.io/changes: | - - kind: fixed - description: Use 2700 as permission when creating EOS home folder - links: - - name: cs3org/reva#3621 - url: https://github.com/cs3org/reva/pull/3621 - - kind: fixed - description: Fixes implementation omission of #3526 - links: - - name: cs3org/reva#3551 - url: https://github.com/cs3org/reva/pull/3551 - - kind: fixed - description: Fix revad-eos docker image which was failing to build - links: - - name: cs3org/reva#3706 - url: https://github.com/cs3org/reva/pull/3706 - - kind: fixed - description: Fix open in app for lightweight accounts - links: - - name: cs3org/reva#3626 - url: https://github.com/cs3org/reva/pull/3626 - - kind: fixed - description: Use subject from oidc userinfo when quering the user provider - links: - - name: cs3org/reva#3613 - url: https://github.com/cs3org/reva/pull/3613 - - kind: fixed - description: Fix litmus and acceptance tests in GitHub Actions - links: - - name: cs3org/reva#3633 - url: https://github.com/cs3org/reva/pull/3633 - - kind: fixed - description: Updated public links URLs and users' display names in WOPI apps - links: - - name: cs3org/reva#3694 - url: https://github.com/cs3org/reva/pull/3694 - - kind: changed - description: Rename PullTransfer to CreateTransfer - links: - - name: cs3org/reva#3553 - url: https://github.com/cs3org/reva/pull/3553 - - kind: changed - description: Bump the Copyright date to 2023 - links: - - name: cs3org/reva#3584 - url: https://github.com/cs3org/reva/pull/3584 - - kind: changed - description: Migrate acceptance tests from Drone to GitHub Actions - links: - - name: cs3org/reva#3640 - url: https://github.com/cs3org/reva/pull/3640 - - kind: changed - description: Use cs3org/behat:latest docker image for tests - links: - - name: cs3org/reva#3629 - url: https://github.com/cs3org/reva/pull/3629 - - kind: added - description: Add Golang test coverage report for Codacy - links: - - name: cs3org/reva#3608 - url: https://github.com/cs3org/reva/pull/3608 - - kind: changed - description: Add latest tag to revad Docker image with GitHub Actions - links: - - name: cs3org/reva#3599 - url: https://github.com/cs3org/reva/pull/3599 - - kind: changed - description: Streamline EOS SSS and UNIX modes - links: - - name: cs3org/reva#3713 - url: https://github.com/cs3org/reva/pull/3713 - - kind: changed - description: Migrate the litmusOcisSpacesDav test from Drone to GitHub Actions - links: - - name: cs3org/reva#3566 - url: https://github.com/cs3org/reva/pull/3566 - - kind: changed - description: Improve Docker build speed and Docker Compose test speed - links: - - name: cs3org/reva#3712 - url: https://github.com/cs3org/reva/pull/3712 - - kind: changed - description: Migrate the virtualViews test from Drone to GitHub Actions - links: - - name: cs3org/reva#3630 - url: https://github.com/cs3org/reva/pull/3630 - - kind: deprecated - description: Cleanup unused configs in OCM HTTP service - links: - - name: cs3org/reva#3675 - url: https://github.com/cs3org/reva/pull/3675 - kind: changed description: Create and list OCM shares in OCS layer links: From 79d25e72a63c417d484ef434feed090ab57cb9dd Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 17 Apr 2023 21:34:19 +0200 Subject: [PATCH 3/9] Simplified changelog --- revad/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revad/Chart.yaml b/revad/Chart.yaml index 80eb842..30c16ce 100644 --- a/revad/Chart.yaml +++ b/revad/Chart.yaml @@ -24,7 +24,7 @@ keywords: annotations: artifacthub.io/changes: | - kind: changed - description: Create and list OCM shares in OCS layer + description: Incorporated support for OCM shares links: - name: cs3org/reva#3692 url: https://github.com/cs3org/reva/pull/3692 From 7652405f33264d2f3ae4216a8b95a94723887392 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 17 Apr 2023 21:34:42 +0200 Subject: [PATCH 4/9] Update revad version --- revad/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revad/Chart.yaml b/revad/Chart.yaml index 30c16ce..5b4b1a0 100644 --- a/revad/Chart.yaml +++ b/revad/Chart.yaml @@ -3,7 +3,7 @@ name: revad description: The Reva daemon (revad) helm chart type: application version: 1.6.0 -appVersion: v1.23.0 +appVersion: v1.24.0 kubeVersion: '>= 1.19.0-0' icon: https://reva.link/logo.svg home: https://reva.link From b93c9144844aa8456e84398131fffd201b160333 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 17 Apr 2023 21:35:06 +0200 Subject: [PATCH 5/9] Update revad version --- revad/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revad/Chart.yaml b/revad/Chart.yaml index 5b4b1a0..31b62de 100644 --- a/revad/Chart.yaml +++ b/revad/Chart.yaml @@ -90,4 +90,4 @@ annotations: url: https://github.com/cs3org/reva/pull/3703 artifacthub.io/images: | - name: revad - image: cs3org/revad:v1.23.0 + image: cs3org/revad:v1.24.0 From 6e375729da9891ec6d144407a4f31ca63b847cd0 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 17 Apr 2023 21:35:22 +0200 Subject: [PATCH 6/9] Update revad version --- revad/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revad/README.md b/revad/README.md index 97c0c75..889b15b 100644 --- a/revad/README.md +++ b/revad/README.md @@ -36,7 +36,7 @@ The following configurations may be set. It is recommended to use `values.yaml` | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | | `replicaCount` | How many replicas to run. | `1` | | `image.repository` | Name of the image to run, without the tag. | [`cs3org/revad`](https://hub.docker.com/r/cs3org/revad) | -| `image.tag` | The image tag to use. | `v1.23.0` | +| `image.tag` | The image tag to use. | `v1.24.0` | | `image.pullPolicy` | The kubernetes image pull policy. | `Always` | | `image.pullSecrets` | List of names of secrets containing container image registry access keys. | `[]` | | `service.type` | The kubernetes service type to use. | `ClusterIP` | From 7e741330d4b6c643cccb6bfb1eaa9ca1ec3be0fd Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 17 Apr 2023 21:50:34 +0200 Subject: [PATCH 7/9] Simplified changelog --- revad/Chart.yaml | 53 ------------------------------------------------ 1 file changed, 53 deletions(-) diff --git a/revad/Chart.yaml b/revad/Chart.yaml index 31b62de..f390f39 100644 --- a/revad/Chart.yaml +++ b/revad/Chart.yaml @@ -28,59 +28,6 @@ annotations: links: - name: cs3org/reva#3692 url: https://github.com/cs3org/reva/pull/3692 - - kind: added - description: Search OCM accepted users - links: - - name: cs3org/reva#3666 - url: https://github.com/cs3org/reva/pull/3666 - - kind: added - description: List valid OCM invite tokens - links: - - name: cs3org/reva#3665 - url: https://github.com/cs3org/reva/pull/3665 - - kind: added - description: SQL driver for OCM invitation manager - links: - - name: cs3org/reva#3617 - url: https://github.com/cs3org/reva/pull/3617 - - kind: added - description: List OCM providers - links: - - name: cs3org/reva#3667 - url: https://github.com/cs3org/reva/pull/3667 - - kind: changed - description: Expose OCM received shares as a local mount - links: - - name: cs3org/reva#3668 - url: https://github.com/cs3org/reva/pull/3668 - - kind: added - description: Remote open in app in OCM - links: - - name: cs3org/reva#3683 - url: https://github.com/cs3org/reva/pull/3683 - - kind: added - description: SQL driver for OCM shares - links: - - name: cs3org/reva#3654 - url: https://github.com/cs3org/reva/pull/3654 - - kind: changed - description: Update OCM shares to last version of CS3APIs - links: - - name: cs3org/reva#3646 - url: https://github.com/cs3org/reva/pull/3646 - - kind: added - description: Specify recipient as a query param when sending OCM token by email - links: - - name: cs3org/reva#3687 - url: https://github.com/cs3org/reva/pull/3687 - - kind: added - description: Add OCM scope and webdav endpoint - links: - - name: cs3org/reva#3691 - url: https://github.com/cs3org/reva/pull/3691 - - kind: changed - description: Revamp OCM invitation workflow - links: - name: cs3org/reva#3611 url: https://github.com/cs3org/reva/pull/3611 - kind: security From 7aaafb76f601746ef1f6e3a77a4d177fc654457d Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 17 Apr 2023 21:51:13 +0200 Subject: [PATCH 8/9] Minor fix --- revad/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revad/Chart.yaml b/revad/Chart.yaml index f390f39..9fdfcbf 100644 --- a/revad/Chart.yaml +++ b/revad/Chart.yaml @@ -23,7 +23,7 @@ keywords: - sync-and-share annotations: artifacthub.io/changes: | - - kind: changed + - kind: added description: Incorporated support for OCM shares links: - name: cs3org/reva#3692 From 96967dec2f11cf07f0b27124bc202d1851b4bc6f Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 17 Apr 2023 21:51:47 +0200 Subject: [PATCH 9/9] Update revad/values.yaml --- revad/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revad/values.yaml b/revad/values.yaml index 6a95d33..8c682bb 100644 --- a/revad/values.yaml +++ b/revad/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: cs3org/revad - tag: v1.23.0 + tag: v1.24.0 pullPolicy: Always pullSecrets: []