Skip to content

Releases: submariner-io/shipyard

0.18.0-m0

29 Jan 15:05
Compare
Choose a tag to compare
0.18.0-m0 Pre-release
Pre-release
Add ability to specify custom config

Add an ability to specify custom config in the cluster config file,
which will be provider specific, and allow consuming projects to
customize the provider's configuration before deploying.

Currently, only 'kind' will be supported.

Signed-off-by: Mike Kolesnik <[email protected]>

0.16.3

10 Jan 18:45
Compare
Choose a tag to compare
Bump the github-actions group with 1 update

Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.22.11 to 3.22.12
- [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/b374143c1149a9115d881581d29b8390bbcbb59c...012739e5082ff0c22ca6d6ab32e07c36df03c4a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>

0.17.0-m3

03 Jan 09:23
Compare
Choose a tag to compare
0.17.0-m3 Pre-release
Pre-release
Drop release-0.13 from dependabot config

It's obsolete.

Signed-off-by: Stephen Kitt <[email protected]>

0.17.0-m2

12 Dec 09:08
Compare
Choose a tag to compare
0.17.0-m2 Pre-release
Pre-release
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

27 Nov 10:01
Compare
Choose a tag to compare
0.17.0-m1 Pre-release
Pre-release
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

08 Nov 12:48
Compare
Choose a tag to compare
0.17.0-m0 Pre-release
Pre-release
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

07 Nov 17:27
Compare
Choose a tag to compare
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

06 Nov 11:26
Compare
Choose a tag to compare
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

31 Oct 17:36
Compare
Choose a tag to compare
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

17 Oct 11:16
Compare
Choose a tag to compare
Fix the K8S_VERSION variable case

The ovn deployment scripts expect K8S_VERSION, export that.

Signed-off-by: Stephen Kitt <[email protected]>