From 279fa6d3e66d7f82b7dd59065714824dc35f506e Mon Sep 17 00:00:00 2001 From: edgex-jenkins Date: Mon, 1 Jun 2026 10:17:13 +0000 Subject: [PATCH 1/2] ci(lts-release): LTS release v4.0.2 @95ce48d From 014045adc0d759ff00943f5d0c6f6f0bf87d1df9 Mon Sep 17 00:00:00 2001 From: edgex-jenkins Date: Mon, 1 Jun 2026 10:17:39 +0000 Subject: [PATCH 2/2] ci: automated version file changes for [4] Signed-off-by: edgex-jenkins --- docs/versions.json | 5 +++-- mkdocs.yml | 2 +- template_macros.yaml | 19 +++---------------- 3 files changed, 7 insertions(+), 19 deletions(-) diff --git a/docs/versions.json b/docs/versions.json index 1e19d4836..9a17f0e81 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,5 +1,5 @@ [ - { "version": "4.1", "title": "4.1-Palau (WIP)", "aliases": [] }, + { "version": "4.1", "title": "4.1-Palau (WIP)", "aliases": [] }, { "version": "4.0", "title": "4.0-Odesa", "aliases": [ "latest" ] }, { "version": "3.1", "title": "3.1-Napa", "aliases": [] }, { "version": "3.0", "title": "3.0-Minnesota", "aliases": [] }, @@ -8,5 +8,6 @@ { "version": "2.1", "title": "2.1-Jakarta", "aliases": [] }, { "version": "2.0", "title": "2.0-Ireland", "aliases": [] }, { "version": "1.3", "title": "1.3-Hanoi", "aliases": [] }, - { "version": "1.2", "title": "1.2-Geneva", "aliases": [] } + { "version": "1.2", "title": "1.2-Geneva", "aliases": [] }, + { "version": "4", "title": "4-Queensland", "aliases": [] } ] diff --git a/mkdocs.yml b/mkdocs.yml index fdeb18823..1cab16b4d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -473,7 +473,7 @@ plugins: - https://www.gnu.org/prep/standards/html_node/Program-Behavior.html - https://linuxtv.org/wiki/index.php/V4l-utils raise_error_excludes: - 400: ['https://help.axis.com/en-us/axis-os-hardening-guide#onvif-replay-attack-protection'] + 4: ['https://help.axis.com/en-us/axis-os-hardening-guide#onvif-replay-attack-protection'] 403: ['https://www.collinsdictionary.com/us/dictionary/english/unit-of-measurement', 'https://www.pcmag.com/encyclopedia/term/run-native','https://www.vmware.com/topics/glossary/content/kubernetes-cluster.html', 'https://app.getpostman.com/','https://www.raspberrypi.com/products/raspberry-pi-3-model-b/', diff --git a/template_macros.yaml b/template_macros.yaml index 346f3c655..c209318bf 100644 --- a/template_macros.yaml +++ b/template_macros.yaml @@ -1,16 +1,3 @@ -# version is the git branch or tag -# -# Its value is used in Github URLs -# -# In the main branch, it should always be set to "main". -# Upon releases and in edgex-docs release branches (e.g. levski, minnesota), -# the value should be replaced with the git tag that is the minor semantic -# version. -# -# Examples: main, v3.0, v3.1 -edgexversion: main -config_version: v4 -# api_version is the major API version -# -# Examples: v2, v3 -api_version: v3 \ No newline at end of file +latest_released_version: '4.0.2' +latest_release_name: 'palau' +next_version: '4.1'