Commit Graph

1834 Commits

Author SHA1 Message Date
Knative Automation 749f755522
upgrade to latest dependencies (#2491)
bumping golang.org/x/net 4542a42...35b4aba:
  > 35b4aba go.mod: update golang.org/x dependencies
  > 9bf379f websocket: fix printf(var) mistake detected by latest printf checker
bumping golang.org/x/term d598954...2f7b0dd:
  > 2f7b0dd go.mod: update golang.org/x dependencies
  > f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows
bumping golang.org/x/sys 914deed...a43b625:
  > a43b625 windows: add SIO_UDP_NETRESET constant
  > ed67b15 windows: add console codepage api
  > 9cb830b unix: add missing import to syscall_hurd.go
  > 71132f5 unix: add POLLRDHUP to FreeBSD
  > 3283fc3 cpu: add support for detecting RISC-V extensions
  > 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
  > a8c5219 unix: rename XDPUmemReg field back to Size
  > 59665e5 unix: add Connectx for darwin
  > a0c72ef unix: add f_flag member flags on z/OS
  > c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
  > da77c6b unix: sync minimum Linux Kernel version with requirements page
bumping knative.dev/pkg 7c0ad27...fdbc0b5:
  > fdbc0b5 Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 3090)
bumping knative.dev/eventing 04c42dc...229446d:
  > 229446d Create paired upgrade tests (# 8158)
bumping golang.org/x/text b2bec85...1e3e9fd:
  > 1e3e9fd all: rename Example test functions to prevent vet errors
bumping golang.org/x/crypto 5bcd010...c9da6b9:
  > c9da6b9 all: fix printf(var) mistakes detected by latest printf checker
  > b35ab4f go.mod: update golang.org/x dependencies
  > bcb0f91 internal/poly1305: Port sum_amd64.s to Avo
  > 7eace71 chacha20poly1305: Avo port of chacha20poly1305_amd64.s
  > 620dfbc salsa20/salsa: Port salsa20_amd64.s to Avo
  > 82942cf blake2b: port blake2b_amd64.s to Avo
  > 0484c26 blake2b: port blake2bAVX2_amd64.s to Avo
  > 38ed1bc blake2s: port blake2s_amd64.s to Avo
  > 38a0b5d argon2: Avo port of blamka_amd64.s
  > bf5f14f x509roots/fallback: update bundle
  > b2d3a6a ssh/agent: ensure to not add duplicated keys

Signed-off-by: Knative Automation <automation@knative.team>
2024-09-11 12:12:58 +00:00
David Fridrich 92856e5627
Fix: create whole config path if it doesnt exist yet (#2490)
* fix

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

* fix

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

---------

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-09-10 14:46:47 +00:00
Knative Automation 1638f62a14
upgrade to latest dependencies (#2489)
bumping knative.dev/client/pkg 9728a1e...fd0126d:
  > fd0126d Update community files (# 1967)
bumping knative.dev/hack 9724320...fc6a845:
  > fc6a845 Update community files (# 398)
bumping knative.dev/serving 7c927b7...deb99de:
  > deb99de Update net-contour nightly (# 15500)
  > be2f70a Update net-kourier nightly (# 15501)
  > 8d8725e Update net-gateway-api nightly (# 15502)
  > 0824bd4 Update net-istio nightly (# 15499)
  > 3c5f2f6 Update community files (# 15498)

Signed-off-by: Knative Automation <automation@knative.team>
2024-09-10 13:54:57 +00:00
Matej Vašek a965c0fe0a
Improved ldflags setting in Makefile (#2488)
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-09-09 13:13:51 +00:00
David Fridrich 8dce9bcaa7
fix: HOME with different permissions (#2361)
* fixed integration tests

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

* docker config.json credentials test when HOME not defined

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

* pack test

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

* simplify

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

* og creds, small fixes

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

* s2i test no home

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

* remove unnecessary stuff

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

* deploy test without home

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

* confict fix after rebase

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

* move test, dont delete

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

* runtime change

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

* node image signals fixed and smaller size for GH actions

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

* return err

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

* clean up comments

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

* creds and test

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

* test return commented code

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

* config warning

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

* cleanup

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

* cleanup

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

* fix

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

* fix

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

* skip test for windows

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

* skip for prow

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

* fix repo on create, move warning up a function

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

* fix print

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-09-09 07:20:04 +00:00
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