Skip to content

Commit dd62021

Browse files
authored
chore: prepare for release 0.2.0 (#66)
1 parent e1ba8b5 commit dd62021

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

helm/stac-fastapi-eodag/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: APACHE-2.0
33

44
apiVersion: v2
5-
appVersion: 0.1.0
5+
appVersion: 0.2.0
66
dependencies:
77
- name: common
88
repository: oci://registry-1.docker.io/bitnamicharts
@@ -24,4 +24,4 @@ name: stac-fastapi-eodag
2424
sources:
2525
- https://github.com/CS-SI/stac-fastapi-eodag
2626
type: application
27-
version: 0.1.0
27+
version: 0.2.0

helm/stac-fastapi-eodag/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ keepOriginUrl: false
206206
image:
207207
registry: ghcr.io
208208
repository: cs-si/stac-fastapi-eodag
209-
tag: "v0.1.0-eodag-3.10.0"
209+
tag: "v0.2.0-eodag-3.10.0"
210210
digest: ""
211211
## Specify a imagePullPolicy
212212
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac_fastapi.eodag"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A stac-fastapi backend using EODAG"
55
readme = "README.md"
66
authors = [{ name = "CS GROUP - France (CSSI)", email = "eodag@csgroup.space" }]

0 commit comments

Comments
 (0)