From 1e5d988d90978e108ced2e9aa50a8470b4e6a8cb Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Tue, 29 Apr 2025 10:55:56 -0700 Subject: [PATCH 1/2] Add changelog for 1.4.1 --- incubating/service-now/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/incubating/service-now/CHANGELOG.md b/incubating/service-now/CHANGELOG.md index 1fd0bdf06..83ff5c594 100644 --- a/incubating/service-now/CHANGELOG.md +++ b/incubating/service-now/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.4.1 (Apr 29, 2025) +### Fixed +- Force variable STD_CR_TEMPLATE to empty by default + ## v1.4.0 (Mar 28, 2025) ### Added * ability to create a Standard Change passing the template name From 4a3cfc28c92a5c1e7807668282ae1a6f3ad4dce4 Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Tue, 29 Apr 2025 10:56:43 -0700 Subject: [PATCH 2/2] Force variable to empty (#721) if the var STD_CR_TEMPLATE is not explicitly defined to "" the test on line 218 fails and the callback is not called --- incubating/service-now/step.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/incubating/service-now/step.yaml b/incubating/service-now/step.yaml index 1bfcab355..4f84c27e9 100644 --- a/incubating/service-now/step.yaml +++ b/incubating/service-now/step.yaml @@ -2,7 +2,7 @@ kind: step-type version: '1.0' metadata: name: service-now - version: 1.4.0 + version: 1.4.1 isPublic: true description: Integration with ServiceNow Change Management sources: @@ -86,7 +86,7 @@ spec: }, "SN_IMAGE_VERSION": { "type": "string", - "default": "1.4.0", + "default": "1.4.1", "description": "Version of the ServiceNow image to use, Docker image tag." }, "SN_INSTANCE": { @@ -116,7 +116,8 @@ spec: }, "STD_CR_TEMPLATE": { "type": "string", - "description": "name of a Standard Change template. Using this parameter will open a Standard Change (pre-approved) instead of a normal one." + "description": "name of a Standard Change template. Using this parameter will open a Standard Change (pre-approved) instead of a normal one.", + "default": "" }, "CR_CONFLICT_POLICY": { "type": "string",