Releases: submariner-io/shipyard
Releases · submariner-io/shipyard
0.23.1
0.23.0
Update Konflux references Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
0.24.0-m0
Bump the gomod group with 2 updates Bumps the gomod group with 2 updates: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/onsi/gomega](https://github.com/onsi/gomega). Updates `github.com/onsi/ginkgo/v2` from 2.27.5 to 2.28.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.27.5...v2.28.1) Updates `github.com/onsi/gomega` from 1.39.0 to 1.39.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.39.0...v1.39.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/onsi/gomega dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
0.23.0-rc0
Update Shipyard to use stable branch 'release-0.23' Signed-off-by: Automated Release <release@submariner.io>
0.22.1
Update Tekton task refs to latest versions Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
0.23.0-m0
Use IntOrString constructors This is less verbose and more resilient against future change than constructing the objects manually. Signed-off-by: Stephen Kitt <skitt@redhat.com>
0.22.0
Pin Konflux Dockerfile version label Enables dynamic tagging in Konflux releases. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
0.22.0-rc1
Check non-release dependencies across modules The check for Submariner dependencies referencing unmerged commits only checks the main module. That isn't sufficient: Lighthouse for example has a coredns submodule with Submariner dependencies. This extends check-non-release-versions.sh to loop over all submodules. Dependencies are only cloned once, and all dependencies are processed before returning the result so that all invalid dependencies are identified. Submodules for which this check is irrelevant are processed too, but since they don't have Submariner dependencies that's fine; and if they ever do end up with Submariner dependencies, they'll be covered automatically. Signed-off-by: Stephen Kitt <skitt@redhat.com>
0.22.0-rc0
Update Shipyard to use stable branch 'release-0.22' Signed-off-by: Automated Release <release@submariner.io>
0.21.2
Add force-udp-encaps deployment flag Add support for force-udp-encaps flag in Makefile, so we can catch errors related to UDP encapsulation like [1] in CI. [1] https://github.com/submariner-io/submariner/issues/3612 Signed-off-by: Yossi Boaron <yboaron@redhat.com>