Skip to content

Commit 45a956d

Browse files
authored
CHANGES: document reasoning for pulling in new Thredds v5, even with minor issues (#486)
## Overview Document reasoning for pulling in new Thredds v5, even with minor issues in previous PR #413. ## CI Operations <!-- The test suite can be run using a different DACCS config with ``birdhouse_daccs_configs_branch: branch_name`` in the PR description. To globally skip the test suite regardless of the commit message use ``birdhouse_skip_ci`` set to ``true`` in the PR description. Using ``[<cmd>]`` (with the brackets) where ``<cmd> = skip ci`` in the commit message will override ``birdhouse_skip_ci`` from the PR description. Such commit command can be used to override the PR description behavior for a specific commit update. However, a commit message cannot 'force run' a PR which the description turns off the CI. To run the CI, the PR should instead be updated with a ``true`` value, and a running message can be posted in following PR comments to trigger tests once again. --> birdhouse_daccs_configs_branch: master birdhouse_skip_ci: false
2 parents 16b12e4 + 31221b7 commit 45a956d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGES.md

+17
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,23 @@
2626

2727
Unidata has dropped support for TDS versions < 5.x. This updates Thredds to version 5.5.
2828

29+
This Thredds v5 actually have 2 minors issues
30+
* Magpie Allow or Deny exception under top-level Allow or Deny do not work on NCSS only,
31+
see [Ouranosinc/Magpie#633](https://github.com/Ouranosinc/Magpie/issues/633).
32+
* Performance problem with WMS only, see [Unidata/tds#406](https://github.com/Unidata/tds/issues/406).
33+
34+
They are considered minor and not blocking the release because
35+
* Magpie top-level Allow or Deny still work across the board,
36+
exception under top-level also works across the board,
37+
except for NCSS only and NCSS is not widely used.
38+
* WMS is not widely used, similar to NCSS.
39+
40+
Other features from this newer Thredds
41+
* Security fixes (newer Tomcat) and if there is a critical vulnerability,
42+
we won't be able to stay on v4 series because it is not even available on
43+
DockerHub anymore as Unidata has dropped support.
44+
* New experimental Zarr support.
45+
2946

3047
[2.6.2](https://github.com/bird-house/birdhouse-deploy/tree/2.6.2) (2024-12-03)
3148
------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)