From 3cfeb643284b24ff62edc4ecfdb30e5b5bfc83dd Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Mon, 9 Jun 2025 10:12:17 -0700 Subject: [PATCH 1/4] Rolled base version to 1.6.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8e03717..ce6a70b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.6.0 \ No newline at end of file From 446d04b48abeb1623cf5c129a782e385f8d2477c Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Mon, 9 Jun 2025 10:12:29 -0700 Subject: [PATCH 2/4] Updated changelog for v1.6.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7792689..f49c335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unversioned] +## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security +## [v1.6.0] ### Added ### Changed - Python 3.11 is now the base version instead of 3.8 From f24d97cf7ac1c8f2b3afb4cffa4820144df235fe Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Mon, 9 Jun 2025 11:24:39 -0700 Subject: [PATCH 3/4] Fix for triggering of detect-secrets.yaml workflow --- .github/workflows/detect-secrets.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/detect-secrets.yaml b/.github/workflows/detect-secrets.yaml index 13ae3f6..742476e 100644 --- a/.github/workflows/detect-secrets.yaml +++ b/.github/workflows/detect-secrets.yaml @@ -1,10 +1,12 @@ name: "Secret Detection" on: push: - branches: [main] + branches: + - "**" pull_request: # The branches below must be a subset of the branches above - branches: [main] + branches: + - "**" jobs: secret-detection: From 3e12d894d4befe9d06fdb293dc6a5080e7f81585 Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Tue, 19 Aug 2025 13:20:47 -0700 Subject: [PATCH 4/4] Bumped cf-units version to 3.3.0 to fix license issue during container build --- requirements-checkers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-checkers.txt b/requirements-checkers.txt index 726bc4e..84bedd1 100644 --- a/requirements-checkers.txt +++ b/requirements-checkers.txt @@ -1,7 +1,7 @@ arrow==0.14.0 pyproj==3.7.1 OWSlib==0.28.1 -cf-units==3.0.0 +cf-units==3.3.0 compliance-checker==5.3.0 urllib3==1.26.19 setuptools==78.1.1