Skip to content

Releases: submariner-io/subctl

0.13.0-rc1

04 Jul 13:21
a4d93b7
Compare
Choose a tag to compare
0.13.0-rc1 Pre-release
Pre-release
Update subctl to use version v0.13.0-rc1 (#148)

Signed-off-by: Automated Release <release@submariner.io>

Co-authored-by: Automated Release <release@submariner.io>

0.13.0-rc0

22 Jun 07:01
3079885
Compare
Choose a tag to compare
0.13.0-rc0 Pre-release
Pre-release
Update subctl to use version v0.13.0-rc0 (#114)

Signed-off-by: Automated Release <release@submariner.io>

Co-authored-by: Automated Release <release@submariner.io>

0.13.0-m2

31 May 15:03
Compare
Choose a tag to compare
0.13.0-m2 Pre-release
Pre-release
Bump Submariner dependencies to 0.13.0-m2

This is the result of

    go get github.com/submariner-io/submariner-operator@v0.13.0-m2
    go get github.com/submariner-io/cloud-prepare@v0.13.0-m2
    go get github.com/submariner-io/lighthouse@v0.13.0-m2
    go mod tidy -go=1.16 && go mod tidy -go=1.17

The result survives a "go mod tidy" without error and without
changes.

See https://tip.golang.org/doc/go1.17#go-command for background.

Signed-off-by: Stephen Kitt <skitt@redhat.com>