Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add consul-k8s, go-discovery (#29043)
Testing looks like its better suited for a full k8s environment, so holding off on more detailed functional tests here. Also includes go-discovery, [which is a runtime dependency of consul-k8s](https://github.com/hashicorp/consul-k8s/blob/0c3745134cbb81198758c442b8d80d61bb351bed/control-plane/Dockerfile#L58). go-discovery is unversioned upstream. <!--- Provide a short summary in the Title above. Examples of good PR titles: * "ruby-3.1: new package" * "haproxy: fix CVE-2014-123456" --> <!-- Please include references to any related issues or delete this section otherwise. --> Related: chainguard-dev/image-requests#4271 ### Pre-review Checklist <!-- This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through. At the moment of this PR you have the most information on what all the change will affect, so please take the time to jot it down. Put an `x` in all the items that apply, make notes next to any that haven't been addressed, and remove any items that are not relevant to this PR. --> #### For new package PRs only <!-- remove if unrelated --> - [ ] This PR is marked as fixing a pre-existing package request bug - [x] Alternatively, the PR is marked as related to a pre-existing package request bug, such as a dependency - [x] REQUIRED - The package is available under an OSI-approved or FSF-approved license - [x] REQUIRED - The version of the package is still receiving security updates - [ ] This PR links to the upstream project's support policy (e.g. `endoflife.date`) Not eol.date, but looks like multiple version streams supported: 1.1 - 1.5 #### For new version streams <!-- remove if unrelated --> - [x] The upstream project actually supports multiple concurrent versions. - [x] Any subpackages include the version string in their package name (e.g. `name: ${{package.name}}-compat`) - [x] The package (and subpackages) `provides:` logical unversioned forms of the package (e.g. `nodejs`, `nodejs-lts`) - [ ] If non-streamed package names no longer built, open PR to withdraw them (see [WITHDRAWING PACKAGES](https://github.com/wolfi-dev/os/blob/main/WITHDRAWING_PACKAGES.md))
- Loading branch information