Skip to content

Commit

Permalink
[Concourse CI] Merge v5.0.49-rc into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cycloid-machine committed Jun 17, 2024
2 parents ad15407 + 5591870 commit f007590
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

8 changes: 8 additions & 0 deletions changelog/unreleased/CLI-ADDED-20240613-154820.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions changelog/unreleased/CLI-ADDED-20240613-154902.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions changelog/unreleased/CLI-BREAKING-20240613-154951.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions changelog/unreleased/CLI-FIXED-20240613-155049.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f007590

Please sign in to comment.