Skip to content

Tags: dapr/cli

Tags

v1.14.0-rc.6

Toggle v1.14.0-rc.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Scheduler Data Dir Permissions Issue (#1432)

* fix w/ @JoshVanL & anton

Signed-off-by: Cassandra Coyle <[email protected]>

* add a .

Signed-off-by: Cassandra Coyle <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>

v1.14.0-rc.5

Toggle v1.14.0-rc.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix dapr init scheduler (#1428)

* Add E2E to validate scheduler after init.

Signed-off-by: Artur Souza <[email protected]>

* Adds dapr_scheduler verify container

Signed-off-by: joshvanl <[email protected]>

* Assert eventually TCP connect

Signed-off-by: joshvanl <[email protected]>

* Fix eventually t check

Signed-off-by: joshvanl <[email protected]>

* Write etcd-data-dir to custom path with volume

Signed-off-by: joshvanl <[email protected]>

* Adds Helpers to test funcs

Signed-off-by: joshvanl <[email protected]>

* Adds container name to TCP check

Signed-off-by: joshvanl <[email protected]>

* Use rc.3 for scheduler

Signed-off-by: joshvanl <[email protected]>

* Print container logs on failed TCP conn

Signed-off-by: joshvanl <[email protected]>

* Fix params

Signed-off-by: joshvanl <[email protected]>

* Use b

Signed-off-by: joshvanl <[email protected]>

* Addfs `dev` flag to rc init

Signed-off-by: joshvanl <[email protected]>

* Fix version check

Signed-off-by: joshvanl <[email protected]>

* Skip TCP check on slim mode

Signed-off-by: joshvanl <[email protected]>

* Remove debug test code

Signed-off-by: joshvanl <[email protected]>

---------

Signed-off-by: Artur Souza <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Artur Souza <[email protected]>

v1.14.0-rc.4

Toggle v1.14.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Give scheduler a default volume, making it resilient to restarts by (#…

…1423)

* Give scheduler a default volume, making it resilient to restarts by
default

Signed-off-by: joshvanl <[email protected]>

* Remove dapr_scheduler volume on uninstall, gated by `--all`

Signed-off-by: joshvanl <[email protected]>

* Fix containerErrs in standaone.go

Signed-off-by: joshvanl <[email protected]>

* Do not attempt to delete scheduler volume if no container runtime

Signed-off-by: joshvanl <[email protected]>

* Increase upgrade test timeout to 40m

Signed-off-by: joshvanl <[email protected]>

---------

Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Artur Souza <[email protected]>

v1.14.0-rc.2

Toggle v1.14.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix check for version to contain scheduler. (#1417)

Signed-off-by: Artur Souza <[email protected]>

v1.14.0-rc.1

Toggle v1.14.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Distributed Scheduler CLI Changes (#1405)

* wip

Signed-off-by: Cassandra Coyle <[email protected]>

* rm scheduleJob logic. keep only init/uninstall logic

Signed-off-by: Cassandra Coyle <[email protected]>

* Fixes install and uninstall of scheduler in standalone mode.

Signed-off-by: Artur Souza <[email protected]>

* Fixing path for Go tools in Darwin.

Signed-off-by: Artur Souza <[email protected]>

* Fix Go bin location for MacOS.

Signed-off-by: Artur Souza <[email protected]>

* Fix min scheduler version to be 1.14.x

Signed-off-by: Artur Souza <[email protected]>

* Use env var to pass scheduler host.

Signed-off-by: Artur Souza <[email protected]>

* Fix CLI build to work with latest MacOS runners from GH

Signed-off-by: Artur Souza <[email protected]>

---------

Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
Co-authored-by: Artur Souza <[email protected]>