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

Prepare for release v1.8.7 #15017

Merged
merged 1 commit into from
Feb 18, 2021
Merged

Prepare for release v1.8.7 #15017

merged 1 commit into from
Feb 18, 2021

Conversation

joestringer
Copy link
Member

Summary of Changes

Minor Changes:

Bugfixes:

CI Changes:

Misc Changes:

Other Changes:

@joestringer joestringer requested a review from a team as a code owner February 17, 2021 21:56
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.8 kind/backports This PR provides functionality previously merged into master. labels Feb 17, 2021
@joestringer joestringer added backport/1.8 kind/release Used for a PR that releases a new Cilium version. labels Feb 17, 2021
@@ -34,7 +34,7 @@ const (
//
// Maintainers: Run ./Documentation/check-crd-compat-table.sh for each release
// Developers: Bump patch for each change in the CRD schema.
CustomResourceDefinitionSchemaVersion = "1.21.2"
CustomResourceDefinitionSchemaVersion = "1.21.3"
Copy link
Member Author

Choose a reason for hiding this comment

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

For this, I just ran check-compat-tables.h and did what it said without thought:

$ Documentation/check-crd-compat-ta
ble.sh v1.8
Current version for branch v1.8 should be 1.21.3, not 1.21.2, please run the following command to fix it:
git checkout origin/v1.8 && \
sed -i 's+1.21.2+1.21.3+' pkg/k8s/apis/cilium.io/v2/register.go

But I think this always increments for every release..? Is that intended @aanm ?

If not, how does someone actually know if the CRD changes? Are there specific file paths we are supposed to pay attention to?

Copy link
Member

Choose a reason for hiding this comment

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

I don't think we want to increment the version. Last release I had the same issue and Andre mentioned to ignore it for now until it's fixed.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah if CRDs were not changed then we shouldn't increment this version

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@christarazi christarazi left a comment

Choose a reason for hiding this comment

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

LGTM besides the CRD schema version

Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer joestringer merged commit d8e86eb into v1.8 Feb 18, 2021
@joestringer joestringer deleted the pr/prepare-v1.8.7 branch February 18, 2021 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/release Used for a PR that releases a new Cilium version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants