Skip to content

Commit ed4df85

Browse files
authored
Fix missing +/- prefixes in migration diff for v1.39.0.md (#6975)
Improves readability when migrating to v1.39.0 Signed-off-by: Simon Shine <simon@simonshine.dk>
1 parent 35e7864 commit ed4df85

File tree

1 file changed

+12
-12
lines changed
  • website/content/en/docs/upgrading-sdk-version

1 file changed

+12
-12
lines changed

website/content/en/docs/upgrading-sdk-version/v1.39.0.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ so this release should be easier to follow.
1616

1717
2) [go/v4] Update your `go.mod` file to upgrade the dependencies and run `go mod tidy` to download them
1818
```go
19-
github.com/onsi/ginkgo/v2 v2.17.1
20-
github.com/onsi/gomega v1.32.0
21-
k8s.io/api v0.30.1
22-
k8s.io/apimachinery v0.30.1
23-
k8s.io/client-go v0.30.1
24-
sigs.k8s.io/controller-runtime v0.18.4
25-
github.com/onsi/ginkgo/v2 v2.19.0
26-
github.com/onsi/gomega v1.33.1
27-
k8s.io/api v0.31.0
28-
k8s.io/apimachinery v0.31.0
29-
k8s.io/client-go v0.31.0
30-
sigs.k8s.io/controller-runtime v0.19.0
19+
- github.com/onsi/ginkgo/v2 v2.17.1
20+
- github.com/onsi/gomega v1.32.0
21+
- k8s.io/api v0.30.1
22+
- k8s.io/apimachinery v0.30.1
23+
- k8s.io/client-go v0.30.1
24+
- sigs.k8s.io/controller-runtime v0.18.4
25+
+ github.com/onsi/ginkgo/v2 v2.19.0
26+
+ github.com/onsi/gomega v1.33.1
27+
+ k8s.io/api v0.31.0
28+
+ k8s.io/apimachinery v0.31.0
29+
+ k8s.io/client-go v0.31.0
30+
+ sigs.k8s.io/controller-runtime v0.19.0
3131
```
3232

3333
3) [go/v4] Update your `Makefile` with the below changes:

0 commit comments

Comments
 (0)