You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
### Changed
9
9
10
10
-**Breaking change:** Changed required Go version from `1.12` to `1.13`. This change applies to the SDK project itself and Go projects scaffolded by the SDK. Projects that import this version of the SDK require Go 1.13 to compile. ([#1949](https://github.com/operator-framework/operator-sdk/pull/1949))
11
+
- Upgrade Kubernetes version from `kubernetes-1.14.1` to `kubernetes-1.15.4`. ([#2083](https://github.com/operator-framework/operator-sdk/pull/2083))
12
+
- Upgrade Helm version from `v2.14.1` to `v2.15.0`. ([#2083](https://github.com/operator-framework/operator-sdk/pull/2083))
13
+
- Upgrade [`controller-runtime`](https://github.com/kubernetes-sigs/controller-runtime) version from `v0.2.0` to `v0.3.0`. ([#2083](https://github.com/operator-framework/operator-sdk/pull/2083))
14
+
- Upgrade [`controller-tools`](https://github.com/kubernetes-sigs/controller-tools) version from `v0.2.1+git` to `v0.2.2`. ([#2083](https://github.com/operator-framework/operator-sdk/pull/2083))
- `version/version.go`: update `Version` to `v1.3.0`.
199
-
- `internal/scaffold/go_mod.go`, in the `replace` block for `github.com/operator-framework/operator-sdk`:
200
-
- Add the following `replace` line to the bottom of `go.mod`: `replace github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v1.3.0`.
201
-
- If a `replace` line already exists, change the version to `v1.3.0`.
199
+
- `internal/scaffold/go_mod.go`, in the `require` block for `github.com/operator-framework/operator-sdk`:
200
+
- Change the version for `github.com/operator-framework/operator-sdk` from `master` to `v1.3.0`.
202
201
- `internal/scaffold/helm/go_mod.go`: same as for `internal/scaffold/go_mod.go`.
203
202
- `internal/scaffold/ansible/go_mod.go`: same as for `internal/scaffold/go_mod.go`.
204
203
- `CHANGELOG.md`: update the `## Unreleased` header to `## v1.3.0`.
@@ -237,8 +236,8 @@ Once this tag passes CI, go to step 3. For more info on tagging, see the [releas
237
236
Check out a new branch from master (or use your `release-v1.3.0` branch) and commit the following changes:
238
237
239
238
- `version/version.go`: update `Version` to `v1.3.0+git`.
240
-
- `internal/scaffold/go_mod.go`, in the `replace` block for `github.com/operator-framework/operator-sdk`:
241
-
- Remove the `replace` line at the bottom of `go.mod`: `replace github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v1.3.0`.
239
+
- `internal/scaffold/go_mod.go`, in the `require` block for `github.com/operator-framework/operator-sdk`:
240
+
- Change the version for `github.com/operator-framework/operator-sdk` from `v1.3.0` to `master`.
242
241
- `internal/scaffold/helm/go_mod.go`: same as for `internal/scaffold/go_mod.go`.
243
242
- `internal/scaffold/ansible/go_mod.go`: same as for `internal/scaffold/go_mod.go`.
244
243
- `CHANGELOG.md`: add the following as a new set of headers above `## v1.3.0`:
0 commit comments