From b7c6dbff78957e5af2430154923aa83131e49d92 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Mon, 3 Jun 2024 00:12:24 -0500 Subject: [PATCH 1/2] bumped readthedocs resource versions --- .readthedocs.yaml | 2 +- docs/CHANGELOG.md | 21 +++++++++++++++++++ docs/requirements.txt | 8 +++---- .../Resources/Read_the_Docs/.readthedocs.yaml | 2 +- .../Read_the_Docs/material/requirements.txt | 8 +++---- .../readthedocs/requirements.txt | 4 ++-- 6 files changed, 33 insertions(+), 12 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 76d1c23..c225e8f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.12" mkdocs: configuration: mkdocs.yml diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fae19a6..34af53b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,27 @@ 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). +## [2.12.0] + +- Catesta template module changes + - readthedocs updates: + - Updated `requirements.txt` + - `jinja2 3.0.3` to `jinja2 3.1.4` + - `mkdocs 1.4.2` to `mkdocs 1.6.0` + - `mkdocs-material 9.0.12` to `mkdocs-material 9.5.25` + - `pygments 2.14.0` to `pygments 2.18.0` + - Updated `.readthedocs.yaml` + - `python 3.11` to `python 3.12` +- Catesta primary module changes + - readthedocs updates: + - Updated `requirements.txt` + - `jinja2 3.0.3` to `jinja2 3.1.4` + - `mkdocs 1.4.2` to `mkdocs 1.6.0` + - `mkdocs-material 9.0.12` to `mkdocs-material 9.5.25` + - `pygments 2.14.0` to `pygments 2.18.0` + - Updated `.readthedocs.yaml` + - `python 3.11` to `python 3.12` + ## [2.11.0] - Catesta template module changes diff --git a/docs/requirements.txt b/docs/requirements.txt index bfd87b3..14ae1fd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # https://github.com/readthedocs-examples/example-mkdocs-basic/blob/main/docs/requirements.txt # requirements.txt -jinja2==3.0.3 -mkdocs>=1.4.2 -mkdocs-material==9.0.12 #https://github.com/squidfunk/mkdocs-material -pygments>=2.14.0 +jinja2==3.1.4 #https://pypi.org/project/Jinja2/ +mkdocs>=1.6.0 #https://github.com/mkdocs/mkdocs +mkdocs-material==9.5.25 #https://github.com/squidfunk/mkdocs-material +pygments>=2.18.0 #https://pypi.org/project/Pygments/ # mdx_truly_sane_lists diff --git a/src/Catesta/Resources/Read_the_Docs/.readthedocs.yaml b/src/Catesta/Resources/Read_the_Docs/.readthedocs.yaml index 76d1c23..c225e8f 100644 --- a/src/Catesta/Resources/Read_the_Docs/.readthedocs.yaml +++ b/src/Catesta/Resources/Read_the_Docs/.readthedocs.yaml @@ -10,7 +10,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.12" mkdocs: configuration: mkdocs.yml diff --git a/src/Catesta/Resources/Read_the_Docs/material/requirements.txt b/src/Catesta/Resources/Read_the_Docs/material/requirements.txt index d1f2c7f..14ae1fd 100644 --- a/src/Catesta/Resources/Read_the_Docs/material/requirements.txt +++ b/src/Catesta/Resources/Read_the_Docs/material/requirements.txt @@ -1,7 +1,7 @@ # https://github.com/readthedocs-examples/example-mkdocs-basic/blob/main/docs/requirements.txt # requirements.txt -jinja2==3.0.3 -mkdocs>=1.4.2 -mkdocs-material>=9.0.12 #https://github.com/squidfunk/mkdocs-material -pygments>=2.14.0 +jinja2==3.1.4 #https://pypi.org/project/Jinja2/ +mkdocs>=1.6.0 #https://github.com/mkdocs/mkdocs +mkdocs-material==9.5.25 #https://github.com/squidfunk/mkdocs-material +pygments>=2.18.0 #https://pypi.org/project/Pygments/ # mdx_truly_sane_lists diff --git a/src/Catesta/Resources/Read_the_Docs/readthedocs/requirements.txt b/src/Catesta/Resources/Read_the_Docs/readthedocs/requirements.txt index cb09290..f460e66 100644 --- a/src/Catesta/Resources/Read_the_Docs/readthedocs/requirements.txt +++ b/src/Catesta/Resources/Read_the_Docs/readthedocs/requirements.txt @@ -1,4 +1,4 @@ # https://github.com/readthedocs-examples/example-mkdocs-basic/blob/main/docs/requirements.txt # requirements.txt -jinja2==3.0.3 -mkdocs>=1.4.2 +jinja2==3.1.4 #https://pypi.org/project/Jinja2/ +mkdocs>=1.6.0 #https://github.com/mkdocs/mkdocs From 776ae0b11567bf1cc6fe412686e6f446ebe95905 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Mon, 3 Jun 2024 00:34:04 -0500 Subject: [PATCH 2/2] updated to 2.12.0 --- docs/Catesta.md | 2 +- src/Catesta/Catesta.psd1 | 2 +- src/Catesta/Resources/Module/plasterManifest.xml | 2 +- src/Catesta/Resources/Vault/plasterManifest.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Catesta.md b/docs/Catesta.md index 6f22b11..79518f9 100644 --- a/docs/Catesta.md +++ b/docs/Catesta.md @@ -2,7 +2,7 @@ Module Name: Catesta Module Guid: 6796b193-9013-468a-b022-837749af2d06 Download Help Link: NA -Help Version: 2.11.0 +Help Version: 2.12.0 Locale: en-US --- diff --git a/src/Catesta/Catesta.psd1 b/src/Catesta/Catesta.psd1 index d0eba76..cb9a684 100644 --- a/src/Catesta/Catesta.psd1 +++ b/src/Catesta/Catesta.psd1 @@ -12,7 +12,7 @@ RootModule = 'Catesta.psm1' # Version number of this module. - ModuleVersion = '2.11.0' + ModuleVersion = '2.12.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/src/Catesta/Resources/Module/plasterManifest.xml b/src/Catesta/Resources/Module/plasterManifest.xml index 43851dc..4591c5e 100644 --- a/src/Catesta/Resources/Module/plasterManifest.xml +++ b/src/Catesta/Resources/Module/plasterManifest.xml @@ -18,7 +18,7 @@ Catesta 258a61ba-566b-4c3a-8230-c2b6861a1a8d - 2.11.0 + 2.12.0 Catesta Scaffolds a new PowerShell module project Jake Morrison diff --git a/src/Catesta/Resources/Vault/plasterManifest.xml b/src/Catesta/Resources/Vault/plasterManifest.xml index 2d8af7a..bd915ef 100644 --- a/src/Catesta/Resources/Vault/plasterManifest.xml +++ b/src/Catesta/Resources/Vault/plasterManifest.xml @@ -6,7 +6,7 @@ Catesta d531e058-52b8-4dd2-8162-01c95d1eb8f7 - 2.11.0 + 2.12.0 Catesta Scaffolds a new PowerShell SecretManagement extension vault module project Jake Morrison