Update M23 Release Notes authored by Brian's avatar Brian
...@@ -398,7 +398,7 @@ TBA ...@@ -398,7 +398,7 @@ TBA
- Migration Java 17. See MR [!264](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/well-delivery/well-delivery/-/merge_requests/264) by (@Stanislav_Riabokon) - Migration Java 17. See MR [!264](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/well-delivery/well-delivery/-/merge_requests/264) by (@Stanislav_Riabokon)
- Use full URL instead of relative path. See MR [!256](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/well-delivery/well-delivery/-/merge_requests/256) by (@lach) - Use full URL instead of relative path. See MR [!256](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/well-delivery/well-delivery/-/merge_requests/256) by (@lach)
### Geospatial Consumption Zone (GCZ) ### Geospatial Consumption Zone (GCZ) - General
* Upgrade Transformer codebase to JDK17 to comply with [OSDU Java 17 Migration](https://community.opengroup.org/groups/osdu/platform/-/epics/17 "Java 17 migration") - [!182](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/182 "Update jdk17") * Upgrade Transformer codebase to JDK17 to comply with [OSDU Java 17 Migration](https://community.opengroup.org/groups/osdu/platform/-/epics/17 "Java 17 migration") - [!182](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/182 "Update jdk17")
* Added `.bat` and `.sh` scripts to simplify running the GCZ's transformer in a local installation * Added `.bat` and `.sh` scripts to simplify running the GCZ's transformer in a local installation
...@@ -416,6 +416,30 @@ TBA ...@@ -416,6 +416,30 @@ TBA
* Part of a new suite of upcoming Ambassador endpoints which support and streamline GCZ Configuration tasks * Part of a new suite of upcoming Ambassador endpoints which support and streamline GCZ Configuration tasks
* [Service detailed here](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/deployment/pre_deployment_config.md#ambassador-configuration-utility) * [Service detailed here](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/deployment/pre_deployment_config.md#ambassador-configuration-utility)
### Geospatial Consumption Zone (GCZ) - Deployment Support
* CI/CD Support for Azure - [!170](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/170 "[MSCOSDU-1829] Add CI-CD support for azure")
* Standardized Helm Charts
* Azure CI Jobs
* Azure Documentation for manual helm chart installation
* Automate .tgz artifacts to streamline offline installations of GCZ - [!179](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/179 "Automate the creation of a .tgz artifact for GCZ Provider")
* Azure Helm Chart updates to support Preship - [!185](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/185 "azure helm chart changes to support preship") and - [!187](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/187 "Update istio-virtual-service-preship.yaml")
* AWS OSDU Core lib update - [!191](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/191 "Update lib")
* AWS - Update Readme following Java17 update - [!186](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/186 "AWS - Update Readme following Java 17 update")
* AWS - Upgrade AWS dockerimage for provider to use Node18 as base image - [!195](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/195 "Upgrade AWS dockerimage for provider to user Node 18 as base image")
* AWS - Fix Transformer launch after lib upgrades - [!198](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/198 "AWS - Fix Transformer launch after lib upgrades")
* AWS - Fix Provider routing to correct partition - [!200](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/200 "AWS - Fix Provider routing to correct partition")
* AWS - Set Spring Security version to upgrade AWS Core lib to 0.26 - [!203](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/203 "AWS - Set Spring security version to upgrade AWS Core lib to 0.26")
### Geospatial Consumption Zone (GCZ) - Documentation
* Improved steps for Remote Profile setup in Windows VM - [!172](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/172 "Added steps for Remote profile on Windows VM")
* Create document on GCZ Security Patterns - [!181](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/181 'Resolve "Documentation - Create Documents for GCZ Security Pattern"')
* [See document here](https://community.opengroup.org/osdu/platform/consudmption/geospatial/-/blob/master/docs/security/gcz-security-considerations.md)
* Add guidance for GCZ installation to offline/disconnected environments - [!190](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/190 'Resolve "Documentation - Add guidance for GCZ installation to offline environments"')
* New pipelines introduced which bundle GCZ and greatly reduce steps needed to prepare GCZ as deliverable
* [Streamlined installation steps here](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/deployment/offline_deployment_guide.md)
## Known Issues/Gaps ## Known Issues/Gaps
- Refer [here](https://community.opengroup.org/osdu/pre-shipping/-/issues?label_name%5B%5D=M23) for a list of known pre-shipping testing issues. - Refer [here](https://community.opengroup.org/osdu/pre-shipping/-/issues?label_name%5B%5D=M23) for a list of known pre-shipping testing issues.
... ...
......