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

release 1.3.0 preparations #155

Merged
merged 2 commits into from
Feb 13, 2020
Merged

Conversation

pohly
Copy link
Contributor

@pohly pohly commented Feb 13, 2020

What type of PR is this?
/kind feature

What this PR does / why we need it:

The existing 1.2.0 release has no deployment for Kubernetes 1.17. Time to do a release...

Special notes for your reviewer:

The tests are going to fail. We need to merge manually and then immediately create a v1.3.0 release.

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 13, 2020
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 13, 2020
@pohly
Copy link
Contributor Author

pohly commented Feb 13, 2020

/assign @msau42

New changelog, version of image bumped to v1.3.0.
CHANGELOG-1.3.md Outdated

## New Features

- Adds deployment for Kubernetes 1.17 with snapshot beta CRD ([#98](https://github.com/kubernetes-csi/csi-driver-host-path/pull/98), [@xing-yang](https://github.com/xing-yang))
Copy link
Collaborator

Choose a reason for hiding this comment

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

To clarify, the deployment is not installed as part of this. Maybe it can just say "supporting the snapshot beta feature"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So it ended up being done differently than describe in the PR description? Let's make it very clear that the CRD needs to be installed separately. How about:
"Adds deployment for Kubernetes 1.17. Starting with this deployment, the snapshot CRD is no longer part of the driver installation and must be installed as part of the cluster."

- The -ephemeral parameter (currently alpha) is still supported, but only needed for Kubernetes 1.15 and will be removed once Kubernetes 1.15 stops being supported. On Kubernetes 1.16, the same deployment supports normal persistent volumes and inline ephemeral volumes. ([#67](https://github.com/kubernetes-csi/csi-driver-host-path/pull/67), [@pohly](https://github.com/pohly))


## Bug Fixes
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are these prs worth a release note?
#139
#146
#151
#148

Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are all minor bug fixes. I guess we can add entries for them, but then we should also make sure in future reviews that the PR description actually is something other than NONE.

CHANGELOG-1.3.md Outdated

## Bug Fixes

- Set volume content source if creating volume from snapshot. ([#51](https://github.com/kubernetes-csi/csi-driver-host-path/pull/51), [@zhucan](https://github.com/zhucan))
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is already included in 1.2 changelog?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed. I wonder why the release-notes tool picked it up again. Fixed.

Added some bug fixes which didn't have release notes, removed one
which was picked up again by the release-notes tool, and enhanced the
description of the 1.17 deployment.
@pohly
Copy link
Contributor Author

pohly commented Feb 13, 2020

@msau42: pushed, please have another look.

@msau42
Copy link
Collaborator

msau42 commented Feb 13, 2020

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 13, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msau42, pohly

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:

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

@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 13, 2020
@k8s-ci-robot k8s-ci-robot merged commit 99036d4 into kubernetes-csi:master Feb 13, 2020
TerryHowe pushed a commit to TerryHowe/csi-driver-host-path that referenced this pull request Oct 17, 2024
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. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants