Skip to content

Conversation

tksm
Copy link
Contributor

@tksm tksm commented Aug 16, 2023

@tksm tksm force-pushed the update-deps-k8s-v1.28.0 branch from b3e2b16 to 39c8330 Compare August 16, 2023 02:01
@@ -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
@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.

3 participants