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 and tools #273

Merged
merged 3 commits into from Aug 16, 2023
Merged

Conversation

tksm
Copy link
Contributor

@tksm tksm commented Aug 16, 2023

@@ -54,7 +54,7 @@ verify-readme:

.PHONY: validate-krew-manifest
validate-krew-manifest: $(VALIDATE_KREW_MAIFEST)
$(VALIDATE_KREW_MAIFEST) -manifest dist/stern.yaml -skip-install
$(VALIDATE_KREW_MAIFEST) -manifest dist/krew/stern.yaml -skip-install
Copy link
Contributor Author

Choose a reason for hiding this comment

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

📝 The manifest path was changed in goreleaser/goreleaser@76ce66c.

@@ -521,7 +521,7 @@ func TestOptionsSternConfig(t *testing.T) {
c.AllNamespaces = true
c.LabelSelector = labelSelector
c.FieldSelector = fieldSelector
c.TailLines = pointer.Int64(10)
c.TailLines = ptr.To[int64](10)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

📝 The pointer package was deprecated in kubernetes/utils@dc1a5d8.

Copy link
Member

@rkmathi rkmathi left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

Copy link
Member

@floryut floryut left a comment

Choose a reason for hiding this comment

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

@tksm Thank you 👍

@tksm tksm merged commit cb94677 into stern:master Aug 16, 2023
1 check passed
@tksm tksm deleted the update-deps-k8s-v1.28.0 branch August 16, 2023 07:18
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.

None yet

3 participants