diff --git a/config/deny_gms_branches_dev.lst b/config/deny_gms_branches_dev.lst index 01f9084a4..6fea451b0 100644 --- a/config/deny_gms_branches_dev.lst +++ b/config/deny_gms_branches_dev.lst @@ -35,7 +35,7 @@ flows_points_pixels_{}.gpkg gw_catchments_pixels_{}.tif gw_catchments_reaches_{}.gpkg gw_catchments_reaches_{}.tif -#gw_catchments_reaches_filtered_addedAttributes_{}.gpkg +gw_catchments_reaches_filtered_addedAttributes_{}.gpkg #gw_catchments_reaches_filtered_addedAttributes_{}.tif #gw_catchments_reaches_filtered_addedAttributes_crosswalked_{}.gpkg headwaters_{}.tif diff --git a/config/deny_gms_branches_prod.lst b/config/deny_gms_branches_prod.lst index ca8b460e5..4b9e17d61 100644 --- a/config/deny_gms_branches_prod.lst +++ b/config/deny_gms_branches_prod.lst @@ -35,7 +35,7 @@ flows_points_pixels_{}.gpkg gw_catchments_pixels_{}.tif gw_catchments_reaches_{}.gpkg gw_catchments_reaches_{}.tif -#gw_catchments_reaches_filtered_addedAttributes_{}.gpkg +gw_catchments_reaches_filtered_addedAttributes_{}.gpkg #gw_catchments_reaches_filtered_addedAttributes_{}.tif #gw_catchments_reaches_filtered_addedAttributes_crosswalked_{}.gpkg headwaters_{}.tif diff --git a/config/deny_gms_unit_prod.lst b/config/deny_gms_unit_prod.lst index faeb3b092..5fc4b75b3 100644 --- a/config/deny_gms_unit_prod.lst +++ b/config/deny_gms_unit_prod.lst @@ -1,6 +1,6 @@ # List of files for gms branches to delete # Use comment to allow list the file -NHDPlusBurnLineEvent_subset.gpkg +NHPlusBurnLineEvent_subset.gpkg #branch_id.lst #branch_polygons.gpkg #LandSea_subset.gpkg @@ -20,3 +20,4 @@ nwm_headwaters.gpkg #wbd.gpkg #wbd8_clp.gpkg wbd_buffered.gpkg +#wbd_buffered_streams.gpkg diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5c11ac681..5f98017e0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,17 @@ All notable changes to this project will be documented in this file. We follow the [Semantic Versioning 2.0.0](http://semver.org/) format. +## v4.0.12.1 - 2022-11-30 - [PR #751](https://github.com/NOAA-OWP/inundation-mapping/pull/751) + +Updating a few deny list files. + +### Changes + +- `config`: + - `deny_gms_branches_dev.lst`, `deny_gms_branches_prod.lst`, and `deny_gms_unit_prod.lst` + +

+ ## v4.0.11.5 - 2022-11-18 - [PR #746](https://github.com/NOAA-OWP/inundation-mapping/pull/746)