From 70f64ed27f769a8809c2c4cb9671798f4294323d Mon Sep 17 00:00:00 2001 From: baoshanwang <68889875+baoshanwang@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:42:39 +0800 Subject: [PATCH] Release 2.2.0 (#30) Co-authored-by: ieisystem --- CHANGELOG.rst | 8 +++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 7 ++++++ changelogs/fragments/29-edit_smtp_com.yaml | 2 -- docs/edit_smtp_com_module.rst | 25 ++++++++++++++++++---- galaxy.yml | 2 +- 6 files changed, 38 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/29-edit_smtp_com.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57d985b..ae761af 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Inspur.Ispim Release Notes .. contents:: Topics +v2.2.0 +====== + +Minor Changes +------------- + +- Modify edit_smtp_com and add description information. + v2.1.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index b21951d..54a1668 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -652,4 +652,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 2.1.0 +version: 2.2.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e48c5ae..bf6d2cc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -476,3 +476,10 @@ releases: name: hba_info namespace: '' release_date: '2023-08-04' + 2.2.0: + changes: + minor_changes: + - Modify edit_smtp_com and add description information. + fragments: + - 29-edit_smtp_com.yaml + release_date: '2023-11-28' diff --git a/changelogs/fragments/29-edit_smtp_com.yaml b/changelogs/fragments/29-edit_smtp_com.yaml deleted file mode 100644 index 73a7130..0000000 --- a/changelogs/fragments/29-edit_smtp_com.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - Modify edit_smtp_com and add description information. \ No newline at end of file diff --git a/docs/edit_smtp_com_module.rst b/docs/edit_smtp_com_module.rst index 1d03e41..ea64992 100644 --- a/docs/edit_smtp_com_module.rst +++ b/docs/edit_smtp_com_module.rst @@ -82,7 +82,11 @@ Parameters - + +
product asset label,
@@ -112,7 +116,12 @@ Parameters - + +
Events above this level will be sent.
@@ -142,7 +151,11 @@ Parameters - + +
Server name.
@@ -236,7 +249,11 @@ Parameters - + +
Serial number.
diff --git a/galaxy.yml b/galaxy.yml index 4365bf9..6351320 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: inspur name: ispim # The version of the collection. Must be compatible with semantic versioning -version: 2.1.0 +version: 2.2.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md