Skip to content

Releases: codefresh-io/cli

Codefresh V0.43.10

11 Mar 11:51
eaef03a
Compare
Choose a tag to compare
v0.43.10

make sure runtime exists prior attach (#418)

Codefresh V0.43.9

05 Mar 13:33
6cc8d8d
Compare
Choose a tag to compare
Feature/andrii/saas 6026 set helm version (#417)

* set helm version

* bump version

* set helm config, tests

Codefresh V0.43.8

04 Mar 15:50
752e593
Compare
Choose a tag to compare
v0.43.8

bump version (#415)

Codefresh V0.43.7

04 Mar 13:58
916b2c1
Compare
Choose a tag to compare
Feature/andrii/saas 6026 set helm version (#413)

* set helm version

* bump version

Codefresh V0.43.6

28 Feb 09:04
868e6b9
Compare
Choose a tag to compare
SAAS-5972 print errors in eslint style for pipeline validation (#412)

* SAAS-5972 As a user I want to see errors and warnings in eslint style when I validate pipeline from cli

* SAAS-5972 As a user I want to see errors and warnings in eslint style when I validate pipeline from cli

* SAAS-5972 As a user I want to see errors and warnings in eslint style when I validate pipeline from cli

* SAAS-5972 As a user I want to see errors and warnings in eslint style when I validate pipeline from cli

Codefresh V0.43.5

25 Feb 15:56
e02febc
Compare
Choose a tag to compare
v0.43.5

upgrade sdk version (#411)

Codefresh V0.43.4

25 Feb 12:04
50e672b
Compare
Choose a tag to compare
v0.43.4

download venonactl from v1 branch (#409)

Codefresh V0.43.3

24 Feb 15:59
374755a
Compare
Choose a tag to compare
v0.43.3

uninstall agent (#408)

Codefresh V0.43.2

24 Feb 12:39
bd3ba01
Compare
Choose a tag to compare
support install agent (#394)

* support install agent

* wip

* install runtime

* wip

* add attach command

* add root install command

* auto attach on installer

* install agent and attach

* install agent with token

* fixes

* up

* make runtimeName mandatory

* remove agentId on install and attach

* bump sdk

* remove camel case

* add status to agent

* wip

* fix agent patch

* install agent and runtime in one command

* support agent-restart

* install runtime is opt in

* default for kube-context-name

* use kubeconfig path to resolve context

* typo

* call attach also if already agent's attached

* print token in a new line

* protect error flows

* wip

* wip

* uninstall agent

* uninstall runtime

* set defaults

Co-authored-by: Oleg Sucharevich <olegs@codefresh.io>

Codefresh V0.43.1

14 Feb 10:03
a1ea4d0
Compare
Choose a tag to compare
v0.43.1

SAAS-5634 As a user I will see a warning in cli when I validate pipel…