From b3b970bf9c0e6c39fa433c57a019a1dbda1d8a6b Mon Sep 17 00:00:00 2001 From: Ian McGinnis <67600557+ian-noaa@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:08:28 -0700 Subject: [PATCH 1/3] Propagate MATS CI changes We want to have consistent image retention times. Additionally, assign dependabot CI updates to myself so I know to merge them. --- .github/dependabot.yml | 2 ++ .github/workflows/build.yml | 2 +- .github/workflows/prune-untagged-images.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62acea9c9..625e02acf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,5 @@ updates: pull-request-branch-name: separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries target-branch: "development" # raise PRs for version updates to GHA against the `development` branch + assignees: + - "ian-noaa" \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9a33e8bb..478cabe1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: "Build" +name: "Build METexpress" on: push: branches: [main, development] diff --git a/.github/workflows/prune-untagged-images.yml b/.github/workflows/prune-untagged-images.yml index a205284d5..1c39e3a03 100644 --- a/.github/workflows/prune-untagged-images.yml +++ b/.github/workflows/prune-untagged-images.yml @@ -26,7 +26,7 @@ jobs: uses: snok/container-retention-policy@v2.1.2 with: image-names: metexpress/development/${{ matrix.app }} - cut-off: 1 day ago MST + cut-off: 1 week ago MST account-type: org org-name: dtcenter untagged-only: true From 0f9972f27b5257f8c18de6f8bc2bcf783681f4a9 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Mon, 22 Jan 2024 11:17:35 -0700 Subject: [PATCH 2/3] Updated release notes for 5.2.2 --- MATScommon | 2 +- docs/Users_Guide/release-notes.rst | 9 ++++----- docs/conf.py | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/MATScommon b/MATScommon index f8879eb7b..237651e45 160000 --- a/MATScommon +++ b/MATScommon @@ -1 +1 @@ -Subproject commit f8879eb7b694cb06875ed677103860223876cd3c +Subproject commit 237651e45435051a942efb40864ec2ba865eb0b9 diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index b749dc5cd..cad8bf948 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,7 +9,7 @@ When applicable, release notes are followed by the GitHub issue number which des enhancement, or new feature (`METexpress GitHub issues `_). Important issues are listed **in bold** for emphasis. -METexpress Version 5.1.2 release notes (20230915) +METexpress Version 5.2.2 release notes (20240126) ------------------------------------------------- .. dropdown:: Repository, build, and test @@ -22,16 +22,15 @@ METexpress Version 5.1.2 release notes (20230915) .. dropdown:: Bugfixes - * Fixed bug causing rainbow performance diagrams. - * Fixed bug causing pop-out windows to not open in apps whose names contain a slash. + * Improved handling of datestrings. .. dropdown:: Enhancements - * None. + * Updated all apps to Meteor v2.14. .. dropdown:: Miscellaneous - * METexpress app container size is no longer huge. + * None METexpress Upgrade Instructions =============================== diff --git a/docs/conf.py b/docs/conf.py index ea99328d3..7cfda2de0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,6 @@ # To rotate this list of authors for each official release, # move the first author to the end of the list CURRENT_AUTHORS = [ - 'Bonny Strong', 'Matthew Wandishin', 'Molly Smith', 'Randy Pierce' @@ -33,6 +32,7 @@ 'Natalie Babij', 'Ian McGinnis', 'Gopa Padmanabhan', + 'Bonny Strong', ] # list of former contributors who are no longer involved with the project @@ -61,13 +61,13 @@ author_list = ', '.join(formatted_authors) # The stable version, displayed on the front page of the PDF -version = '5.2.1' +version = '5.2.2' verinfo = version # The full version, including alpha/beta/rc tags release = f'{version}' release_year = '2024' -release_date = f'{release_year}0112' +release_date = f'{release_year}0126' copyright = f'{release_year}, {author}' release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y') From 79e0145717445f2b28dd8a68492cd295d2fb1586 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Mon, 22 Jan 2024 11:31:17 -0700 Subject: [PATCH 3/3] RESET RELEASE NOTES --- MATScommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MATScommon b/MATScommon index 237651e45..85b8ceac1 160000 --- a/MATScommon +++ b/MATScommon @@ -1 +1 @@ -Subproject commit 237651e45435051a942efb40864ec2ba865eb0b9 +Subproject commit 85b8ceac1421aa50ee2e31202fc4ae427ea100d1