knative-automation
|
30a02f9443
|
upgrade to latest dependencies (#700)
bumping knative.dev/pkg 8fa1a3f...918fd93:
> 918fd93 Update community files (# 2633)
> 44d1d7d Go1.19 changes (# 2631)
> 6718478 Update community files (# 2628)
> dc1fae1 changeset: allow override the revision through ldflags (# 2601)
> 92ed919 Fix: Mute the linter on error return values. (# 2627)
bumping knative.dev/hack 4b6bd86...8f3c705:
> 8f3c705 Update community files (# 247)
> 62b15bd drop support for the istio add on flag (# 243)
> f5be74f Update community files (# 245)
> 80fd6da KO_DATA_PATH doesn't need to be set anymore (# 244)
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
|
2022-11-04 14:40:07 +00:00 |
knative-automation
|
783e3361b2
|
upgrade to latest dependencies (#661)
bumping knative.dev/hack a645040...123a278:
> 123a278 🧹 Migrate to using the `go run` instead of `go install` (# 172)
bumping knative.dev/pkg 1a5e168...6c9c1c6:
> 6c9c1c6 remove defunct markdown linting variable (# 2552)
> 3764d73 fix linting (# 2555)
> a286510 upgrade to latest dependencies (# 2554)
Signed-off-by: Knative Automation <automation@knative.team>
|
2022-07-25 10:55:24 +00:00 |
knative-automation
|
9d082ff35e
|
upgrade to latest dependencies (#659)
bumping knative.dev/hack 65c463a...a645040:
> a645040 Update community files (# 201)
> 81e30c2 remove references to git markdown checking (# 199)
> e3be8da Update community files (# 197)
bumping knative.dev/pkg e60d250...1a5e168:
> 1a5e168 Update community files (# 2553)
> c488837 Add reconcile for ValidatingWebhookConfiguration and MutatingWebhookConfiguration. (# 2550)
> 1ad02a5 Drop error from changeset.Get signature (# 2549)
> 473ba31 Bump min go version to 1.18 && read build info from embedded binary (# 2548)
> f1f36a2 Fix subresource update logic. (# 2546)
> 418e138 Update community files (# 2545)
Signed-off-by: Knative Automation <automation@knative.team>
|
2022-07-21 13:29:19 +00:00 |
knative-automation
|
1a96127056
|
upgrade to latest dependencies (#606)
bumping knative.dev/hack 0456e8b...cf8cbc0:
> cf8cbc0 Fix the regex used for matching GitHub Actions files (# 156)
> a8ef7b6 Skip presubmit tests for .github updates (# 154)
bumping knative.dev/pkg 3c00bb0...80c511a:
> 80c511a Wait for reconciler/controllers to return prior to exiting the process (# 2437)
> d481724 Update community files (# 2428)
> 9ea8176 Update actions (# 2430)
> 0caafcb upgrade to latest dependencies (# 2429)
> 3b550af changeset: Look in packed-refs file if ref file not found. (# 2425)
> 5e98acd Make URL compatible with controller-gen (# 2431)
Signed-off-by: Knative Automation <automation@knative.team>
|
2022-02-23 10:06:41 -08:00 |
Matt Moore
|
1dd26e7d03
|
Migrate caching to go mod (#258)
|
2020-04-27 14:35:51 -07:00 |
mattmoor-sockpuppet
|
2e1a1d12d1
|
Auto-update dependencies (#74)
Produced via:
`dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign @mattmoor
|
2019-08-15 21:17:08 -07:00 |
Matt Moore
|
aa9bd3961c
|
Migrate to knative.dev/pkg (#35)
These changes done via:
```
sed -i 's@"github.com/knative/pkg@"knative.dev/pkg@g' $(find -name '*.go' | grep -v vendor | xargs grep github.com/knative/pkg | cut -d':' -f 1)
```
`Gopkg.toml`:
- github.com/knative/pkg -> knative.dev/pkg
- release-0.7 -> master
`./hack/update-codegen.sh`:
- github.com/knative/pkg -> knative.dev/pkg
```
./hack/update-deps.sh
./hack/update-codegen.sh
```
|
2019-06-26 13:56:06 -07:00 |