From 4af93b14ed209a0f15efe7c84593f57252bd8818 Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Fri, 22 Sep 2023 15:04:50 +0800 Subject: [PATCH] root: begin version v1.6.0 development This patch marks the beginning of version v1.6.0 development. Signed-off-by: (Holloway) Chew, Kean Ho --- CONFIG.toml | 2 +- resources/changelog/data/1.5.0 | 12 ++++++++++++ resources/changelog/data/latest | 6 ------ resources/changelog/deb/1.5.0 | 16 ++++++++++++++++ resources/changelog/deb/latest | 10 ---------- 5 files changed, 29 insertions(+), 17 deletions(-) create mode 100644 resources/changelog/data/1.5.0 delete mode 100644 resources/changelog/data/latest create mode 100644 resources/changelog/deb/1.5.0 delete mode 100644 resources/changelog/deb/latest diff --git a/CONFIG.toml b/CONFIG.toml index a6fdda95..ef0c085d 100644 --- a/CONFIG.toml +++ b/CONFIG.toml @@ -54,7 +54,7 @@ PROJECT_PITCH = "Solid Foundation for Kickstarting Your Software Development" # like '0.0.1~rc1' instead of dashes (-). Some distribution ecosystem have # strict and reserved rules for version sorting using dashes so tlide will be # the best choice. -PROJECT_VERSION = "1.5.0" +PROJECT_VERSION = "1.6.0" # PROJECT_CADENCE diff --git a/resources/changelog/data/1.5.0 b/resources/changelog/data/1.5.0 new file mode 100644 index 00000000..94e870b0 --- /dev/null +++ b/resources/changelog/data/1.5.0 @@ -0,0 +1,12 @@ +automataCI: added checksum safety against directory targets +automataCI: wrap Pypi login credentials inside simulation conditions +root: updated to match the latest +automataCI: generalized container registry's credentials +automataCI: added simulation mechanism to test the Release Job API +root: added Go Programming Language support +root: updated repository metadata +automataCI: fixed critical Release Job bug nuking the repo +automataCI: added printout consistency for all jobs +automataCI: updated PyPi packaging instructions +root: added baseline source directory +root: begin v1.5.0 development \ No newline at end of file diff --git a/resources/changelog/data/latest b/resources/changelog/data/latest deleted file mode 100644 index 057ce7a5..00000000 --- a/resources/changelog/data/latest +++ /dev/null @@ -1,6 +0,0 @@ -root: updated repository metadata -automataCI: fixed critical Release Job bug nuking the repo -automataCI: added printout consistency for all jobs -automataCI: updated PyPi packaging instructions -root: added baseline source directory -root: begin v1.5.0 development \ No newline at end of file diff --git a/resources/changelog/deb/1.5.0 b/resources/changelog/deb/1.5.0 new file mode 100644 index 00000000..f9f21b34 --- /dev/null +++ b/resources/changelog/deb/1.5.0 @@ -0,0 +1,16 @@ +automataci (1.5.0) stable; urgency=low + + * automataCI: added checksum safety against directory targets + * automataCI: wrap Pypi login credentials inside simulation conditions + * root: updated to match the latest + * automataCI: generalized container registry's credentials + * automataCI: added simulation mechanism to test the Release Job API + * root: added Go Programming Language support + * root: updated repository metadata + * automataCI: fixed critical Release Job bug nuking the repo + * automataCI: added printout consistency for all jobs + * automataCI: updated PyPi packaging instructions + * root: added baseline source directory + * root: begin v1.5.0 development + +-- Your Legal Full Name Here Fri, 22 Sep 2023 14:43:14 +0800 diff --git a/resources/changelog/deb/latest b/resources/changelog/deb/latest deleted file mode 100644 index 6273e5a3..00000000 --- a/resources/changelog/deb/latest +++ /dev/null @@ -1,10 +0,0 @@ -automataci (1.5.0) stable; urgency=low - - * root: updated repository metadata - * automataCI: fixed critical Release Job bug nuking the repo - * automataCI: added printout consistency for all jobs - * automataCI: updated PyPi packaging instructions - * root: added baseline source directory - * root: begin v1.5.0 development - --- Your Legal Full Name Here Thu, 21 Sep 2023 14:45:19 +0800