From b1a1e8783aa8f3ba65af88c19eaad8fc8b0f2798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BARRAS=20HAMPEL?= Date: Thu, 13 Jun 2024 17:45:55 +0200 Subject: [PATCH 1/2] misc: add nice newline to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f56c5d24..e0decbe8 100644 --- a/Makefile +++ b/Makefile @@ -159,3 +159,4 @@ delete-local-be: ## Creates local BE instance and starts e2e tests. Note! Only f new-changelog-entry: ## Create a new entry for unreleased element @echo ${PATH} docker run -it -v $(CURDIR):/cycloid-cli -w /cycloid-cli cycloid/cycloid-toolkit changie new + From 455f0fd83d0ad869312f57822a81b5f226cd3f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BARRAS=20HAMPEL?= Date: Thu, 13 Jun 2024 17:50:55 +0200 Subject: [PATCH 2/2] func: add changelog --- changelog/unreleased/CLI-ADDED-20240613-154820.yaml | 8 ++++++++ changelog/unreleased/CLI-ADDED-20240613-154902.yaml | 10 ++++++++++ changelog/unreleased/CLI-BREAKING-20240613-154951.yaml | 8 ++++++++ changelog/unreleased/CLI-FIXED-20240613-155049.yaml | 8 ++++++++ 4 files changed, 34 insertions(+) create mode 100644 changelog/unreleased/CLI-ADDED-20240613-154820.yaml create mode 100644 changelog/unreleased/CLI-ADDED-20240613-154902.yaml create mode 100644 changelog/unreleased/CLI-BREAKING-20240613-154951.yaml create mode 100644 changelog/unreleased/CLI-FIXED-20240613-155049.yaml diff --git a/changelog/unreleased/CLI-ADDED-20240613-154820.yaml b/changelog/unreleased/CLI-ADDED-20240613-154820.yaml new file mode 100644 index 00000000..9374d899 --- /dev/null +++ b/changelog/unreleased/CLI-ADDED-20240613-154820.yaml @@ -0,0 +1,8 @@ +component: CLI +kind: ADDED +body: Add `cy project create-stackforms-env` command to create env using stackforms +time: 2024-06-13T15:48:20.172904726Z +custom: + DETAILS: Add `cy project create-stackforms-env` command to create env using stackforms. + PR: "269" + TYPE: CLI diff --git a/changelog/unreleased/CLI-ADDED-20240613-154902.yaml b/changelog/unreleased/CLI-ADDED-20240613-154902.yaml new file mode 100644 index 00000000..ab4f61fb --- /dev/null +++ b/changelog/unreleased/CLI-ADDED-20240613-154902.yaml @@ -0,0 +1,10 @@ +component: CLI +kind: ADDED +body: Add `cy project get-env` command to retrieve configuration value on projects + using stackforms. +time: 2024-06-13T15:49:02.117940232Z +custom: + DETAILS: Add `cy project get-env` command to retrieve configuration value on projects + using stackforms. + PR: "269" + TYPE: CLI diff --git a/changelog/unreleased/CLI-BREAKING-20240613-154951.yaml b/changelog/unreleased/CLI-BREAKING-20240613-154951.yaml new file mode 100644 index 00000000..6e369a0f --- /dev/null +++ b/changelog/unreleased/CLI-BREAKING-20240613-154951.yaml @@ -0,0 +1,8 @@ +component: CLI +kind: BREAKING +body: Update go version to 1.22.4 and go-swagger to 0.31.0 +time: 2024-06-13T15:49:51.51777363Z +custom: + DETAILS: "" + PR: "272" + TYPE: CLI diff --git a/changelog/unreleased/CLI-FIXED-20240613-155049.yaml b/changelog/unreleased/CLI-FIXED-20240613-155049.yaml new file mode 100644 index 00000000..e9f2834e --- /dev/null +++ b/changelog/unreleased/CLI-FIXED-20240613-155049.yaml @@ -0,0 +1,8 @@ +component: CLI +kind: FIXED +body: Fix all env related commands not returning UI icons on update. +time: 2024-06-13T15:50:49.002342257Z +custom: + DETAILS: Fix all env related commands not returning UI icons on update.█ + PR: "269" + TYPE: CLI