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

Deb package: make sure to update the package metadata #10420

Merged
merged 2 commits into from
Feb 25, 2021

Conversation

afbjorklund
Copy link
Collaborator

The revision/release was hardcoded as 0

Closes #10264

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 9, 2021
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 9, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afbjorklund, sharifelgamal

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [afbjorklund,sharifelgamal]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

@priyawadhwa priyawadhwa left a comment

Choose a reason for hiding this comment

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

Looks like lint is failing:

hack/update/github.go:231:14: SA1019: semver.Max is deprecated: use Compare instead. In most cases, returning a canonicalized version is not expected or desired.  (staticcheck)
				stable = semver.Max(ver, stable)
				         ^
hack/update/github.go:233:14: SA1019: semver.Max is deprecated: use Compare instead. In most cases, returning a canonicalized version is not expected or desired.  (staticcheck)
				latest = semver.Max(ver, latest)

@afbjorklund
Copy link
Collaborator Author

afbjorklund commented Feb 24, 2021

Looks like lint is failing:

Probably just stale PR

Fixed in #10569

The revision/release was hardcoded as 0
And let the template decide where they go
@priyawadhwa
Copy link

nice!

@priyawadhwa priyawadhwa merged commit 4012da8 into kubernetes:master Feb 25, 2021
@ilya-zuyev ilya-zuyev changed the title Make sure to update the package metadata Deb package: make sure to update the package metadata Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. pr_verified size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DEB_REVISION is not propagated into .deb metadata
5 participants