Tags: jjcollinge/cli
Tags
fix shutdown hang when enable socket (dapr#835) (dapr#845) * fix shutdown hang when enable socket Signed-off-by: Loong <loong.dai@intel.com> * feedback Signed-off-by: Loong <loong.dai@intel.com> Co-authored-by: Loong <loong.dai@intel.com> Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com> Co-authored-by: Long Dai <long.dai@intel.com> Co-authored-by: Loong <loong.dai@intel.com> Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
fix shutdown hang when enable socket (dapr#835) (dapr#845) * fix shutdown hang when enable socket Signed-off-by: Loong <loong.dai@intel.com> * feedback Signed-off-by: Loong <loong.dai@intel.com> Co-authored-by: Loong <loong.dai@intel.com> Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com> Co-authored-by: Long Dai <long.dai@intel.com> Co-authored-by: Loong <loong.dai@intel.com> Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Adds native binary support for Darwin Arm64 (e.g. M1 Mac) (dapr#826) * Add Darwin ARM64 binaries * Update install script for Darwin Arm64
Added a warning message for unix domain socket (dapr#822) * Added a warning message for unix domain socket * Added socket warning message to invoke and publish * Corrected socket name in publish cmd * Corrected the variable names for invoke and publish * Removed unused variables port and grpcPort from invoke and publish * Cleaned up the error of warning messages * Cleaned up the wording of warning messages * Cleaned up the wording of warning messages * Cleaned up the wording of warning messages on run, invoke and publish * Modified the warning message Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Skip CRD application during downgrade (dapr#795) * Skip CRD application during downgrade With the addition of the v2alpha1 subscription CRD, rolling back to a previous version does not work seamlessly. This is due to k8s not allowing a new CRD without the v2alpha1 version. As CRDs are additive skipping their removal when downgrading should not impact anything. Handling this with an implicit flag allows for users to have an easy experience without touching the CRDs. * Fix go.mod with go mod tidy
Skip CRD application during downgrade (dapr#795) * Skip CRD application during downgrade With the addition of the v2alpha1 subscription CRD, rolling back to a previous version does not work seamlessly. This is due to k8s not allowing a new CRD without the v2alpha1 version. As CRDs are additive skipping their removal when downgrading should not impact anything. Handling this with an implicit flag allows for users to have an easy experience without touching the CRDs. * Fix go.mod with go mod tidy
log error info to stderr (dapr#750) Signed-off-by: Long Dai <long0dai@foxmail.com> Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
PreviousNext