Skip to content

Commit

Permalink
Prepare release 02a8 (#82)
Browse files Browse the repository at this point in the history
* docs: update changelog

* feat: bump docker image tag

* docs: update changelog

* update Helm documentation

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nleconte-csgroup and github-actions[bot] authored Dec 13, 2024
1 parent 0daa119 commit 9b681a6
Show file tree
Hide file tree
Showing 22 changed files with 52 additions and 30 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
>- **Fixed** for any bug fixes.
>- **Security** in case of vulnerabilities.
## [0.2a8] - 2024-12-12

> :warning: **BREAKING** : After [PR RS-PYTHON/rs-server#688](https://github.com/RS-PYTHON/rs-server/pull/688) configuration files should only be edited from the templates rs-server repository ([search link](https://github.com/search?q=repo%3ARS-PYTHON%2Frs-server+path%3Aservices%2F*%2Fconfig%2F*template*.yaml&type=code)).
### Added

- RSPY-342 : Persist staging jobs in a postgresql database (needs pygeoapi 0.18)
- RSPY-556 : Low performance of CADIP/AUXIP searches
- RSPY-527 : Securely support redirections when downloading a CADIP/AUXIP file

### Changed

- rs-server-station-secrets: Parameter client_secret should be optional
- use lowercase checksum from eodag
- bump docker image tags

### Fixed

- RSPY-555 : [RS-SERVER-ADGS] Collection configuration not modifiable with configmap update
- RSPY-558 : Affinity and Toleration configuration for rs-server-cadip and rs-server-adgs
- RSPY-511 : Search pagination from multiple CADIP/AUXIP stations

## [0.2a7] - 2024-11-22

> :warning: **BREAKING** : After [PR RS-PYTHON/rs-server#688](https://github.com/RS-PYTHON/rs-server/pull/688) configuration files should only be edited from the templates rs-server repository ([search link](https://github.com/search?q=repo%3ARS-PYTHON%2Frs-server+path%3Aservices%2F*%2Fconfig%2F*template*.yaml&type=code)).
Expand Down
4 changes: 2 additions & 2 deletions charts/mockup-processor-dpr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mockup-processor-dpr

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

MOCKUP PROCESSOR DPR

Expand All @@ -19,7 +19,7 @@ MOCKUP PROCESSOR DPR
| image.name | string | `"rs-testmeans_dpr-processor-mock"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"sha256:23d916e20f53ee7300776c8cb25091b7891a72b6bf80a5a0f324cc241d2a8c56"` | Image version, can be a tag or a digest |
| image.version | string | `"sha256:463050574f598a802f1d7205cfb1e347eca1a038d570ab88aff5aa5068953fcf"` | Image version, can be a tag or a digest |
| namespace | string | `"processing"` | Namespace for the deployment |
| obs.endpoint | string | `"http://minio.minio.svc.cluster.local:9000"` | URL of the object storage service endpoint |
| obs.region | string | `"sbg"` | Region of the object storage service |
Expand Down
2 changes: 1 addition & 1 deletion charts/mockup-processor-dpr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ image:
# -- Image name
name: rs-testmeans_dpr-processor-mock
# -- Image version, can be a tag or a digest
version: sha256:23d916e20f53ee7300776c8cb25091b7891a72b6bf80a5a0f324cc241d2a8c56
version: sha256:463050574f598a802f1d7205cfb1e347eca1a038d570ab88aff5aa5068953fcf
# -- Image pull policy
PullPolicy: IfNotPresent
#imagePullSecrets: regcred
Expand Down
4 changes: 2 additions & 2 deletions charts/mockup-station-adgs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mockup-station-adgs

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

MOCKUP STATION ADGS

Expand All @@ -24,7 +24,7 @@ MOCKUP STATION ADGS
| image.name | string | `"rs-testmeans_adgs-station-mock"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"sha256:2726e4da2a548aefc648235a9a52c0936633098d2fedd689d1ab39658d24cafc"` | Image version, can be a tag or a digest |
| image.version | string | `"sha256:d937631e96ac37a7388d2a75a4a6df415b068b82a746f1b64c52e4a6fbda8f8b"` | Image version, can be a tag or a digest |
| namespace | string | `"processing"` | Namespace for the deployment |
| probe.liveness.initialDelaySeconds | int | `30` | InitialDelaySeconds for the liveness probe |
| probe.liveness.path | string | `"/health"` | Path for the liveness probe |
Expand Down
2 changes: 1 addition & 1 deletion charts/mockup-station-adgs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ image:
# -- Image name
name: rs-testmeans_adgs-station-mock
# -- Image version, can be a tag or a digest
version: sha256:2726e4da2a548aefc648235a9a52c0936633098d2fedd689d1ab39658d24cafc
version: sha256:d937631e96ac37a7388d2a75a4a6df415b068b82a746f1b64c52e4a6fbda8f8b
# -- Image pull policy
PullPolicy: Always
#imagePullSecrets: regcred
Expand Down
4 changes: 2 additions & 2 deletions charts/mockup-station-cadip/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mockup-station-cadip

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

MOCKUP STATION CADIP

Expand Down Expand Up @@ -28,7 +28,7 @@ MOCKUP STATION CADIP
| image.name | string | `"rs-testmeans_cadip-station-mock"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"sha256:4831636c5adfee6cfc809bdeb25e361e084ddeb49e3aaaacca54a1b7be2137a9"` | Image version, can be a tag or a digest |
| image.version | string | `"sha256:9d7e1eb7daf5e3ff4a0ac3a68ad1fe6f685be76112215eebb40694d623a96b73"` | Image version, can be a tag or a digest |
| namespace | string | `"processing"` | Namespace for the deployment |
| probe.liveness.initialDelaySeconds | int | `30` | InitialDelaySeconds for the liveness probe |
| probe.liveness.path | string | `"/health"` | Path for the liveness probe |
Expand Down
2 changes: 1 addition & 1 deletion charts/mockup-station-cadip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ image:
# -- Image name
name: rs-testmeans_cadip-station-mock
# -- Image version, can be a tag or a digest
version: sha256:4831636c5adfee6cfc809bdeb25e361e084ddeb49e3aaaacca54a1b7be2137a9
version: sha256:9d7e1eb7daf5e3ff4a0ac3a68ad1fe6f685be76112215eebb40694d623a96b73
# -- Image pull policy
PullPolicy: Always
#imagePullSecrets: regcred
Expand Down
4 changes: 2 additions & 2 deletions charts/mockup-station-lta/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mockup-station-lta

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

MOCKUP STATION LTA

Expand All @@ -24,7 +24,7 @@ MOCKUP STATION LTA
| image.name | string | `"rs-testmeans_lta-station-mock"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"sha256:bb525c9ac981358fb483ac0db9543496b8c1add84664faa88885d3d80e97d978"` | Image version, can be a tag or a digest |
| image.version | string | `"sha256:e0a829417f5a1d7591e564b9bb286ebf91e0cceb34b0e041241596168687263c"` | Image version, can be a tag or a digest |
| namespace | string | `"processing"` | Namespace for the deployment |
| probe.liveness.initialDelaySeconds | int | `30` | InitialDelaySeconds for the liveness probe |
| probe.liveness.path | string | `"/health"` | Path for the liveness probe |
Expand Down
2 changes: 1 addition & 1 deletion charts/mockup-station-lta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ image:
# -- Image name
name: rs-testmeans_lta-station-mock
# -- Image version, can be a tag or a digest
version: sha256:bb525c9ac981358fb483ac0db9543496b8c1add84664faa88885d3d80e97d978
version: sha256:e0a829417f5a1d7591e564b9bb286ebf91e0cceb34b0e041241596168687263c
# -- Image pull policy
PullPolicy: Always
#imagePullSecrets: regcred
Expand Down
4 changes: 2 additions & 2 deletions charts/rs-server-adgs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-server-adgs

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

RS SERVER ADGS

Expand Down Expand Up @@ -35,7 +35,7 @@ RS SERVER ADGS
| image.name | string | `"rs-server-adgs"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"0.2a7"` | Image version, can be a tag or a digest |
| image.version | string | `"0.2a8"` | Image version, can be a tag or a digest |
| ingress.enabled | bool | `true` | Enabled/Disable ingress |
| ingress.host | string | `"subdomain.example.com"` | Ingress host name |
| ingress.issuer.name | string | `"letsencrypt-prod"` | Ingress Issuer name |
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-adgs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ image:
# -- Image name
name: rs-server-adgs
# -- Image version, can be a tag or a digest
version: 0.2a7
version: 0.2a8
# -- Image pull policy
PullPolicy: IfNotPresent
#imagePullSecrets: regcred
Expand Down
4 changes: 2 additions & 2 deletions charts/rs-server-cadip/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-server-cadip

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

RS SERVER CADIP

Expand Down Expand Up @@ -34,7 +34,7 @@ RS SERVER CADIP
| image.name | string | `"rs-server-cadip"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"0.2a7"` | Image version, can be a tag or a digest |
| image.version | string | `"0.2a8"` | Image version, can be a tag or a digest |
| ingress.enabled | bool | `true` | Enabled/Disable ingress |
| ingress.host | string | `"subdomain.example.com"` | Ingress host name |
| ingress.issuer.name | string | `"letsencrypt-prod"` | Ingress Issuer name |
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-cadip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ image:
# -- Image name
name: rs-server-cadip
# -- Image version, can be a tag or a digest
version: 0.2a7
version: 0.2a8
# -- Image pull policy
PullPolicy: IfNotPresent
#imagePullSecrets: regcred
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-catalog-db/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-server-catalog-db

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

RS SERVER CATALOG DB

Expand Down
4 changes: 2 additions & 2 deletions charts/rs-server-catalog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-server-catalog

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

RS SERVER CATALOG

Expand Down Expand Up @@ -31,7 +31,7 @@ RS SERVER CATALOG
| image.name | string | `"rs-server-catalog"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"0.2a7"` | Image version, can be a tag or a digest |
| image.version | string | `"0.2a8"` | Image version, can be a tag or a digest |
| ingress.enabled | bool | `true` | Enabled/Disable ingress |
| ingress.host | string | `"subdomain.example.com"` | Ingress host name |
| ingress.issuer.name | string | `"letsencrypt-prod"` | Ingress Issuer name |
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ image:
# -- Image name
name: rs-server-catalog
# -- Image version, can be a tag or a digest
version: 0.2a7
version: 0.2a8
# -- Image pull policy
PullPolicy: IfNotPresent
#imagePullSecrets: regcred
Expand Down
4 changes: 2 additions & 2 deletions charts/rs-server-frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-server-frontend

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

RS SERVER FRONTEND

Expand All @@ -22,7 +22,7 @@ RS SERVER FRONTEND
| image.name | string | `"rs-server-frontend"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"0.2a7"` | Image version, can be a tag or a digest |
| image.version | string | `"0.2a8"` | Image version, can be a tag or a digest |
| ingress.enabled | bool | `true` | Enabled/Disable ingress |
| ingress.host | string | `"subdomain.example.com"` | Ingress host name |
| ingress.issuer.name | string | `"letsencrypt-prod"` | Ingress Issuer name |
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ image:
# -- Image name
name: rs-server-frontend
# -- Image version, can be a tag or a digest
version: 0.2a7
version: 0.2a8
# -- Image pull policy
PullPolicy: IfNotPresent
#imagePullSecrets: regcred
Expand Down
4 changes: 2 additions & 2 deletions charts/rs-server-staging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-server-staging

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

RS SERVER STAGING

Expand Down Expand Up @@ -35,7 +35,7 @@ RS SERVER STAGING
| image.name | string | `"rs-server-staging"` | Image name |
| image.registry | string | `"ghcr.io"` | Image registry |
| image.repository | string | `"rs-python"` | Image repository |
| image.version | string | `"0.2a7"` | Image version, can be a tag or a digest |
| image.version | string | `"0.2a8"` | Image version, can be a tag or a digest |
| ingress.enabled | bool | `true` | Enabled/Disable ingress |
| ingress.host | string | `"subdomain.example.com"` | Ingress host name |
| ingress.issuer.name | string | `"letsencrypt-prod"` | Ingress Issuer name |
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-staging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ image:
# -- Image name
name: rs-server-staging
# -- Image version, can be a tag or a digest
version: 0.2a7
version: 0.2a8
# -- Image pull policy
PullPolicy: IfNotPresent
#imagePullSecrets: regcred
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-station-secrets/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-server-station-secrets

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

RS SERVER STATION SECRETS

Expand Down
2 changes: 1 addition & 1 deletion charts/stac-browser/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stac-browser

![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square)
![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square)

STAC BROWSER

Expand Down

0 comments on commit 9b681a6

Please sign in to comment.