Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies for v1.13.0-rc.6 release #1383

Merged
merged 12 commits into from
Feb 16, 2024

Conversation

JoshVanL
Copy link
Contributor

@JoshVanL JoshVanL commented Feb 6, 2024

No description provided.

@JoshVanL JoshVanL requested review from a team as code owners February 6, 2024 17:49
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (3ea5f9c) 22.55% compared to head (9e16774) 22.55%.

Files Patch % Lines
pkg/standalone/run.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1383   +/-   ##
=======================================
  Coverage   22.55%   22.55%           
=======================================
  Files          40       40           
  Lines        4758     4758           
=======================================
  Hits         1073     1073           
  Misses       3607     3607           
  Partials       78       78           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JoshVanL
Copy link
Contributor Author

JoshVanL commented Feb 6, 2024

Thanks for the patch fix @mukundansundar

@JoshVanL
Copy link
Contributor Author

JoshVanL commented Feb 7, 2024

Marking draft until dapr/go-sdk#503 is merged into main.

@JoshVanL JoshVanL marked this pull request as draft February 7, 2024 00:05
Copy link
Collaborator

@mukundansundar mukundansundar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the go-sdk replace needs to be removed.

go.mod Outdated
Comment on lines 252 to 259
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
github.com/russross/blackfriday => github.com/russross/blackfriday v1.5.2
k8s.io/cli-runtime => k8s.io/cli-runtime v0.25.2
k8s.io/client => github.com/kubernetes-client/go v0.0.0-20190928040339-c757968c4c36
k8s.io/client-go => k8s.io/client-go v0.25.2
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are these removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were they required originally?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that these were added initially to maintain compatibility with docker, go-autorest (azure auth), and k8s client for (azure, gcp etc. auth)
cc @yaron2

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Historical reasons of incompatibility. If the CLI compiles and tests pass there's no reason to bring them back

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the one suggestion is to keep go auto rest and k8s version as it is now for this release alone ...It can be changed immediately in the next release.

go.mod Outdated
k8s.io/client => github.com/kubernetes-client/go v0.0.0-20190928040339-c757968c4c36
k8s.io/client-go => k8s.io/client-go v0.25.2
)
replace github.com/dapr/go-sdk => github.com/joshvanl/go-sdk v0.0.0-20240206235854-ec87d533b50a
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this replace needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pointing to my fork until it is merged into main.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this can at least point to go-sdk master branch commit or RC it would be great

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is merged now. the replace can be rm-ed

JoshVanL and others added 6 commits February 7, 2024 14:59
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
@JoshVanL JoshVanL force-pushed the update-for-1.13.0-rc.1 branch from ebe0200 to d3deca0 Compare February 7, 2024 15:00
Signed-off-by: joshvanl <me@joshvanl.dev>
@JoshVanL JoshVanL marked this pull request as ready for review February 8, 2024 15:15
Copy link
Collaborator

@mukundansundar mukundansundar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small change to 1.13.0-rc.2 for runtime version

Signed-off-by: joshvanl <me@joshvanl.dev>
@JoshVanL JoshVanL changed the title Update dependencies for v1.13.0-rc.1 release Update dependencies for v1.13.0-rc.2 release Feb 9, 2024
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
@JoshVanL JoshVanL changed the title Update dependencies for v1.13.0-rc.2 release Update dependencies for v1.13.0-rc.6 release Feb 16, 2024
@yaron2 yaron2 merged commit 619cd9c into dapr:master Feb 16, 2024
28 checks passed
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.

4 participants