aimuz
d79535b7d3
Revert "Add link to to file"
...
This reverts commit 0b9399435c
.
Signed-off-by: aimuz <mr.imuz@gmail.com>
2023-01-05 15:53:04 +08:00
Guy Zylberberg
0b9399435c
Add link to to file
2022-10-19 09:13:29 +03:00
Stephen Augustus
0380aff70c
CHANGELOG: Move changelog, soft-link to top-level, refresh listing
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-02-06 01:04:44 -05:00
qingsenLi
20b2df09d9
Add CHANGELOG-1.17.md to CHANGELOG.md
2019-10-12 22:23:15 +08:00
Mark Janssen
94fc17d8b9
Add CHANGELOG-1.16.md to CHANGELOG.md
2019-08-05 15:38:22 +02:00
leigh capili
e85fbdaa2f
Update CHANGELOG.md
2019-06-24 09:19:59 -06:00
Mans Matulewicz
68b8beeda1
update changelog
...
update changelog
2019-03-26 09:21:55 +01:00
Ivan Kurnosov
6c82998e71
Updated a link to the latest changelog
2018-12-28 15:05:09 +13:00
William Zhang
4b1eb49e79
Upgrade the release version info in CHANGELOG.md
...
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
2018-09-29 16:09:58 +08:00
caleb miles
ab550a0878
Insert human curated 1.11 release notes and set current version
2018-06-27 19:19:19 -04:00
caleb miles
cd59a73f36
Marks 1.10 as the current release
2018-03-26 17:08:54 -07:00
Mark Janssen
31bcbe4368
Update release note links for 1.10
2018-01-17 22:45:12 +01:00
Jordan Liggitt
6431e9ea7b
Move 1.8.x release notes
2017-10-11 22:41:36 -04:00
Jordan Liggitt
9a6d1d407d
Move 1.9.x changelog entries
2017-10-11 17:04:00 -04:00
Jordan Liggitt
dbb7efcf18
Move 1.7.x changelog entries
2017-10-11 17:00:02 -04:00
Jordan Liggitt
f25e313906
Move 1.5.x changelog entries
2017-10-11 16:55:38 -04:00
Kubernetes Submit Queue
6c081c3d53
Merge pull request #51886 from jianglingxia/jlx90416
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
amend about kubectl create secret of changelog
**What this PR does / why we need it**:
kubectl create secret has a new option --from-env-file that populates a configmap from file which follows a key=val format for each line.
maybe copy the above line ,need change the configmap to secret,thanks!
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
2017-10-10 00:34:00 -07:00
Kubernetes Submit Queue
41f928f930
Merge pull request #53286 from xiangpengzhao/fix-changelogmd
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Fix bad format of 1.8 release notes
**What this PR does / why we need it**:
Some links have bad format, this PR fixes them.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
/cc @abgworrall
**Release note**:
```release-note
NONE
```
2017-10-05 13:57:27 -07:00
Kubernetes Submit Queue
7b61fb37ef
Merge pull request #53436 from liggitt/kubeadm-init
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Add /var/lib/kubelet error to known issues
Document https://github.com/kubernetes/kubernetes/issues/53356 in known issues for 1.8.0
2017-10-04 10:33:14 -07:00
Jordan Liggitt
db63350eac
Add /var/lib/kubelet error to known issues
2017-10-04 10:46:49 -04:00
andrewsykim
41a1af42a9
add note about kubeletremoved flag --api-servers
2017-10-03 15:01:49 -04:00
Jordan Liggitt
98910dab8e
Updated known issues for kubelet --cert-dir
2017-10-01 22:27:12 -04:00
Marcin Wielgus
cd37a28fa5
Update CHANGELOG.md for v1.5.8.
2017-09-30 22:16:44 -04:00
xiangpengzhao
523030b764
Fix bad format of 1.8 release notes
2017-09-30 15:40:00 +08:00
mbohlool
c84c0edba4
Fix 1.8.0 binery checksums
2017-09-29 10:38:15 -07:00
Chao Xu
ccfbb0f374
Update CHANGELOG.md for v1.7.7.
2017-09-29 07:04:19 +02:00
xiangpengzhao
1526ba2302
Move 1.6.11 changelog to CHANGELOG-1.6.md
2017-09-29 10:56:45 +08:00
Adam Worrall
ca712680c7
Update CHANGELOG.md for v1.8.0.
2017-09-28 17:35:15 -07:00
Anthony Yeh
3be02df2ed
Update CHANGELOG.md for v1.6.11.
2017-09-28 16:18:37 -07:00
jianglingxia
3f151b0c59
squash the commits into one
2017-09-25 09:36:15 +08:00
Kubernetes Submit Queue
f668373671
Merge pull request #52895 from jianglingxia/jlx-proposals
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>..
fix some error link of changelog.md and changelog-1.6.md
**What this PR does / why we need it**:
some proposal link in changelog,so change it!
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
2017-09-22 20:09:35 -07:00
Adam Worrall
5223d0dd6a
Update CHANGELOG.md for v1.8.0-rc.1.
2017-09-22 19:32:06 -07:00
Adam Worrall
9782f2a8ac
Update CHANGELOG.md for v1.9.0-alpha.1.
2017-09-22 19:09:34 -07:00
Kubernetes Submit Queue
ceb27254c9
Merge pull request #52514 from xiangpengzhao/remove-none-note
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>..
Release note should not be NONE or similar things.
**What this PR does / why we need it**:
Some release notes are `None` or other similar things. They're meaningless in CHANGELOG.
ref: https://github.com/kubernetes/test-infra/issues/4341 https://github.com/kubernetes/test-infra/issues/4295 https://github.com/kubernetes/test-infra/issues/3295
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
Hope bot can check such case in the future.
cc @cjwagner
**Release note**:
```release-note
NONE
```
2017-09-22 18:26:03 -07:00
jianglingxia
385a0d21fa
fix some error link of changelog.md and changelog-1.6.md
2017-09-22 15:41:20 +08:00
xiangpengzhao
709ad5867b
Move 1.6.* release notes out of CHANGELOG.md
2017-09-19 20:22:07 +08:00
xiangpengzhao
311077385e
Move 1.5.* release notes out of CHANGELOG.md
2017-09-19 20:22:07 +08:00
xiangpengzhao
758002642c
Move 1.4.* release notes out of CHANGELOG.md
2017-09-19 20:22:07 +08:00
xiangpengzhao
c2012fc5a6
Move 1.3.* release notes out of CHANGELOG.md
2017-09-15 11:21:25 +08:00
xiangpengzhao
efb6e3c888
Release note should not be NONE or similar things.
2017-09-15 10:39:07 +08:00
Wojciech Tyczynski
e6209113e4
Update CHANGELOG.md for v1.7.6.
2017-09-14 12:34:41 +02:00
Anthony Yeh
1bdcfa59e8
Update CHANGELOG.md for v1.6.10.
2017-09-13 13:57:24 -07:00
xiangpengzhao
594b874ff6
Update TOC of CHANGELOG
2017-09-09 13:38:29 +08:00
xiangpengzhao
48e7289b2e
Move 1.2.* release notes into separate file CHANGELOG-1.2.md
2017-09-09 11:01:56 +08:00
Adam Worrall
92e1f4466e
Update CHANGELOG.md for v1.8.0-beta.1.
2017-09-07 19:04:29 -07:00
foxish
cd1c2340b5
Fix changelog to add discovery/controller-manager fixes.
...
Improve release notes for entries that say "automated cherrypick".
2017-08-31 10:31:19 -07:00
Wojciech Tyczynski
721923924d
Update CHANGELOG.md for v1.7.5.
2017-08-31 14:41:10 +02:00
Slava Semushin
227236bd0c
Fix typo in docs.
2017-08-30 12:33:37 +02:00
mbohlool
8a12b65123
Update CHANGELOG.md for v1.8.0-alpha.3.
2017-08-23 16:18:55 -07:00
Anthony Yeh
ef7b7ebd9c
Update CHANGELOG.md for v1.6.9.
2017-08-23 11:57:22 -07:00