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

revad: release version v1.24.0 with all the OCM new features #51

Merged
merged 10 commits into from
May 11, 2023
Merged
72 changes: 66 additions & 6 deletions revad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.0
kubeVersion: '>= 1.19.0-0'
icon: https://reva.link/logo.svg
home: https://reva.link
Expand All @@ -24,10 +24,70 @@ keywords:
annotations:
artifacthub.io/changes: |
- kind: changed
glpatcern marked this conversation as resolved.
Show resolved Hide resolved
description: Bump revad version to v.1.21.0
description: Incorporated support for OCM shares
links:
- name: cs3org/reva#3524
url: https://github.com/cs3org/reva/pull/3524
- 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:
glpatcern marked this conversation as resolved.
Show resolved Hide resolved
- 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#3703
url: https://github.com/cs3org/reva/pull/3703
artifacthub.io/images: |
- name: revad
image: cs3org/revad:v1.21.0
image: cs3org/revad:v1.24.0
2 changes: 1 addition & 1 deletion revad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.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` |
Expand Down
2 changes: 1 addition & 1 deletion revad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: cs3org/revad
tag: v1.21.0
tag: v1.23.0
glpatcern marked this conversation as resolved.
Show resolved Hide resolved
pullPolicy: Always
pullSecrets:
[]
Expand Down