File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 9.11.4] - 2025-04-23
9
+ ### Fixed
10
+ - [ #569 ] ( https://github.com/unity-sds/unity-data-services/pull/569 ) fix: healthcheck update
11
+
8
12
## [ 9.11.3] - 2025-04-21
9
13
### Fixed
10
14
- [ #565 ] ( https://github.com/unity-sds/unity-data-services/pull/565 ) fix: data service version endpoint
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "cumulus_lambda_functions" ,
15
- version = "9.11.3 " ,
15
+ version = "9.11.4 " ,
16
16
packages = find_packages (),
17
17
install_requires = install_requires ,
18
18
package_data = {
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ resource "aws_ssm_parameter" "health_check_value" {
182
182
tier = " Advanced"
183
183
value = jsonencode ({
184
184
healthCheckUrl = " ${ var . uds_base_url } /${ var . dapa_api_prefix } /collections" ,
185
- landingPageUrl = " ${ var . unity_ui_base_url } /data/misc/stac_entry " ,
185
+ landingPageUrl = " ${ var . unity_ui_base_url } /data/stac_browser/ " ,
186
186
componentName = " Data Catalog" ,
187
187
})
188
188
tags = var. tags
You can’t perform that action at this time.
0 commit comments