Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feat-rspy342/persi…
Browse files Browse the repository at this point in the history
…st-staging-jobs
  • Loading branch information
jgaucher-cs committed Nov 27, 2024
2 parents fc8bfc9 + 39422cd commit 4536958
Show file tree
Hide file tree
Showing 26 changed files with 342 additions and 311 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,32 @@ 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.2a6] - 2024-07-11
## [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)).
### Added

- rs-server-adgs
- name to the queryable
- adgs2 mockup station in the conf
- RSPY-131 : rs-server-pagination

### Changed

- Set value of `context` to on in pgstac_settings (needed for pagination)
- rs-server-cadip : Sort is now by `PublicationDate`
- RSPY-450 : Update pgstac to 0.8.6
- bump docker image's tag

### Fixed

- Identation and removed useless quotes in multiple config files
- RSPY-518 : Staging not integrated with Tempo
- Missing CORS header for stac browser
- RSPY-531 : Add Catalog obs environment variable to be configurable

## [0.2a6] - 2024-11-07

### Added

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-a6post1](https://img.shields.io/badge/Version-0.0.2--a6post1-informational?style=flat-square) ![AppVersion: v0.2a6post1](https://img.shields.io/badge/AppVersion-v0.2a6post1-informational?style=flat-square)
![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)

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:9604012b04cb7f5af403b5a91f0d316f44902f01f3d4fb81857b5d5d5288be30"` | Image version, can be a tag or a digest |
| image.version | string | `"sha256:23d916e20f53ee7300776c8cb25091b7891a72b6bf80a5a0f324cc241d2a8c56"` | 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:9604012b04cb7f5af403b5a91f0d316f44902f01f3d4fb81857b5d5d5288be30
version: sha256:23d916e20f53ee7300776c8cb25091b7891a72b6bf80a5a0f324cc241d2a8c56
# -- 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-a6post1](https://img.shields.io/badge/Version-0.0.2--a6post1-informational?style=flat-square) ![AppVersion: v0.2a6post1](https://img.shields.io/badge/AppVersion-v0.2a6post1-informational?style=flat-square)
![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)

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:25e34afb12145c4748fa315e901359a2a271a4cb54027b1a6e585224612d0106"` | Image version, can be a tag or a digest |
| image.version | string | `"sha256:2726e4da2a548aefc648235a9a52c0936633098d2fedd689d1ab39658d24cafc"` | 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:25e34afb12145c4748fa315e901359a2a271a4cb54027b1a6e585224612d0106
version: sha256:2726e4da2a548aefc648235a9a52c0936633098d2fedd689d1ab39658d24cafc
# -- 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-a6post1](https://img.shields.io/badge/Version-0.0.2--a6post1-informational?style=flat-square) ![AppVersion: v0.2a6post1](https://img.shields.io/badge/AppVersion-v0.2a6post1-informational?style=flat-square)
![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)

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:c5969ba8420f39c90125a527bd9eb79723b6129fbf7859c54fcfea98271b848e"` | Image version, can be a tag or a digest |
| image.version | string | `"sha256:4831636c5adfee6cfc809bdeb25e361e084ddeb49e3aaaacca54a1b7be2137a9"` | 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
Loading

0 comments on commit 4536958

Please sign in to comment.