Skip to content

feat: update d/d to 1.16.0-rc3#1527

Merged
yaron2 merged 8 commits into
masterfrom
feat/update-dapr-version-latest-rc-2
Aug 12, 2025
Merged

feat: update d/d to 1.16.0-rc3#1527
yaron2 merged 8 commits into
masterfrom
feat/update-dapr-version-latest-rc-2

Conversation

@nelson-parente

@nelson-parente nelson-parente commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

This pull request primarily updates dependencies, improves formatting and logging consistency, and makes minor workflow and linter configuration changes. The most significant updates are dependency bumps in go.mod, which bring in newer versions of core and indirect libraries, as well as a switch to more consistent formatting for status and logging functions throughout the codebase.

Dependency Updates:

  • Updated Go version to 1.24.5 and bumped many dependencies in go.mod, including major upgrades to github.com/dapr/dapr, github.com/dapr/kit, k8s.io/apimachinery, github.com/spf13/cobra, golang.org/x/* modules, and many others. This ensures compatibility with the latest features and security patches. [1] [2] [3] [4] [5] [6] [7] [8] [9]

Formatting and Logging Consistency:

  • Refactored calls to status and spinner functions to use format strings (e.g., "%s") instead of string concatenation, improving consistency and reducing potential formatting errors in pkg/print/print.go, pkg/kubernetes/kubernetes.go, pkg/kubernetes/mtls.go, pkg/kubernetes/upgrade.go, and pkg/standalone/standalone.go. [1] [2] [3] [4] [5] [6] [7] [8]

  • Improved log output handling in CustomLogWriter by adding error checking to the regex compilation, which makes the code more robust.

CI/CD and Linting Configuration:

  • Updated the Go linter version to v1.64.2 in the GitHub Actions workflow and adjusted .golangci.yml settings to use default: all instead of enable-all: true, and removed/disabled some specific linters for better control. [1] [2] [3] [4]

Miscellaneous Improvements:

  • Minor improvements in tests, such as switching to t.Context() in server shutdown calls and fixing a logging format in a test. [1] [2] [3]

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: nelson.parente <[email protected]>
@nelson-parente
nelson-parente force-pushed the feat/update-dapr-version-latest-rc-2 branch from fd981cb to 91cb49e Compare August 6, 2025 15:51
Signed-off-by: nelson.parente <[email protected]>
@nelson-parente nelson-parente changed the title feat: update dapr version feat: update d/d to 1.16.0-rc2 Aug 6, 2025
@nelson-parente
nelson-parente marked this pull request as ready for review August 6, 2025 18:02
@nelson-parente
nelson-parente requested review from a team as code owners August 6, 2025 18:02
Signed-off-by: nelson.parente <[email protected]>
@nelson-parente nelson-parente changed the title feat: update d/d to 1.16.0-rc2 feat: update d/d to 1.16.0-rc3 Aug 8, 2025
Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: nelson.parente <[email protected]>
@yaron2
yaron2 merged commit 7176ed0 into master Aug 12, 2025
35 of 38 checks passed
@nelson-parente nelson-parente added this to the v1.16 milestone Aug 19, 2025
javier-aliaga pushed a commit to javier-aliaga/cli that referenced this pull request Sep 9, 2025
* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* feat: bump golangcilint version

Signed-off-by: nelson.parente <[email protected]>

* fix: tests

Signed-off-by: nelson.parente <[email protected]>

* fix: resolve non-constant format string errors

Signed-off-by: nelson.parente <[email protected]>

* fix: linter errs

Signed-off-by: nelson.parente <[email protected]>

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* fix: ensure certs do not exist

Signed-off-by: nelson.parente <[email protected]>

* fix: remove TODO in test

Signed-off-by: nelson.parente <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
javier-aliaga pushed a commit to javier-aliaga/cli that referenced this pull request Sep 9, 2025
* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* feat: bump golangcilint version

Signed-off-by: nelson.parente <[email protected]>

* fix: tests

Signed-off-by: nelson.parente <[email protected]>

* fix: resolve non-constant format string errors

Signed-off-by: nelson.parente <[email protected]>

* fix: linter errs

Signed-off-by: nelson.parente <[email protected]>

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* fix: ensure certs do not exist

Signed-off-by: nelson.parente <[email protected]>

* fix: remove TODO in test

Signed-off-by: nelson.parente <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
javier-aliaga pushed a commit to javier-aliaga/cli that referenced this pull request Sep 10, 2025
* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* feat: bump golangcilint version

Signed-off-by: nelson.parente <[email protected]>

* fix: tests

Signed-off-by: nelson.parente <[email protected]>

* fix: resolve non-constant format string errors

Signed-off-by: nelson.parente <[email protected]>

* fix: linter errs

Signed-off-by: nelson.parente <[email protected]>

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* fix: ensure certs do not exist

Signed-off-by: nelson.parente <[email protected]>

* fix: remove TODO in test

Signed-off-by: nelson.parente <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
javier-aliaga pushed a commit to javier-aliaga/cli that referenced this pull request Sep 10, 2025
* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* feat: bump golangcilint version

Signed-off-by: nelson.parente <[email protected]>

* fix: tests

Signed-off-by: nelson.parente <[email protected]>

* fix: resolve non-constant format string errors

Signed-off-by: nelson.parente <[email protected]>

* fix: linter errs

Signed-off-by: nelson.parente <[email protected]>

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* fix: ensure certs do not exist

Signed-off-by: nelson.parente <[email protected]>

* fix: remove TODO in test

Signed-off-by: nelson.parente <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
JoshVanL added a commit that referenced this pull request Sep 12, 2025
* feat: update d/d to 1.16.0-rc3 (#1527)

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* feat: bump golangcilint version

Signed-off-by: nelson.parente <[email protected]>

* fix: tests

Signed-off-by: nelson.parente <[email protected]>

* fix: resolve non-constant format string errors

Signed-off-by: nelson.parente <[email protected]>

* fix: linter errs

Signed-off-by: nelson.parente <[email protected]>

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* fix: ensure certs do not exist

Signed-off-by: nelson.parente <[email protected]>

* fix: remove TODO in test

Signed-off-by: nelson.parente <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Update the versions in the upgrade test

It will now test 1.14.5, 1.15.11 and 1.16.0-rc.7.

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Fix generate certificates using new version

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Fix tests

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

* chore: Update go version

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Update pinned versions

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Increase e2e template test sleep

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Use go 1.24

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Print stop jobs result

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Remove close app as they are cancelled when the context is cancelled

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Increase wait period

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run processor app in different ports

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Nelson Parente <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]>
Co-authored-by: joshvanl <[email protected]>
JoshVanL added a commit to JoshVanL/dapr-cli that referenced this pull request Sep 30, 2025
* feat: update d/d to 1.16.0-rc3 (dapr#1527)

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* feat: bump golangcilint version

Signed-off-by: nelson.parente <[email protected]>

* fix: tests

Signed-off-by: nelson.parente <[email protected]>

* fix: resolve non-constant format string errors

Signed-off-by: nelson.parente <[email protected]>

* fix: linter errs

Signed-off-by: nelson.parente <[email protected]>

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* fix: ensure certs do not exist

Signed-off-by: nelson.parente <[email protected]>

* fix: remove TODO in test

Signed-off-by: nelson.parente <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Update the versions in the upgrade test

It will now test 1.14.5, 1.15.11 and 1.16.0-rc.7.

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Fix generate certificates using new version

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Fix tests

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

* chore: Update go version

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Update pinned versions

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Increase e2e template test sleep

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Use go 1.24

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Print stop jobs result

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Remove close app as they are cancelled when the context is cancelled

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Increase wait period

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run processor app in different ports

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Nelson Parente <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]>
Co-authored-by: joshvanl <[email protected]>
JoshVanL added a commit to JoshVanL/dapr-cli that referenced this pull request Oct 31, 2025
* feat: update d/d to 1.16.0-rc3 (dapr#1527)

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* feat: bump golangcilint version

Signed-off-by: nelson.parente <[email protected]>

* fix: tests

Signed-off-by: nelson.parente <[email protected]>

* fix: resolve non-constant format string errors

Signed-off-by: nelson.parente <[email protected]>

* fix: linter errs

Signed-off-by: nelson.parente <[email protected]>

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* fix: ensure certs do not exist

Signed-off-by: nelson.parente <[email protected]>

* fix: remove TODO in test

Signed-off-by: nelson.parente <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Update the versions in the upgrade test

It will now test 1.14.5, 1.15.11 and 1.16.0-rc.7.

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Fix generate certificates using new version

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Fix tests

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

* chore: Update go version

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Update pinned versions

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Increase e2e template test sleep

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Use go 1.24

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Print stop jobs result

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Remove close app as they are cancelled when the context is cancelled

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Increase wait period

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run processor app in different ports

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Nelson Parente <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]>
Co-authored-by: joshvanl <[email protected]>
cicoyle pushed a commit to cicoyle/cli that referenced this pull request Nov 10, 2025
* feat: update d/d to 1.16.0-rc3 (dapr#1527)

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* feat: bump golangcilint version

Signed-off-by: nelson.parente <[email protected]>

* fix: tests

Signed-off-by: nelson.parente <[email protected]>

* fix: resolve non-constant format string errors

Signed-off-by: nelson.parente <[email protected]>

* fix: linter errs

Signed-off-by: nelson.parente <[email protected]>

* feat: update dapr version

Signed-off-by: nelson.parente <[email protected]>

* fix: ensure certs do not exist

Signed-off-by: nelson.parente <[email protected]>

* fix: remove TODO in test

Signed-off-by: nelson.parente <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Update the versions in the upgrade test

It will now test 1.14.5, 1.15.11 and 1.16.0-rc.7.

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Fix generate certificates using new version

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

* Fix tests

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

* chore: Update go version

Signed-off-by: Javier Aliaga <[email protected]>

* ci: Update pinned versions

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Increase e2e template test sleep

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Use go 1.24

Signed-off-by: Javier Aliaga <[email protected]>

* fix: Print stop jobs result

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Remove close app as they are cancelled when the context is cancelled

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Increase wait period

Signed-off-by: Javier Aliaga <[email protected]>

* chore: Run processor app in different ports

Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Nelson Parente <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]>
Co-authored-by: joshvanl <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
@marcduiker

Copy link
Copy Markdown
Contributor

@holopin-bot @nelson-parente Here's a digital badge as a small token of appreciation.

@holopin-bot

holopin-bot Bot commented Nov 18, 2025

Copy link
Copy Markdown

Congratulations @nelson-parente, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmi4ez5ox000ajw04yn3o6k4a

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants