Matej Vašek
01b5c3eef6
Improve Go templates README ( #2848 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-28 14:18:18 +00:00
Matej Vašek
22e4f6d53a
Fix non-containerized build/run /w external deps ( #2847 )
...
It's necessary to call "go mod tidy" on scaffolded code.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-28 13:45:18 +00:00
Tin
3150fedb57
Issue #2835 - Tekton task "func-buildpacks" prepare/results steps use non-multi-arch bash:5.1.4 image, causing exec format errors on ARM64 ( #2842 )
2025-05-27 13:41:24 +00:00
Jefferson Ramos
f598fa45d0
chore: add tasks related images to func environment ( #2839 )
2025-05-27 13:41:18 +00:00
Matej Vašek
15b30dcd05
Fix quarkus buildpack image reference ( #2838 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-27 13:22:18 +00:00
Jefferson Ramos
70720edadc
test: fix python e2e http test ( #2831 )
2025-05-27 13:10:19 +00:00
Knative Automation
535d6de273
upgrade to latest dependencies ( #2830 )
...
bumping golang.org/x/sync 396f3a0...506c70f:
> 506c70f errgroup: propagate panic and Goexit through Wait
bumping golang.org/x/text 4890c57...700cc20:
> 700cc20 go.mod: update golang.org/x dependencies
bumping golang.org/x/net b8d8877...7d6e62a:
> 7d6e62a go.mod: update golang.org/x dependencies
> ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
> 3e7a445 quic: skip packet numbers for optimistic ack defense
> 3f563d3 quic: use an enum for sentPacket state
> a3b6e77 quic: don't re-lose packets when discarding keys
> 22500a6 quic: decode packet numbers >255 in tests
> dd0b200 quic: remove go1.21 build constraint
bumping knative.dev/networking 16635c6...eea9fd8:
> eea9fd8 upgrade to latest dependencies (# 1064)
> 6f71a25 upgrade to latest dependencies (# 1063)
> a06da1d upgrade to latest dependencies (# 1062)
bumping golang.org/x/sys 01aaa83...3d9a6b8:
> 3d9a6b8 windows: add WSADuplicateSocket
> c0a9559 cpu: add crypto extensions detection for riscv64
> 8e9e046 windows: add virtual key codes and console input consts
> 7138967 windows: fix slicing of NTUnicodeString values
> 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute
bumping knative.dev/pkg d5e74d2...44579e9:
> 44579e9 Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (# 3180)
> 873230f upgrade to latest dependencies (# 3179)
> 19a1383 group golang.org/x dependencies (# 3178)
> 1c0e799 Bump golang.org/x/net from 0.39.0 to 0.40.0 (# 3177)
> d09148e Bump golang.org/x/tools from 0.32.0 to 0.33.0 (# 3176)
> cb6cfa2 Bump golang.org/x/sync from 0.13.0 to 0.14.0 (# 3175)
bumping golang.org/x/term 5d2308b...2ec7864:
> 2ec7864 go.mod: update golang.org/x dependencies
> a809085 term: support pluggable history
bumping knative.dev/eventing 06f8dc9...40bac3c:
> 40bac3c Eventing TLS: add tests for dynamically added CA trust bundles (# 7726)
> a2cf308 [Automated] Update eventing-eventing-integrations nightly (# 8591)
> 7a5486b [main] Upgrade to latest dependencies (# 8590)
> 5eb1a5f Try to ensure ordering of referenced source CMs, by name (# 8589)
> 3788fcc [main] Upgrade to latest dependencies (# 8587)
bumping knative.dev/serving a01a078...c36383e:
> c36383e Add support for Kubernetes “image” volume type (# 15878)
> 3f7000d TestSystemInternalTLS set min-scale to not lose logs (# 15895)
> 16b1076 Update net-kourier nightly (# 15897)
> e56dd0e upgrade to latest dependencies (# 15894)
> 8a39d5e upgrade to latest dependencies (# 15881)
> 99655d2 Update net-gateway-api nightly (# 15885)
> bbf34f6 Update net-contour nightly (# 15887)
> 4e4420a Update net-kourier nightly (# 15886)
> ebcedc8 Update net-istio nightly (# 15888)
> 589b6ab bump cluster version (# 15879)
bumping knative.dev/hack c4037b0...f525e18:
> f525e18 Bump min kube version to 1.32 (# 424)
bumping google.golang.org/grpc a43eba6...4cf3cf7:
> 4cf3cf7 Change version to 1.72.1 (# 8319)
> 537fe8d transport: Propagate status code on receiving RST_STREAM during message read (# 8289) (# 8317)
> f32eab3 cherry-pick # 8302 and # 8304 to v1.72.x branch (# 8303)
> 7fcfc87 internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215) (# 8296)
> ad1e120 Change version to 1.72.1-dev (# 8219)
bumping golang.org/x/crypto 959f8f3...aae6e61:
> aae6e61 go.mod: update golang.org/x dependencies
> 9c1aa6a ssh/test: reset the random source before capturing a recording
> 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms
> 3f311e4 acme: return error from pre-authorization when unsupported
> 1f7c62c ssh/test: skip unsupported tests on js/wasm
> a5f8048 acme/autocert: use standard functions to pick the cache directory
> 958cde8 Revert "chacha20: add loong64 SIMD implementation"
> 51f005c Revert "salsa20: add loong64 SIMD implementation"
> 7c35866 Revert "argon2: add loong64 SIMD implementation"
> 0091fc8 Revert "blake2s: add loong64 SIMD implementation"
> 388684e argon2: add loong64 SIMD implementation
> 953e809 chacha20: add loong64 SIMD implementation
> 18f7707 salsa20: add loong64 SIMD implementation
> 2ebaafc blake2s: add loong64 SIMD implementation
> 4bc0711 acme: use built-in max/min to simplify the code
> c96bba2 ssh: add mlkem768x25519-sha256 Key Exchange algorithm
> 6b13eef ssh: add integration tests against a reference implementation
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-27 11:58:18 +00:00
Matej Vašek
0ce5759cef
Fix: build correct func-util binary for give arch ( #2843 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-26 20:04:17 +00:00
Matej Vašek
805cb5dcc5
Fix detection of hostname resolution failure ( #2841 )
...
It appears that newer version of docker outputs different error when
registry hostname is not resolvable.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-26 19:15:17 +00:00
Matej Vašek
4c4fd28c23
More granular image references ( #2837 )
...
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2025-05-26 15:51:17 +00:00
github-actions[bot]
a062cd2872
chore: update Springboot platform version to 3.4.6 ( #2834 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-22 16:02:30 +00:00
github-actions[bot]
8a9583e30f
chore: update CA bundle ( #2833 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-20 15:47:28 +00:00
github-actions[bot]
ecdcf868cb
chore: update Quarkus platform version to 3.22.3 ( #2832 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-16 14:38:49 +00:00
David Fridrich
55df89a874
unify flags, codecov revamp a bit ( #2773 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-05-12 13:25:44 +00:00
github-actions[bot]
ff63772166
chore: update Quarkus platform version to 3.22.2 ( #2828 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-08 07:08:59 +00:00
github-actions[bot]
bcd141d7cb
update components ( #2827 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-07 05:54:58 +00:00
Knative Automation
7467ce1f39
upgrade to latest dependencies ( #2826 )
...
bumping knative.dev/serving 803fdbf...a01a078:
> a01a078 Update net-gateway-api nightly (# 15875)
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-05 13:49:53 +00:00
Knative Automation
76519f5bc7
upgrade to latest dependencies ( #2825 )
...
bumping knative.dev/serving eaad792...803fdbf:
> 803fdbf Update net-istio nightly (# 15876)
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-04 16:12:11 +00:00
Knative Automation
688a39ec24
upgrade to latest dependencies ( #2821 )
...
bumping knative.dev/serving 9dfd12d...eaad792:
> eaad792 Bump the github-actions group with 3 updates (# 15874)
> 5032acc Update net-contour nightly (# 15872)
> 0cb5678 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (# 15871)
> 25fccfb upgrade to latest dependencies (# 15868)
> 7decfdc feat: reduce duplicate code (# 15867)
bumping knative.dev/networking 6268d93...16635c6:
> 16635c6 Update community files (# 1061)
> e2c18ca Update community files (# 1060)
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-02 06:13:08 +00:00
github-actions[bot]
e3a957662f
chore: update Quarkus platform version to 3.22.1 ( #2824 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-30 23:39:06 +00:00
Matej Vašek
c6c6aa2e12
Make docker.io/heroku/ builders trusted ( #2818 )
...
fixes #2516
2025-04-30 08:40:06 +00:00
Matej Vašek
41666714f2
Fix: do not override uid/git in buildpack builder ( #2819 )
...
* Fix: do not override uid/git in buildpack builder
Zero value implies override (to root presumably),
we must set it to negative value.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fixup tests
Since we do not override uid/gid==0 we need to make mounted data less
readable to all.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-30 02:45:05 +00:00
Jefferson Ramos
f6b5e39b7c
test: upgrade podman-next packages to fedora 41 for nightly podman test ( #2820 )
2025-04-29 23:09:05 +00:00
Knative Automation
de6022bf43
upgrade to latest dependencies ( #2817 )
...
bumping knative.dev/hack c577ed9...c4037b0:
> c4037b0 Update community files (# 423)
> cfde8c9 Update community files (# 422)
bumping google.golang.org/genproto/googleapis/rpc e9438ea...56aae31:
> 56aae31 chore(all): update all (# 1190)
> 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping knative.dev/client/pkg 96721e5...1e24794:
> 1e24794 Update community files (# 2001)
bumping knative.dev/pkg ed3e215...d5e74d2:
> d5e74d2 Update community files (# 3174)
> 757c99c Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (# 3173)
> a877090 Update community files (# 3171)
bumping google.golang.org/genproto/googleapis/api e9438ea...56aae31:
> 56aae31 chore(all): update all (# 1190)
> 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping knative.dev/serving a4c4491...9dfd12d:
> 9dfd12d Update net-kourier nightly (# 15865)
> abd03b2 Update net-istio nightly (# 15864)
> c2645f0 Update net-contour nightly (# 15863)
> 0c57eaf Update net-gateway-api nightly (# 15859)
> 6c949a5 Update community files (# 15862)
> 9665028 Update net-kourier nightly (# 15860)
bumping cel.dev/expr 7f03cb5...bfe4f8b:
> bfe4f8b Add java_lite_proto_library targets to canonical CEL protos. Deprecate explain.proto. (# 440)
> 1435466 Indicate that CEL is an official Google product (# 439)
> 23e240d Add conformance tests for quoted field selectors. (# 431)
> 25227dd Fix strings.format tests (# 435)
> 19866ce clarify Unicode handling (# 423)
> 8fdb299 tests to verify parsers ignore whitespace and comments (# 430)
> 2bf1deb typo, formatting, and link fixes (# 422)
> 0b43925 clarify error behavior for e.exists(x, p) (# 427)
> b9cf1a1 Add additional type check tests (# 419)
> b1b7fa0 Correct 'worst-cast' typos (# 418)
bumping google.golang.org/grpc cdbdb75...a43eba6:
> a43eba6 Change version to 1.72.0 (# 8218)
> 48f48c1 balancer/pickfirstleaf: Avoid reading Address.Metadata (# 8227) (# 8259)
> fd6f585 Cherry-pick # 8159 and # 8243 to v1.72.x (# 8255)
> 79ca174 stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (# 8237) (# 8252)
> 57a2605 xdsclient: fix TestServerFailureMetrics_BeforeResponseRecv test to wait for watch to start before stopping the listener (# 8217)
> 5edab9e xdsclient: add grpc.xds_client.server_failure counter mertric (# 8203)
> 78ba661 regenerate protos (# 8208)
> 6819ed7 delegatingresolver: Stop calls into delegates once the parent resolver is closed (# 8195)
> a51009d resolver: convert EndpointMap to use generics (# 8189)
> b0d1203 resolver: create AddressMapV2 with generics to replace AddressMap (# 8187)
> 43a4a84 internal/balancer/clusterimpl: replace testpb with testgrpc (# 8188)
> d8924ac xds: fix support for load reporting in LOGICAL_DNS clusters (# 8170)
> ce2fded xds: fix support for circuit breakers in LOGICAL_DNS clusters (# 8169)
> eb744de resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179)
> 8d8571e stats: Improved sequencing documentation for server-side stats events and added tests. (# 7885)
> 0af5a16 grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8178)
> 1703656 xds: generic xDS client transport channel and ads stream implementation (# 8144)
> c27e6dc xdsclient: read bootstrap config before creating the first xDS client in DefaultPool (# 8164)
> 1f6b0cf [Security] Add support for SPIFFE Bundle Maps in certificate providers (# 8167)
> 775150f stats/opentelemetry: use TextMapProvider and TracerProvider from TraceOptions instead of otel global (# 8166)
> d860daa example/features/retry: fix grpc.NewClient call in documentation (# 8163)
> 75d4a60 [Security] Add support for parsing SPIFFE Bundle Maps (# 8124)
> 5ac9042 balancer/rls: allow maxAge to exceed 5m if staleAge is set (# 8137)
> bdba42f xds: emit resource-not-found logs at Warning level (# 8158)
> a0a739f xds: ensure node ID is populated in errors from the server (# 8140)
> 5668c66 resolver/manual: allow calling UpdateState with an un-Built resolver (# 8150)
> 5199327 grpc: Add endpoints in resolverWrapper.NewAddresses (# 8149)
> f49c747 balancer/pickfirst/pickfirstleaf: fix race condition in tests (# 8148)
> af07815 xds: introduce generic xds clients xDS and LRS Client API signatures (# 8042)
> 8c080da priority: Send and validate connection error in test (# 8143)
> e8c412d *: Regenerate protos (# 8142)
> 0914bba interop: Wait for server to become ready in alts interop tests (# 8141)
> bffa4be xds: ensure xDS node ID is populated in errors from xds resolver and cds lb policy (# 8131)
> 8ae4b7d clusterresolver: Lower log level when ExitIdle is called with no child (# 8133)
> 0d6e39f transport: Send RST stream from the server when deadline expires (# 8071)
> 7505bf2 xds: introduce simple grpc transport for generic xds clients (# 8066)
> 01080d5 stats/openetelemetry: refactor and make e2e test stats verification deterministic (# 8077)
> b0f5027 cleanup: replace dial with newclient (# 7970)
> 52a257e cleanup: replace dial with newclient (# 7967)
> d48317f github: change test action to cover the legacy pickfirst balancer (# 8129)
> a510cf5 xds, pickfirst: Enable additional addresses in xDS, set new pick_first as default (# 8126)
> e9c0617 xds: simplify code handling certain error conditions in the resolver (# 8123)
> feaf942 cds: stop child policies on resource-not-found errors (# 8122)
> dbf92b4 deps: update dependencies for all modules (# 8108)
> aa629e0 balancergroup: Make closing terminal (# 8095)
> e0ac3ac xdsclient: Add error type for NACKed resources (# 8117)
> 65c6718 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098)
> c75fc8e chore: enable early-return and unnecessary-stmt and useless-break from revive (# 8100)
> c7db760 xdsclient: ensure xDS node ID in included in NACK and connectivity errors (# 8103)
> 42fc25a weightedroundrobin: Move functions to manage Endpoint weights into a new internal package (# 8087)
> 607565d Change version to 1.72.0-dev (# 8107)
bumping knative.dev/eventing b99e57b...7146629:
> 7146629 fix a typo in broker readme: kantive (# 8573)
> 31cc92d [Automated] Update eventing-eventing-integrations nightly (# 8571)
> 61731d3 [main] Update community files (# 8570)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-29 14:29:05 +00:00
github-actions[bot]
e013e6ed31
chore: update Springboot platform version to 3.4.5 ( #2813 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-28 05:26:28 +00:00
Knative Automation
4e9fc0922f
upgrade to latest dependencies ( #2800 )
...
bumping knative.dev/serving 7f044f1...a4c4491:
> a4c4491 update min go version to 1.24 (# 15856)
> e74fe1a drop code clearing out the user agent (# 15857)
> 128550c bump latest contour and istio (# 15858)
bumping knative.dev/eventing a7b2f1c...b99e57b:
> b99e57b [main] Upgrade to latest dependencies (# 8567)
bumping knative.dev/client/pkg 6c6ddcd...96721e5:
> 96721e5 [main] Upgrade to latest dependencies (# 1997)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-24 13:48:24 +00:00
github-actions[bot]
3d4d7da487
update components ( #2812 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-24 13:01:26 +00:00
David Fridrich
69cbc75f7b
e2e scenarion config test errorf format fix ( #2810 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-04-24 12:18:28 +00:00
David Fridrich
ace7703e29
fix e2e errorf formatting for 1.24 ( #2809 )
...
* fix e2e errorf formatting for 1.24
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* add %
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-04-24 10:32:24 +00:00
github-actions[bot]
0e1be8d1ed
chore: update Quarkus platform version to 3.21.4 ( #2808 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-24 06:06:24 +00:00
Knative Automation
d0deccb81b
Update community files ( #2807 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-24 02:04:23 +00:00
github-actions[bot]
8eb33ded0c
update components ( #2791 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-22 11:33:38 +00:00
Knative Automation
69a21a8e31
upgrade to latest dependencies ( #2798 )
...
bumping knative.dev/serving c7e3075...7f044f1:
> 7f044f1 Enable Mount Propagation as a Optional Feature (# 15758)
> 5653ad0 Update net-gateway-api nightly (# 15853)
> ae7b265 Update net-kourier nightly (# 15855)
> 4730c99 Update net-istio nightly (# 15854)
> 880ea71 Update net-contour nightly (# 15852)
> 93023e8 feat: add support for CSI volumes (# 15815)
> c7f03af Support exec readiness probes for sidecar containers (# 15773)
> a221c53 Update net-kourier nightly (# 15849)
> e88d4dc upgrade to latest dependencies (# 15845)
> 1d9855f Update net-gateway-api nightly (# 15847)
> e6c1839 Update community files (# 15848)
bumping knative.dev/networking f1b08e6...6268d93:
> 6268d93 upgrade to latest dependencies (# 1059)
> 5a309fd upgrade to latest dependencies (# 1058)
bumping knative.dev/client/pkg 80472e3...6c6ddcd:
> 6c6ddcd Update community files (# 2000)
bumping knative.dev/eventing 7c466cb...a7b2f1c:
> a7b2f1c [Automated] Update eventing-eventing-integrations nightly (# 8566)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-22 05:56:38 +00:00
Matej Vašek
370ca50313
Use pre-build binary packages for cpython buildpack ( #2799 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-22 05:42:37 +00:00
Knative Automation
179ba2fcaa
upgrade to latest dependencies ( #2797 )
...
bumping knative.dev/eventing c0cf4f4...7c466cb:
> 7c466cb [main] Update community files (# 8565)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-17 04:57:03 +00:00
Knative Automation
0892ac62ee
Update community files ( #2796 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-17 02:01:03 +00:00
github-actions[bot]
c2b5d49ed4
chore: update Quarkus platform version to 3.21.3 ( #2795 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-16 17:31:13 +00:00
Knative Automation
dfc317563a
upgrade to latest dependencies ( #2794 )
...
bumping knative.dev/eventing 5f466ad...c0cf4f4:
> c0cf4f4 [main] Upgrade to latest dependencies (# 8564)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-16 17:08:13 +00:00
Knative Automation
0921e950eb
upgrade to latest dependencies ( #2793 )
...
bumping knative.dev/pkg 4e8ebbe...ed3e215:
> ed3e215 upgrade to latest dependencies (# 3170)
bumping knative.dev/serving e193904...c7e3075:
> c7e3075 Update net-kourier nightly (# 15843)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-16 06:33:12 +00:00
Matej Vašek
ce44678262
Do not run builder build unnecessary ( #2790 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-15 13:08:17 +00:00
Matej Vašek
33b9f15654
Enable arm64 python buildpack ( #2789 )
...
* Enable Python buildpack build for arm64
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix: force arm64 arch for Go buildpack
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix: ensure correct arch for sub-buildpacks
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fixup linter issues
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-15 11:44:12 +00:00
Matej Vašek
8e0b752edc
Apply linter suggestions ( #2786 )
...
* Refactor: if-elif-else => switch
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: calls to embedded fields
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix: add missing err checks
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: fix format of error messages
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: omit type where possible
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: apply De Morgan's law
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: call ReplaceAll where possible
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: fix format of error messages
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: fix format of error messages
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-15 09:43:13 +00:00
Knative Automation
36e27203a9
upgrade to latest dependencies ( #2787 )
...
bumping knative.dev/pkg a8e20d9...4e8ebbe:
> 4e8ebbe Bump golang.org/x/tools from 0.31.0 to 0.32.0 (# 3169)
> 1ae6a39 Bump golang.org/x/net from 0.38.0 to 0.39.0 (# 3168)
bumping knative.dev/eventing 6365d89...5f466ad:
> 5f466ad Compare the entire PodTemplateSpec, instead of just its PodSpec (# 8558)
> d7a0359 [main] Upgrade to latest dependencies (# 8559)
> f14c335 [main] Upgrade to latest dependencies (# 8556)
bumping knative.dev/networking 5ce28a2...f1b08e6:
> f1b08e6 upgrade to latest dependencies (# 1054)
> 0d887a8 bump to golangci yaml v2 (# 1057)
> a46e5f4 bump to golangci yaml v2 (# 1056)
bumping knative.dev/serving 3d830a0...e193904:
> e193904 Update net-istio nightly (# 15844)
> a5e15ba Update net-gateway-api nightly (# 15841)
> 4699601 Update net-contour nightly (# 15842)
> 44559d5 upgrade to latest dependencies (# 15840)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-15 09:28:13 +00:00
Jefferson Ramos
09c934dcb0
test: update e2e ci workflow to test against arm for go and quarkus ( #2788 )
2025-04-14 13:58:18 +00:00
Matej Vašek
f12acd34de
Refactor if-elif-else => switch ( #2785 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-14 12:02:16 +00:00
Matej Vašek
0896b9011d
Bump golangci-lint version ( #2784 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-14 10:27:16 +00:00
Matej Vašek
d02801355d
Make base jammy stack multi-arch ( #2780 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-14 05:43:16 +00:00
Knative Automation
100d9ce56c
upgrade to latest dependencies ( #2783 )
...
bumping knative.dev/eventing bbc9696...6365d89:
> 6365d89 Migrate golanglint-ci config to v2 (# 8557)
bumping knative.dev/networking ad8767c...5ce28a2:
> 5ce28a2 Update community files (# 1055)
bumping gomodules.xyz/jsonpatch/v2 17d7994...ffbac60:
> ffbac60 Merge pull request # 40 from lacroixthomas/bugfixes/fix-lossy-in64
> 4c723fc fix: handle lossy int64
bumping knative.dev/serving bc0feed...3d830a0:
> 3d830a0 autoscaler: ignore ScaleDownDelay if not reachable (# 15831)
> 8ee578e upgrade to latest dependencies (# 15839)
> a2b3da5 bump to golangci yaml v2 (# 15838)
> 3c4cbd0 Update net-contour nightly (# 15837)
bumping knative.dev/pkg 7b91ff1...a8e20d9:
> a8e20d9 Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0 (# 3154)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-14 05:30:15 +00:00
Dave Protasowski
a518101187
bump dependencies manually ( #2782 )
2025-04-11 14:05:14 +00:00
Matej Vašek
c12828fd08
Migrate golangci-lint config to v2 ( #2781 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-11 13:27:14 +00:00