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

Initial incomplete release notes draft for 1.7 #306

Merged
merged 5 commits into from Jun 26, 2017

Conversation

spiffxp
Copy link
Member

@spiffxp spiffxp commented Jun 26, 2017

I do not have the committed hours to shepherd release notes all the way through but have volunteered to do a quick first cut, mostly based on the features spreadsheet. I have dropped TODO's on places that need filling in. I will send followon PR's as I am able to help with content and wordsmithing.

I started with the release-1.5/release-notes-draft.md file, and removed all content under the existing headings.

I used the following script to start populating the features section

for sig in $(hub issue -M 6 | sed -e 's|.*sig/\([^ ]*\).*|\1|g' | sort | uniq); do
  echo "- **$sig**"
  for stage in alpha beta stable; do 
    hub issue -M 6 -l sig/$sig,stage/$stage -f \
      "  - [$stage] %t ([kubernetes/features%i](%U))%n";
  done
done

I noticed the following sections in the release-1.6/release-notes-draft.md file, but have explicitly left them out here. Please add back in if you feel they're necessary:

  • WARNING: etcd backup strongly recommneded
  • Changes to API Resources
  • Changes to Major Components
  • Changes to Cluster Provisioning Scripts
  • Changes to Addons

I manually replaced the feature issue titles with one-line release notes from the feature tracking spreadsheet

I manually added the docs PR links using the links provided in the feature tracking spreadsheet

Assigning @dchen1107 as requested /cc @kubernetes/kubernetes-release-managers

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 26, 2017
@dchen1107
Copy link
Member

@spiffxp Thanks for your help. We are going to carry on from here.

@evie404
Copy link
Contributor

evie404 commented Jun 26, 2017

not sure if this is the right place, but I committed a new feature in 1.7 that involves a new PodSpec field to populate entries into the pod's hosts file as a way to manage local hostname-ip overrides.

there's no feature issue as the feature was discussed in an issue. but there's a docs PR.

questions:

  1. could it be added?
  2. do i need a features issue? i can add one retroactively

@calebamiles
Copy link
Contributor

Thanks @spiffxp. Merging and SIGs can fork from there.

@calebamiles calebamiles merged commit 19ca220 into kubernetes:master Jun 26, 2017
@luxas
Copy link
Member

luxas commented Jun 27, 2017

@rickypai I'd definitely add a release note item. Thank you for bringing that up!
I guess you can send a PR to this doc...

cc @idvoretskyi @apsinha for deciding on adding a features issue for it retroactively

@idvoretskyi
Copy link
Member

@spiffxp thanks for adding this.

@idvoretskyi
Copy link
Member

@rickypai as discussed in the thread - this deliverability has not been targeted as a feature and does not classify as a feature - it is unlikely to add it to the "features" section.

I would propose to have it in the release notes under the "notable changes" section or similar. cc @apsinha @luxas


## Features

Features for this release were tracked via the use of the [kubernetes/features](https://github.com/kubernetes/features) issues repo. Each Feature issue is owned by a Special Interest Group from [kubernetes/community](https://github.com/kubernetes/community)
Copy link
Member

Choose a reason for hiding this comment

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

@luxas
Copy link
Member

luxas commented Jun 27, 2017

I would propose to have it in the release notes under the "notable changes" section or similar. cc @apsinha @luxas

Listing it there SGTM

@spiffxp spiffxp deleted the release-notes-1.7 branch December 19, 2017 15:20
justaugustus pushed a commit to justaugustus/enhancements that referenced this pull request Sep 3, 2018
[Proposal] Improve Local Storage Management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants