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

kyverno-chainsaw: 0.2.8 -> 0.2.11 #352203

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

yurrriq
Copy link
Member

@yurrriq yurrriq commented Oct 29, 2024

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.


ldflags = [
"-s"
"-w"
"-X github.com/kyverno/chainsaw/pkg/version.BuildVersion=v${version}"
"-X github.com/kyverno/chainsaw/pkg/version.BuildHash=${version}"
Copy link
Member Author

Choose a reason for hiding this comment

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

It seems these extraneous values have been specified since the beginning, although chainsaw has used runtime/debug since at least v0.1.7 (see: https://github.com/kyverno/chainsaw/blob/v0.1.7/pkg/version/version.go)

vendorHash = "sha256-HDmnI+WVv4cUia+IXrBdFBFnrxKMSFjKD6LUZ393sqs=";
vendorHash = "sha256-NQJbj1lFR5947Lrw5nSsdfYlkWjTWJ5ybMq7Bpd/s3I=";

subPackages = [ "." ];
Copy link
Member Author

Choose a reason for hiding this comment

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

Otherwise it complains about "missing" hack/controller-gen 🤷

@yurrriq
Copy link
Member Author

yurrriq commented Oct 29, 2024

I can't seem to assign you as a reviewer, but what do you think, @Sanskarzz?

@Sanskarzz
Copy link
Contributor

No problem @yurrriq , Please assign it to me

@yurrriq
Copy link
Member Author

yurrriq commented Oct 30, 2024

Strange, I wasn't able to assign you as a reviewer, but I was able to assign you as assignee 🤷

@itepastra
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 352203


x86_64-linux

✅ 1 package built:
  • kyverno-chainsaw

Copy link
Member

@itepastra itepastra left a comment

Choose a reason for hiding this comment

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

builds correctly and binary also runs without unexpected errors. LGTM

@yurrriq yurrriq merged commit 037d89d into NixOS:master Nov 5, 2024
32 checks passed
@yurrriq yurrriq deleted the kyverno-chainsaw branch November 5, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants