Skip to content

Releases: submariner-io/shipyard

0.23.1

12 Mar 11:16

Choose a tag to compare

Update Tekton task references to latest versions

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>

0.23.0

10 Mar 12:06

Choose a tag to compare

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

11 Feb 17:25

Choose a tag to compare

0.24.0-m0 Pre-release
Pre-release
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

09 Feb 17:38

Choose a tag to compare

0.23.0-rc0 Pre-release
Pre-release
Update Shipyard to use stable branch 'release-0.23'

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

0.22.1

10 Feb 19:28

Choose a tag to compare

Update Tekton task refs to latest versions

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>

0.23.0-m0

22 Dec 14:21

Choose a tag to compare

0.23.0-m0 Pre-release
Pre-release
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

08 Dec 15:49

Choose a tag to compare

Pin Konflux Dockerfile version label

Enables dynamic tagging in Konflux releases.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>

0.22.0-rc1

24 Nov 15:46

Choose a tag to compare

0.22.0-rc1 Pre-release
Pre-release
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

12 Nov 22:57

Choose a tag to compare

0.22.0-rc0 Pre-release
Pre-release
Update Shipyard to use stable branch 'release-0.22'

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

0.21.2

10 Nov 15:02
9048b8a

Choose a tag to compare

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>