Commit Graph

2343 Commits

Author SHA1 Message Date
Knative Automation c43477f005
upgrade to latest dependencies (#3137)
bumping knative.dev/hack e92a16a...c142b48:
  > c142b48 Refactor release script to gh CLI (# 408)
  > f8be0cc Update community files (# 407)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-17 08:41:04 +00:00
dependabot[bot] 0c2a238a16
Bump golang.org/x/tools from 0.28.0 to 0.29.0 (#3134)
* Bump golang.org/x/tools from 0.28.0 to 0.29.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-13 16:10:00 +00:00
Dave Protasowski accfe36491
Satisfy linter (#3132)
* drop deprecated linter

* fix uint64=>int64 overflow

* fix unnecessary fmt.Sprintf

* ignore false positive fatcontext

* fix integer overflows

* update golangci-lint config - properly was moved

* fix formatting calls

* use new integer range syntax

* adjust nolint comments

* stop using deprecated k8s types
2025-01-10 15:06:18 +00:00
Dave Protasowski b4ff2c14fb
run dependabot workflow only on dependabot branches (#3133) 2025-01-10 10:28:17 +00:00
dependabot[bot] 83cd52ed87
Bump golang.org/x/net from 0.31.0 to 0.34.0 (#3130)
* Bump golang.org/x/net from 0.31.0 to 0.34.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.34.0.
- [Commits](https://github.com/golang/net/compare/v0.31.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-09 20:18:17 +00:00
dependabot[bot] 4d8f7474aa
Bump google.golang.org/grpc from 1.68.0 to 1.69.2 (#3131)
* Bump google.golang.org/grpc from 1.68.0 to 1.69.2

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.68.0 to 1.69.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.69.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-09 20:00:16 +00:00
dependabot[bot] 459f60e807
Bump google.golang.org/protobuf from 1.35.2 to 1.36.2 (#3129)
* Bump google.golang.org/protobuf from 1.35.2 to 1.36.2

Bumps google.golang.org/protobuf from 1.35.2 to 1.36.2.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-09 18:36:16 +00:00
dependabot[bot] 14369d0c60
Bump golang.org/x/tools from 0.27.0 to 0.28.0 (#3119)
* Bump golang.org/x/tools from 0.27.0 to 0.28.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-09 18:26:16 +00:00
Knative Automation 28f90c22c3
upgrade to latest dependencies (#3127)
bumping knative.dev/hack ef6e7e9...e92a16a:
  > e92a16a set min to 1.30 (# 405)
  > cad8c71 Update community files (# 406)
  > 1978b3a Update community files (# 404)
  > b799531 Update community files (# 403)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 18:14:16 +00:00
Stavros Kontopoulos 23c15c0870
Update k8s min and deps to 1.30 (#3124)
* go.mod

* vendor

* client

* fix unit tests

* set min 1.29.0

* bump version to 1.30 again
2025-01-09 16:25:16 +00:00
Knative Automation 4ba3f1b39d
Update community files (#3128)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 13:12:02 +00:00
Knative Automation 4c901591eb
Update community files (#3126)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-23 13:11:19 +00:00
Stavros Kontopoulos 40afb7c543
fix script (#3123) 2024-12-18 05:15:09 +00:00
Knative Automation f3ab5605e5
Update community files (#3118)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 01:36:18 +00:00
dependabot[bot] a7fd9b10bb
Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#3117)
* Bump google.golang.org/protobuf from 1.35.1 to 1.35.2

Bumps google.golang.org/protobuf from 1.35.1 to 1.35.2.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-18 07:44:47 +00:00
dependabot[bot] 215048add1
Bump golang.org/x/tools from 0.26.0 to 0.27.0 (#3114)
* Bump golang.org/x/tools from 0.26.0 to 0.27.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-15 11:20:44 +00:00
dependabot[bot] 47a6f9fc2e
Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#3116)
* Bump google.golang.org/grpc from 1.67.1 to 1.68.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.68.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.67.1...v1.68.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-12 09:44:40 +00:00
dependabot[bot] 7b333a046a
Bump golang.org/x/net from 0.30.0 to 0.31.0 (#3113)
* Bump golang.org/x/net from 0.30.0 to 0.31.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/net/compare/v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-11 07:05:03 +00:00
Knative Automation 0a99635c78
Update community files (#3112)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-06 01:34:42 +00:00
Knative Automation 25f6002b00
upgrade to latest dependencies (#3111)
bumping knative.dev/hack 2191456...ef6e7e9:
  > ef6e7e9 Export KO_FLAGS for consuming scripts (# 401)

Signed-off-by: Knative Automation <automation@knative.team>
2024-10-26 18:07:04 +00:00
Knative Automation 6af2bf9747
upgrade to latest dependencies (#3110)
bumping knative.dev/hack 05b2fb3...2191456:
  > 2191456 Update community files (# 400)

Signed-off-by: Knative Automation <automation@knative.team>
2024-10-24 13:33:02 +00:00
Mathew Wicks 76cfa123ad
Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (#3107)
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-10-21 15:07:27 +00:00
Mathew Wicks 6d1085172f
Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (#3103)
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-10-17 20:24:23 +00:00
Knative Automation 6eb75e8939
Update community files (#3105)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-16 01:34:34 +00:00
Knative Automation 95b4b97567
upgrade to latest dependencies (#3104)
bumping knative.dev/hack 9724320...05b2fb3:
  > 05b2fb3 Update community files (# 399)
  > fc6a845 Update community files (# 398)

Signed-off-by: Knative Automation <automation@knative.team>
2024-10-15 08:28:32 +00:00
dependabot[bot] 59c22a1899
Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#3102)
* Bump google.golang.org/protobuf from 1.34.2 to 1.35.1

Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-14 06:50:30 +00:00
Knative Automation e0f65ceabc
Update community files (#3101)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-10 13:12:07 +00:00
dependabot[bot] 952269c2bd
Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3100)
* Bump golang.org/x/net from 0.29.0 to 0.30.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/net/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-09 12:56:03 +00:00
dependabot[bot] e52e2e42e0
Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (#3099)
* Bump google.golang.org/grpc from 1.67.0 to 1.67.1

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.0 to 1.67.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.67.0...v1.67.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-09 12:46:03 +00:00
dependabot[bot] 4e357edda7
Bump golang.org/x/tools from 0.25.0 to 0.26.0 (#3098)
* Bump golang.org/x/tools from 0.25.0 to 0.26.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-09 12:37:02 +00:00
dependabot[bot] 5031733414
Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (#3097)
* Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0

Bumps [go.uber.org/automaxprocs](https://github.com/uber-go/automaxprocs) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/uber-go/automaxprocs/releases)
- [Changelog](https://github.com/uber-go/automaxprocs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/automaxprocs/compare/v1.5.3...v1.6.0)

---
updated-dependencies:
- dependency-name: go.uber.org/automaxprocs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-30 06:59:54 +00:00
Jonathan Innis c4843b746d
Give users the ability to disable namespace ownership of webhook configurations (#3095) 2024-09-26 01:31:27 +00:00
Reto Lehmann 28b58b842f
Use istio.sidecar.inject label instead of annotation (#3096) 2024-09-24 20:21:02 +00:00
dependabot[bot] aabe552ba5
Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#3094)
* Bump google.golang.org/grpc from 1.66.2 to 1.67.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.2 to 1.67.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.2...v1.67.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-23 06:34:42 +00:00
dependabot[bot] a4774ed5fa
Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 (#3093)
* Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3

Bumps [github.com/gobuffalo/flect](https://github.com/gobuffalo/flect) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/gobuffalo/flect/releases)
- [Commits](https://github.com/gobuffalo/flect/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: github.com/gobuffalo/flect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-23 06:26:41 +00:00
dependabot[bot] aaab500c26
Bump golang.org/x/tools from 0.24.0 to 0.25.0 (#3091)
* Bump golang.org/x/tools from 0.24.0 to 0.25.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-17 09:12:17 +00:00
dependabot[bot] de0796c81a
Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (#3092)
* Bump google.golang.org/grpc from 1.66.0 to 1.66.2

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.0 to 1.66.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.0...v1.66.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-17 09:03:08 +00:00
dependabot[bot] 3002873b44
Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#3087)
* Bump google.golang.org/grpc from 1.65.0 to 1.66.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.66.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-12 13:28:15 +00:00
dependabot[bot] fdbc0b5add
Bump golang.org/x/net from 0.28.0 to 0.29.0 (#3090)
* Bump golang.org/x/net from 0.28.0 to 0.29.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-10 17:09:30 +00:00
Knative Automation 7c0ad27b09
Update community files (#3089)
Signed-off-by: Knative Automation <automation@knative.team>
2024-09-09 01:36:21 +00:00
Knative Automation a1469cf544
upgrade to latest dependencies (#3088)
bumping knative.dev/hack 06f7aff...9724320:
  > 9724320 Fix premature codegen cleanup exit on 1 (# 397)

Signed-off-by: Knative Automation <automation@knative.team>
2024-09-05 10:34:34 +00:00
Knative Automation 89743d9bbf
upgrade to latest dependencies (#3085)
bumping knative.dev/hack 441a19f...06f7aff:
  > 06f7aff tag images using ko (# 393)
  > 452e340 Update community files (# 392)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-15 05:16:56 +00:00
Dave Protasowski cd3311cbab
bump k8s deps to v0.30.3 (#3084)
* bump k8s version

* vendor k8s code from 1.29

* don't pin go to a patch version

* don't bump websocket lib

* set go.mod to include patch
2024-08-12 05:32:09 +00:00
Knative Automation 0991b2f920
Update community files (#3083)
Signed-off-by: Knative Automation <automation@knative.team>
2024-08-08 01:36:30 +00:00
dependabot[bot] c88d5dad96
Bump github.com/tsenart/vegeta/v12 from 12.11.3 to 12.12.0 (#3082)
* Bump github.com/tsenart/vegeta/v12 from 12.11.3 to 12.12.0

Bumps [github.com/tsenart/vegeta/v12](https://github.com/tsenart/vegeta) from 12.11.3 to 12.12.0.
- [Release notes](https://github.com/tsenart/vegeta/releases)
- [Changelog](https://github.com/tsenart/vegeta/blob/master/CHANGELOG)
- [Commits](https://github.com/tsenart/vegeta/compare/v12.11.3...v12.12.0)

---
updated-dependencies:
- dependency-name: github.com/tsenart/vegeta/v12
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-05 06:37:31 +00:00
dependabot[bot] cb30d007bf
Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#3081)
* Bump golang.org/x/sync from 0.7.0 to 0.8.0

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-05 06:28:49 +00:00
Knative Automation 433889b44e
upgrade to latest dependencies (#3080)
bumping knative.dev/hack 9c9eed6...441a19f:
  > 441a19f remove geo replication (# 389)
  > 0a23232 Update community files (# 388)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-02 08:28:07 +00:00
Knative Automation 0e7ffe491d
Update community files (#3079)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-30 13:15:44 +00:00
dependabot[bot] 330b271be1
Bump github.com/tsenart/vegeta/v12 from 12.11.1 to 12.11.3 (#3077)
* Bump github.com/tsenart/vegeta/v12 from 12.11.1 to 12.11.3

Bumps [github.com/tsenart/vegeta/v12](https://github.com/tsenart/vegeta) from 12.11.1 to 12.11.3.
- [Release notes](https://github.com/tsenart/vegeta/releases)
- [Changelog](https://github.com/tsenart/vegeta/blob/master/CHANGELOG)
- [Commits](https://github.com/tsenart/vegeta/compare/v12.11.1...v12.11.3)

---
updated-dependencies:
- dependency-name: github.com/tsenart/vegeta/v12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-30 08:19:39 +00:00
Knative Automation 3561487757
upgrade to latest dependencies (#3078)
bumping knative.dev/hack b979959...9c9eed6:
  > 9c9eed6 💝 Vendorless codegen via shell scripting (# 386)

Signed-off-by: Knative Automation <automation@knative.team>
2024-07-30 08:07:25 +00:00