Skip to content

Commit 1a3e5cd

Browse files
committed
Merge branch 'develop' of github.com:unity-sds/unity-data-services into case-insensitive
2 parents 21c6935 + 1888087 commit 1a3e5cd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
812
## [9.11.3] - 2025-04-21
913
### Fixed
1014
- [#565](https://github.com/unity-sds/unity-data-services/pull/565) fix: data service version endpoint

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="cumulus_lambda_functions",
15-
version="9.11.3",
15+
version="9.11.4",
1616
packages=find_packages(),
1717
install_requires=install_requires,
1818
package_data={

tf-module/unity-cumulus/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ resource "aws_ssm_parameter" "health_check_value" {
182182
tier = "Advanced"
183183
value = jsonencode({
184184
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/",
186186
componentName = "Data Catalog",
187187
})
188188
tags = var.tags

0 commit comments

Comments
 (0)