Skip to content

Commit 9f8c69e

Browse files
committed
CHANGELOG-1.0: update
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
1 parent 198631e commit 9f8c69e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

CHANGELOG-1.0.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.0.1...v1.0.2
99

1010
### `eks-utils`
1111

12-
- Add [`eks-utils`](https://github.com/aws/aws-k8s-tester/commit/).
12+
- Add [`eks-utils`](https://github.com/aws/aws-k8s-tester/commit/198631e1ae10ed4eb1a76346e27730290eb0675b).
1313
- Read https://github.com/aws/aws-k8s-tester#eks-utils.
1414

1515
### `aws-k8s-tester`
@@ -46,10 +46,6 @@ See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.0.1...v1.0.2
4646
- Add [`k8sclient.EKS.FetchServerVersion`](https://github.com/aws/aws-k8s-tester/commit/56cd2d0f26e88f8c806a74a503def91769a3e8e3).
4747
- Include [`float64` version value in `ServerVersionInfo`](https://github.com/aws/aws-k8s-tester/commit/).
4848

49-
### Dependency
50-
51-
- Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.7`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.7) to [`v1.30.X`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.X).
52-
5349
### Go
5450

5551
- Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,7 @@ less +FG /tmp/config.yaml
199199

200200
Install `eks-utils` from https://github.com/aws/aws-k8s-tester/releases.
201201

202-
**WARNING**
203-
204-
`kubectl` internally converts API versions in the response (see [`kubernetes/issues#58131`](https://github.com/kubernetes/kubernetes/issues/58131#issuecomment-403829566)). Which means `kubectl get` output may have different API versions than the one persisted in `etcd`.
205-
206-
Upstream recommends upgrading deprecated API with *get and put*:
202+
**WARNING**: `kubectl` internally converts API versions in the response (see [`kubernetes/issues#58131`](https://github.com/kubernetes/kubernetes/issues/58131#issuecomment-403829566)). Which means `kubectl get` output may have different API versions than the one persisted in `etcd` . Upstream Kubernetes recommends upgrading deprecated API with *get and put*:
207203

208204
> the simplest approach is to get/put every object after upgrades. objects that don't need migration will no-op (they won't even increment resourceVersion in etcd). objects that do need migration will persist in the new preferred storage version
209205

0 commit comments

Comments
 (0)