Commit Graph

1779 Commits

Author SHA1 Message Date
Knative Automation dacb3ee02e
upgrade to latest dependencies (#2485)
bumping knative.dev/eventing 07d3790...04c42dc:
  > 04c42dc [main] Update community files (# 8187)
  > 8c22bf5 [main] Upgrade to latest dependencies (# 8186)
bumping knative.dev/pkg a1469cf...7c0ad27:
  > 7c0ad27 Update community files (# 3089)
bumping knative.dev/serving bdec909...7c927b7:
  > 7c927b7 Update net-kourier nightly (# 15497)
  > b50a09e Update net-istio nightly (# 15496)

Signed-off-by: Knative Automation <automation@knative.team>
2024-09-09 06:35:03 +00:00
Knative Automation 2286e87bde
Update community files (#2484)
Signed-off-by: Knative Automation <automation@knative.team>
2024-09-09 02:04:33 +00:00
Knative Automation f4bd1d8ae0
upgrade to latest dependencies (#2478)
bumping knative.dev/pkg 89743d9...a1469cf:
  > a1469cf upgrade to latest dependencies (# 3088)
bumping knative.dev/hack 06f7aff...9724320:
  > 9724320 Fix premature codegen cleanup exit on 1 (# 397)
bumping knative.dev/serving f07e3d6...bdec909:
  > bdec909 upgrade to latest dependencies (# 15495)

Signed-off-by: Knative Automation <automation@knative.team>
2024-09-06 04:49:34 +00:00
github-actions[bot] 8e4acdd35e
chore: update Quarkus platform version to 3.14.2 (#2481)
Co-authored-by: Knative Automation <automation@knative.team>
2024-09-05 05:28:33 +00:00
David Fridrich a13056e4ee
migrate client-pkg to client/pkg (#2477)
* migrate

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* migrate more

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* sort imports

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

---------

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-09-04 10:08:32 +00:00
Knative Automation 799de30aea
upgrade to latest dependencies (#2476)
bumping knative.dev/eventing 34f9cd3...07d3790:
  > 07d3790 SinkBinding wrongly enqueues namespaces (# 8184)
  > 902f9d3 Migrate to kube_codegen.sh (# 8183)
bumping knative.dev/serving 5f5f6d8...f07e3d6:
  > f07e3d6 Fix deepcopy gen (# 15492)
  > 372f5d1 Migrate to kube codegen (# 15491)
bumping knative.dev/client-pkg 22f5989...eb73a58:
  > eb73a58 🗑️ Deprecate knative.dev/client-pkg (# 193)

Signed-off-by: Knative Automation <automation@knative.team>
2024-09-04 05:40:32 +00:00
Matej Vašek e937035dae
Incorporate s2i CLI into func-utils image. (#2473)
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-09-03 13:03:21 +00:00
Matej Vašek 2e4d157162
On cluster s2i build for Go (alternative version) (#2471)
* Prepare util image to accomodate multiple cmds

As of now func-util image has only one command of our own -- "deploy".
This commits prepares grounds for one additional command named "scaffolding".
The commands will be implemented in one binary and dispatched over
argv[0] using symlinks. Kinda like busybox does.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Add scaffolding for on-cluster build

Added new build step in tekton pipeline that scaffolds main() for Go
porject when using s2i builder.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Better docker build caching

This will cache dependencies between docker builds.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* fixup: perms

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* fixup: remove broken check

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* fixup: remove test because of 'no space left on device'

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Make func-util rootfull

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

---------

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-09-03 12:33:17 +00:00
github-actions[bot] 82d0653d8e
chore: update Quarkus platform version to 3.14.1 (#2474)
Co-authored-by: Knative Automation <automation@knative.team>
2024-08-30 05:42:19 +00:00
Knative Automation 82541511e5
upgrade to latest dependencies (#2475)
bumping knative.dev/eventing ecae895...34f9cd3:
  > 34f9cd3 Disable controller default health probes in the IMC dispatcher (# 8125)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-30 05:24:19 +00:00
David Fridrich ca61712d4b
allow digested images to be 'run' (#2445)
* init fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* dont override direct deploy tag, more tests

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* dont validate with tagged image, fix comment

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* init run fix for --image

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* init

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* int test, add valid untdigested images to run

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* check images passed to runner for func run command

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix build/deploy image passing bug add test

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* remove extra printing

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* merge functions to digested

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* misspell

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* simplify

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* quick fix

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* remove prints, comment

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

---------

Signed-off-by: gauron99 <fridrich.david19@gmail.com>
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-08-28 06:13:02 +00:00
Knative Automation bbb3c47b4b
upgrade to latest dependencies (#2470)
bumping knative.dev/eventing 833f4aa...ecae895:
  > ecae895 AuthZ: Provide function to update AppliedEventPoliciesStatus based on a given list of applying policies (# 8173)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-28 04:07:56 +00:00
Knative Automation 8f7dd2c2b2
upgrade to latest dependencies (#2468)
bumping knative.dev/eventing 36e0721...833f4aa:
  > 833f4aa Split AuthZ e2e tests (# 8181)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-27 05:02:13 +00:00
github-actions[bot] 4775ad973c
chore: update Springboot platform version to 3.3.3 (#2465)
Co-authored-by: Knative Automation <automation@knative.team>
2024-08-26 06:48:26 +00:00
Knative Automation c6c215e321
upgrade to latest dependencies (#2463)
bumping knative.dev/eventing 5fc4c0f...36e0721:
  > 36e0721 Broker class based defaults (# 7631)
  > e4b6d68 [main] Upgrade to latest dependencies (# 8172)
  > 24a43e8 chore: refactor cross namespace test to make it reusable (# 8157)
  > da10b71 Support dispatcher format for triggers (# 8151)
  > 477588c JobSink: Reject unauthorized requests (# 8169)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-26 06:13:02 +00:00
Knative Automation 2a6317c272
upgrade to latest dependencies (#2461)
bumping knative.dev/serving c51ee6c...5f5f6d8:
  > 5f5f6d8 Update net-kourier nightly (# 15476)
bumping knative.dev/eventing bf945f9...5fc4c0f:
  > 5fc4c0f Fix JobSink to have ObservedGeneration in status (# 8168)
  > ed71838 Fix: Use correct readyness check in AuthZ conformance tests (# 8167)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-22 05:14:41 +00:00
github-actions[bot] 2f852d1b32
chore: update Quarkus platform version to 3.13.3 (#2462)
Co-authored-by: Knative Automation <automation@knative.team>
2024-08-20 22:25:33 +00:00
Knative Automation 0f2bdfa605
upgrade to latest dependencies (#2459)
bumping knative.dev/eventing 90a88fc...bf945f9:
  > bf945f9 Support authorization in Channel ingress (# 8162)
  > b57ac3a Fix: propagate EventPolicy filter to underlying Channels EventPolicy (# 8163)
  > 2b92299 Add filters to event policy (# 8122)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-19 13:25:42 +00:00
Knative Automation ad6ba2e48a
upgrade to latest dependencies (#2458)
bumping knative.dev/pkg cd3311c...89743d9:
  > 89743d9 upgrade to latest dependencies (# 3085)
bumping knative.dev/serving 446e690...c51ee6c:
  > c51ee6c Update net-contour nightly (# 15471)
  > 25e5f48 Update net-gateway-api nightly (# 15470)
  > 6fe1b33 upgrade to latest dependencies (# 15469)
bumping knative.dev/eventing 1123cfa...90a88fc:
  > 90a88fc [main] Upgrade to latest dependencies (# 8159)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-16 06:40:11 +00:00
Knative Automation b23e16b17e
upgrade to latest dependencies (#2457)
bumping knative.dev/hack 452e340...06f7aff:
  > 06f7aff tag images using ko (# 393)
bumping knative.dev/serving 64ac199...446e690:
  > 446e690 upgrade to latest dependencies (# 15462)
  > 64820f2 update schema-config (# 15467)
  > b7026be Update net-contour nightly (# 15463)
  > 221b632 Update net-gateway-api nightly (# 15464)
bumping knative.dev/networking f170238...d4c57cd:
  > d4c57cd Update community files (# 999)
  > fb56e09 upgrade to latest dependencies (# 998)
bumping knative.dev/eventing 7a90257...1123cfa:
  > 1123cfa feat: reduced unnecessary creation of filters (# 8118)
  > 71d5d5f Add AuthZ conformance e2e test suite (# 8150)
  > e41da98 [main] Upgrade to latest dependencies (# 8153)

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-15 08:27:48 +00:00
github-actions[bot] 9e75491546
chore: update Quarkus platform version to 3.13.2 (#2456)
Co-authored-by: Knative Automation <automation@knative.team>
2024-08-13 07:42:26 +00:00
Knative Automation 7e9c878f75
upgrade to latest dependencies (#2455)
Signed-off-by: Knative Automation <automation@knative.team>
2024-08-13 07:03:35 +00:00
Knative Automation 3668b5f608
upgrade to latest dependencies (#2452)
Signed-off-by: Knative Automation <automation@knative.team>
2024-08-08 11:56:32 +00:00
github-actions[bot] ce67f86d45
chore: update Quarkus platform version to 3.13.1 (#2453)
Co-authored-by: Knative Automation <automation@knative.team>
2024-08-08 09:58:24 +00:00
Knative Automation edaad509b5
Update community files (#2454)
Signed-off-by: Knative Automation <automation@knative.team>
2024-08-08 02:02:50 +00:00
Knative Automation e6856fca51
upgrade to latest dependencies (#2449)
Signed-off-by: Knative Automation <automation@knative.team>
2024-08-06 15:24:26 +00:00
github-actions[bot] 72f41cd064
chore: update Quarkus platform version to 3.13.0 (#2451)
Co-authored-by: Knative Automation <automation@knative.team>
2024-08-01 19:11:55 +00:00
Knative Automation d8d8fe2235
Update community files (#2450)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-30 13:39:35 +00:00
Matej Vašek ae4c7d927c
Remove superfluous equals sign from envvar (#2446)
* Remove superfluous equals sign from envvar

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Update rust templates Cargo.lock

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

---------

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-07-26 16:02:19 +00:00
Jefferson Ramos 3c1490b351
test: adding GO s2i to e2e test suite (#2401) 2024-07-25 06:53:19 +00:00
Knative Automation a511cd9301
upgrade to latest dependencies (#2442)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-24 17:40:07 +00:00
Knative Automation 5752e8e9c6
upgrade to latest dependencies (#2437)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-24 05:35:59 +00:00
Matej Vašek 2fdca6cc0f
Include go.sum in the Go CloudEvent template (#2441)
The go.sum must be in place otherwise "go list -f {{.Incomplete}}"
returns true which breaks s2i build.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-07-23 20:13:25 +00:00
Matej Vašek 7a75fecfec
Fix failure in GHA caused by missing cargo bin (#2440)
It appears that the cargo in no longer part of GHA image at least for macOS.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-07-23 12:48:58 +00:00
github-actions[bot] 531af8fd72
chore: update Springboot platform version to 3.3.2 (#2436)
Co-authored-by: Knative Automation <automation@knative.team>
2024-07-22 17:02:01 +00:00
Knative Automation 3fa143ec06
upgrade to latest dependencies (#2435)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-22 14:22:29 +00:00
Knative Automation 8d4a254926
upgrade to latest dependencies (#2434)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-22 06:50:46 +00:00
Matej Vašek 362bdf64c8
fix: springboot updater missing EOL (#2433)
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-07-22 05:35:14 +00:00
Matej Vašek aed23cf9a1
Fix PaC detection for Red Hat's Sandbox cluster (#2429)
The sandbox cluster installs PaC cm into tekton-pipelines NS.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-07-19 09:37:20 +00:00
github-actions[bot] c093c38239
chore: update Quarkus platform version to 3.12.3 (#2427)
Co-authored-by: Knative Automation <automation@knative.team>
2024-07-18 07:05:46 +00:00
Knative Automation e5eba96164
upgrade to latest dependencies (#2426)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-17 05:52:20 +00:00
David Fridrich bda9487aa8
fix: Allow undigested images to be deployed directly (#2390)
* init fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* dont override direct deploy tag, more tests

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* dont validate with tagged image, fix comment

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* simplify

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* comments

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

---------

Signed-off-by: gauron99 <fridrich.david19@gmail.com>
2024-07-16 14:08:55 +00:00
Knative Automation 6a75f57923
upgrade to latest dependencies (#2425)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-15 07:15:26 +00:00
Matej Vašek e641bba0b5
Cron GH Action to update CA bundle (#2422)
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-07-12 06:36:45 +00:00
Knative Automation 8da75c4909
upgrade to latest dependencies (#2421)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-12 06:21:27 +00:00
github-actions[bot] 4d96d7d3b0
chore: update Quarkus platform version to 3.12.2 (#2424)
Co-authored-by: Knative Automation <automation@knative.team>
2024-07-10 21:26:15 +00:00
Matej Vašek 4dbe11376b
chore: linter should ignore test data symlinks (#2423)
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-07-10 14:30:41 +00:00
Knative Automation 210950ec55
upgrade to latest dependencies (#2417)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-09 18:10:44 +00:00
Matej Vašek a2a97dbd85
Fix linter issues (#2420)
* chore: fixed typos

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* chore: removed trailing whitespaces

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* chore: added EoLs at EoFs

Signed-off-by: Matej Vašek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-07-09 13:48:22 +00:00
github-actions[bot] 03a2e24d85
chore: update Quarkus platform version to 3.12.1 (#2419)
Co-authored-by: Knative Automation <automation@knative.team>
2024-07-09 08:50:55 +00:00