Releases: submariner-io/shipyard
Releases · submariner-io/shipyard
0.17.0-m2
Fix linting image build failure due to PEP 668 Pip had a check enabled that fails the install due to packages being managed by the OS. The added flag ignores this check. Otherwise, the build fails with: ``` 11.85 × This environment is externally managed 11.85 ╰─> 11.85 The system-wide python installation should be maintained using the 11.85 system package manager (apk) only. ... 11.85 note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. 11.85 hint: See PEP 668 for the detailed specification. ``` Signed-off-by: Mike Kolesnik <[email protected]>
0.17.0-m1
Bump github.com/docker/buildx from 0.11.2 to 0.12.0 in /tools Bumps [github.com/docker/buildx](https://github.com/docker/buildx) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/docker/buildx/releases) - [Commits](https://github.com/docker/buildx/compare/v0.11.2...v0.12.0) --- updated-dependencies: - dependency-name: github.com/docker/buildx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
0.17.0-m0
Bump github.com/cli/cli/v2 from 2.37.0 to 2.38.0 in /tools Bumps [github.com/cli/cli/v2](https://github.com/cli/cli) from 2.37.0 to 2.38.0. - [Release notes](https://github.com/cli/cli/releases) - [Changelog](https://github.com/cli/cli/blob/trunk/.goreleaser.yml) - [Commits](https://github.com/cli/cli/compare/v2.37.0...v2.38.0) --- updated-dependencies: - dependency-name: github.com/cli/cli/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
0.16.2
Update otelhttptrace to fix GHSA-rcjv-mgp8-qvmr ``` go get -u \ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace go mod tidy ``` Signed-off-by: Daniel Farrell <[email protected]>
0.16.1
Bump github/codeql-action from 2.21.9 to 2.22.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ddccb873888234080b77e9bc2d4764d5ccaaccf9...74483a38d39275f33fcff5f35b679b5ca4a26a99) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
0.15.3
Bump k8s.io/client-go from 0.26.9 to 0.26.10 Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.9 to 0.26.10. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.26.9...v0.26.10) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
0.14.7
Fix the K8S_VERSION variable case The ovn deployment scripts expect K8S_VERSION, export that. Signed-off-by: Stephen Kitt <[email protected]>
0.16.0
Bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
0.16.0-rc1
Bump k8s.io/client-go from 0.27.5 to 0.27.6 Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.5 to 0.27.6. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.27.5...v0.27.6) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
0.16.0-rc0
Update Shipyard to use stable branch 'release-0.16' Signed-off-by: Automated Release <[email protected]>