Skip to content

Commit 2f7ea44

Browse files
feat: prepare release 1.0a2 (#199)
* feat: prepare release 1.0a2 * fix: hotfix for bitnami chart * Add wait-for-deployment label to Keycloak,, KeycloakRealmImport * Update to oauth2-proxy helm chart 8.2.1 / oauth2-proxy 7.12.0 (#173) * Update to oauth2-proxy helm chart 8.2.1 / oauth2-proxy 7.12.0 * fix: redis subchart option for oauth2 proxy * fix: redis sub chart config * fix: do not deploy helm hook test or test-success pod * fix: increase timeout for redis subchart --------- Co-authored-by: nleconte-csgroup <[email protected]> * feat: prepare new release --------- Co-authored-by: Vincent Privat <[email protected]> Co-authored-by: Vincent Privat <[email protected]>
1 parent a9fb006 commit 2f7ea44

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313
>- **Fixed** for any bug fixes.
1414
>- **Security** in case of vulnerabilities.
1515
16+
## [1.0a2] - 2025-09-30
17+
18+
### Added
19+
20+
- [PR#183](https://github.com/RS-PYTHON/rs-infra-core/pull/183) : Update CloudNativePG
21+
- [PR#173](https://github.com/RS-PYTHON/rs-infra-core/pull/173) : Update OAuth2 Proxy (bye bye bitnami)
22+
- [PR#195](https://github.com/RS-PYTHON/rs-infra-core/pull/195) : Add S1 ARD processor
23+
24+
### Changed
25+
26+
- [PR#196](https://github.com/RS-PYTHON/rs-infra-core/pull/196) : Allow latest version of Ansible
27+
- Update inventory for prip stations
28+
29+
### Fixed
30+
31+
- [PR#193](https://github.com/RS-PYTHON/rs-infra-core/pull/193) : Add missing depedencies
32+
1633
## [1.0a1] - 2025-08-29
1734

1835
### Added

inventory/sample/host_vars/setup/apps.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@ rs_server_adgs_station: |
156156
# -- ADGS URL
157157
url: http://mockup-station-adgs.processing.svc.cluster.local:8080/Products
158158
159+
rs_server_prip_station: |
160+
s1a:
161+
endpoint:
162+
# -- PRIP station URL
163+
url: http://mockup-prip-s1a.processing.svc.cluster.local:8080/Products
164+
s2b:
165+
endpoint:
166+
# -- PRIP station URL
167+
url: http://mockup-prip-s2b.processing.svc.cluster.local:8080/Products
168+
159169
rs_server_catalog:
160170
database:
161171
host: rs-server-catalog-db.database.svc.cluster.local
@@ -377,14 +387,14 @@ rs_server_station_secrets:
377387
client_id: client_id
378388
client_secret: client_secret
379389
authorization: Basic test
380-
s2a:
390+
s2b:
381391
service:
382392
name: prip
383-
url: http://mockup-prip-s2a.processing.svc.cluster.local:8080
384-
domain: mockup-prip-s2a.processing.svc.cluster.local
393+
url: http://mockup-prip-s2b.processing.svc.cluster.local:8080
394+
domain: mockup-prip-s2b.processing.svc.cluster.local
385395
authentication:
386396
auth_type: oauth2
387-
token_url: http://mockup-prip-s2a.processing.svc.cluster.local:8080/oauth2/token
397+
token_url: http://mockup-prip-s2b.processing.svc.cluster.local:8080/oauth2/token
388398
grant_type: password
389399
scope: null
390400
username: test
@@ -420,6 +430,13 @@ rs_station_mockup:
420430
sgs:
421431
bucketName: rspython-ops-catalog-playground
422432
bucketPath: stations/CADIP/
433+
prip:
434+
s1a:
435+
bucketName: rspython-ops-catalog-playground
436+
bucketPath: stations/PRIP/
437+
s2b:
438+
bucketName: rspython-ops-catalog-playground
439+
bucketPath: stations/PRIP/
423440

424441
rs_osam:
425442
provider:

0 commit comments

Comments
 (0)