Knative Automation
f3ef7adf05
chore: update Springboot platform version to 3.3.7
2024-12-19 12:07:30 +00:00
Knative Automation
e3a24d3c4e
upgrade to latest dependencies ( #2620 )
...
bumping knative.dev/eventing 4087c3a...b00da59:
> b00da59 Register eventshub image for JobSink (# 8390)
> 2f165f1 Update golang.org/x/crypto to 0.31.0 (# 8389)
bumping knative.dev/pkg f3ab560...40afb7c:
> 40afb7c fix script (# 3123)
bumping knative.dev/serving 2d5a1e9...d1e308e:
> d1e308e [performance/real-traffic-test] Enable AllowHTTPFullDuplexFeature (# 15654)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-19 06:10:10 +00:00
Matej Vašek
77489858d0
Use library GH keychain instead of our own ( #2624 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-18 18:13:10 +00:00
Matej Vašek
770949b7d2
Fix authorization ( #2622 )
...
Fixed authorization by setting keychain for the pack client.
This is required since recently we set pull policy to "always".
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-18 16:59:10 +00:00
Matej Vašek
d5dc82c34b
Build arm64 tiny buildpack builder image ( #2617 )
...
Enable arm64 support for tiny builder (Java,Go).
This commit actually enables only Java since some additinal work has to
be done for Go because upstream paketo buildpack do not support Go fully
yet.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-18 05:31:09 +00:00
David Fridrich
d05857a9f3
bump crypto package ( #2618 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-12-17 12:47:11 +00:00
David Fridrich
5d9dafbffe
add case for DNS resolve fail ( #2619 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-12-17 12:23:09 +00:00
David Fridrich
8dc529f80b
bump: setup-node action version in workflows ( #2613 )
...
* fix ndoe version action
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* one more
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-12-17 05:38:08 +00:00
Knative Automation
cc550c47cf
upgrade to latest dependencies ( #2615 )
...
bumping knative.dev/eventing 414af5c...4087c3a:
> 4087c3a Going OIDC for Integration Source (# 8383)
> 3a69e30 add new integration CRDs to storage version migrator tool (# 8386)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-17 05:28:10 +00:00
Knative Automation
e5aea14162
upgrade to latest dependencies ( #2614 )
...
bumping knative.dev/eventing f577063...414af5c:
> 414af5c Add EventPolicy to storage version migrator (# 8384)
> f82811b Remove conversion webhook config in EventPolicy CRD (# 8379)
> 7c1a62d Add health check config and clean up duplicated code (# 8308)
> bff7b03 Remove unused filter function (# 8375)
> 8d8b6c9 RequestReply: Added feature flag for default timeout (# 8361)
> 7bb320c Chore: field semantic correction (# 8370)
> 3345c86 Clean up remove session token (# 8369)
> 6e7e3d4 Adding sns sink to Integration Sink (# 8365)
> d4357e3 MT-Broker: return retriable status code based on the state to leverage retries (# 8366)
> 795e4a3 Move image to map (# 8362)
> 408db83 We changed the event type on the images (# 8364)
bumping knative.dev/serving 5717d19...2d5a1e9:
> 2d5a1e9 Update net-kourier nightly (# 15647)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-16 05:07:33 +00:00
Luke Kingland
b033bb5a4f
use knative go setup action ( #2612 )
...
Keeps the Go version used by Knative projects in sync with each-other
and tooling.
2024-12-13 04:20:54 +00:00
github-actions[bot]
6384d079ae
chore: update Quarkus platform version to 3.17.4 ( #2611 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-12-12 07:24:53 +00:00
github-actions[bot]
03079c6bab
chore: update Quarkus platform version to 3.17.3 ( #2610 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-12-05 05:13:45 +00:00
Matej Vašek
70f96bb8ac
Fix some linter errors in integration tests ( #2608 )
...
* Fix some linter errors
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: set func registry
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-04 13:36:45 +00:00
github-actions[bot]
90626ab4c0
chore: update Springboot platform version to 3.4.0 ( #2609 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-12-03 12:41:44 +00:00
Matej Vašek
0742d9be96
Fixed some deprecation warnings ( #2607 )
...
* Fixed some deprecation warnings
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: update deps
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-03 08:40:44 +00:00
David Fridrich
582536f922
add repository to the credentials prompt ( #2596 )
...
* simplify more
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix creds test
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* name fix
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* naming
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-12-02 16:22:45 +00:00
Matej Vašek
0e150e0a4b
Update deps ( #2604 )
...
Update pack
Update source-to-image
Update required Go version
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-02 15:50:43 +00:00
Matej Vašek
3d19d9bda3
Update golangci-lint ( #2606 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-02 14:40:48 +00:00
Matej Vašek
cd24d856e5
Update pack dep ( #2605 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-01 11:05:46 +00:00
github-actions[bot]
9a6bb271ec
chore: update Quarkus platform version to 3.17.2 ( #2603 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-29 15:10:44 +00:00
Knative Automation
1926b3d062
upgrade to latest dependencies ( #2602 )
...
bumping knative.dev/eventing 545c14c...f577063:
> f577063 Align label generation and apply on container-source as well (# 8355)
> cb31cb2 Add integrationsinks-addressable-resolver cluster role (# 8356)
bumping knative.dev/client/pkg 747ac98...441372a:
> 441372a Add target platform flag to build script (# 1981)
bumping knative.dev/serving 8cbbe8f...5717d19:
> 5717d19 Update net-kourier nightly (# 15636)
> 15ac5b1 Update net-contour nightly (# 15634)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-29 06:04:43 +00:00
Knative Automation
61ddbac37a
upgrade to latest dependencies ( #2578 )
...
bumping google.golang.org/grpc 3f95b38...acba4d3:
> acba4d3 Change version to 1.68.0 (# 7743)
> 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754) (# 7813)
> 056dc64 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724) (# 7793)
> b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702) (# 7792)
> 54841ef stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (# 7740)
> ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (# 7731)
> b850ea5 transport : wait for goroutines to exit before transport closes (# 7666)
> 00b9e14 pickfirst: New pick first policy for dualstack (# 7498)
> 18a4eac testutils: add couple of log statements to the restartable listener type (# 7716)
> fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (# 7720)
> 4115c21 xds: return all ServerConfig dial options together (# 7718)
> b8ee37d pickfirst: Move var for mocking the shuffle func from internal/internal to pickfirst/internal (# 7698)
> d9d8f34 revert xds: return all ServerConfig dial options together (# 7712)
> 5f178a8 xdsclient: fix test build breakage (# 7710)
> f17ea7d xds: return all ServerConfig dial options together (# 7680)
> bdd444d xds: address merge conflict gotcha and missed review comment from previous PRs (# 7705)
> d365be6 transport: prevent deadlock in transport Close when GoAway write hangs (# 7662)
> 6c6c9b6 xdsclient: e2e style tests for ads stream restart (5/N) (# 7696)
> 5e6f4b9 xds: misc test cleanup (4/N) (# 7695)
> 3adcd41 xdsclient: make load reporting tests e2e style (3/N) (# 7694)
> 98d1550 xdsclient: switch more transport tests to e2e style (2/N) (# 7693)
> 9afb232 xdsclient: invoke watch callback when new update matches cached one, but previous update was NACKed (1/N) (# 7692)
> ab5af45 Revert "protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654) (# 7703)
> e8a70c6 vet: add check to ensure terminating newline (# 7645)
> 5fd9853 examples: improve package comments (# 7658)
> 859602c vet : add check for tabs in text files (# 7678)
> 67e47fc xds: Fix flaky test TestUnmarshalListener_WithUpdateValidatorFunc (# 7675)
> ca4865d balancer: automatically stop producers on subchannel state changes (# 7663)
> 941102b xds/server: Fix xDS Server leak (# 7664)
> 7aee163 xds: add xDS transport custom Dialer support (# 7586)
> 9affdbb internal/credentials/xds: add unit tests for `HandshakeInfo.Equal` (# 7638)
> 3196f7a protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654)
> 218811e balancer/rls: Add picker and cache unit tests for RLS Metrics (# 7614)
> a9ff62d clusterresolver/e2e_test: Avoid making real DNS requests in TestAggregateCluster_BadEDS_BadDNS (# 7669)
> e7a8097 cleanup: replace grpc.Dial with grpc.NewClient in tests (# 7640)
> bcf9171 transport: Fix reporting of bytes read while reading headers (# 7660)
> 8ea3460 balancer: fix logic to prevent producer streams before READY is reported (# 7651)
> 6c48e47 replace tab with spaces in text files (# 7650)
> 1418e5e clusterimpl: use gsb.UpdateClientConnState instead of switchTo, on receipt of config update (# 7567)
> ac41314 .*: Add missing a newline at the end (# 7644)
> 11c44fb vet: add comment explaining reason for revive lineter disabled rules (# 7634)
> 3b626a7 *: fix more typos (# 7619)
> 04e78b0 .*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules (# 7575)
> 31ffeee Deps: Bump Go version in Dockerfiles and test/kokoro/xds.sh (# 7629)
> 393fbc3 Update dependencies after 1.67 branch cut (# 7624)
> cf5d541 stubserver: support xds-enabled grpc server (# 7613)
> b6fde8c vet: add check for trailing spaces (# 7576)
> 7fb7ac7 mem: replace flate.Reader reference (# 7595)
> 8f920c6 Change version to 1.68.0-dev (# 7601)
bumping golang.org/x/mod 46a3137...dec0365:
> dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
> c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
> 9cd0e4c x/mod: remove vendor/modules.txt from module download
bumping google.golang.org/genproto/googleapis/api ddb44da...8af14fe:
> 8af14fe chore(all): update all (# 1159)
> 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
> f6391c0 chore(all): update all (# 1156)
> 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
> 4ba0660 chore: update datastore and bigtable (# 1155)
> fc7c04a feat: move SoT for datastore proto definitions (# 1154)
> 278611b chore(all): update all (# 1153)
bumping google.golang.org/protobuf 158d2b3...c72053a:
> c72053a all: release v1.35.2
> b985635 internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
> 76135f9 proto: switch messageset_test to use makeMessages() injection point
> 29947bb internal/testprotos/test: add nested message field with [lazy=true]
> 5c14d72 encoding/prototext: use testmessages_test.go approach, too
> 496557b proto: refactor equal_test from explicit table to use makeMessages()
> 0517e5a testing/protocmp: document behavior when combining Ignore and Sort
> d14ebce all: implement strip_enum_prefix editions feature
> fb995f1 encoding/protojson: allow missing value for Any of type Empty
> d340238 all: start v1.35.1-devel
bumping golang.org/x/oauth2 6d8340f...3e64809:
> 3e64809 x/oauth2: add Token.ExpiresIn
> 16a9973 jwt: rename example to avoid vet error
> b52af7d endpoints: add GitLab DeviceAuthURL
bumping knative.dev/hack b799531...1978b3a:
> 1978b3a Update community files (# 404)
bumping google.golang.org/genproto/googleapis/rpc ddb44da...8af14fe:
> 8af14fe chore(all): update all (# 1159)
> 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
> f6391c0 chore(all): update all (# 1156)
> 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
> 4ba0660 chore: update datastore and bigtable (# 1155)
> fc7c04a feat: move SoT for datastore proto definitions (# 1154)
> 278611b chore(all): update all (# 1153)
bumping knative.dev/pkg 7b333a0...f3ab560:
> f3ab560 Update community files (# 3118)
> a7fd9b1 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 3117)
> 215048a Bump golang.org/x/tools from 0.26.0 to 0.27.0 (# 3114)
> 47a6f9f Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (# 3116)
bumping knative.dev/client/pkg f94c31b...747ac98:
> 747ac98 Update community files (# 1982)
> 60a31f3 [main] Upgrade to latest dependencies (# 1972)
> bfc00b8 Fix package location for build flags (# 1978)
bumping knative.dev/client-pkg 7b4bb48...14f4a3a:
> 14f4a3a Update community files (# 198)
bumping knative.dev/serving 95d2c9b...8cbbe8f:
> 8cbbe8f Update net-gateway-api nightly (# 15635)
> 5911aee Update community files (# 15633)
> 3e45e8f Update net-kourier nightly (# 15622)
> 0a61ece Update net-gateway-api nightly (# 15620)
> 85ce915 upgrade to latest dependencies (# 15623)
> 9f24a9c Update net-contour nightly (# 15621)
> bd9050e upgrade to latest dependencies (# 15618)
> b51a57d upgrade to latest dependencies (# 15613)
> ebe9d03 Update net-kourier nightly (# 15612)
> 75a7530 Update net-contour nightly (# 15610)
> 0b936fa Update net-gateway-api nightly (# 15611)
bumping knative.dev/eventing 9d67389...545c14c:
> 545c14c Change JobSink execution mode variable to `K_EXECUTION_MODE` (# 8350)
> 91f1c79 Avoid using twice hardcoded strings for the names of the Kube Secret keys, for AWS access/secret key vals (# 8345)
> cb29ac1 [main] Update community files (# 8354)
> aef3a14 [main] Format Go code (# 8349)
> 65da6fc Update integrationsink crd (# 8347)
> 01c8068 JobSink: Inject a `KNATIVE_EXECUTION_MODE` environment variable with value `batch` (# 8346)
> 366ff26 IntegrationSink: rek-test templating support for bool annotations (# 8342)
> 7176ce6 Add IntegrationSink CRD (# 8304)
> 5ad7dab feat: add RequestReply types and CRD (# 8337)
> 7f313d7 fix: rename `job-sink` to `job_sink` (# 8335)
> 4f6535a chore: correct comments (# 8336)
> ebe99e6 Introducing common integration helper and change package name (# 8327)
> 201e096 [main] Format Go code (# 8334)
> 6f5edf5 [main] Upgrade to latest dependencies (# 8328)
> f21370a Integration Api moved to versioned common (# 8325)
> 63d4da5 Update Integration API and use custom tags on structs for better readability (# 8321)
> 7abb04d JobSink: Delete secrets associated with jobs when jobs are deleted (# 8331)
> 8fed0be Allow configuring (opt-in) IMC async handler (# 8311)
> bc6e878 fix: remove duplicated observedGeneration from jobsinks.sinks.knative.dev (# 8326)
> 6b4ff7f [main] Upgrade to latest dependencies (# 8324)
> cd31c1b [main] Upgrade to latest dependencies (# 8322)
bumping knative.dev/networking 8a88798...bbd3279:
> bbd3279 upgrade to latest dependencies (# 1023)
> 929a5d5 upgrade to latest dependencies (# 1022)
> 5272a36 upgrade to latest dependencies (# 1021)
> 4c9d5b8 upgrade to latest dependencies (# 1020)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 16:45:43 +00:00
David Fridrich
0d92f6f401
bump builder image ( #2601 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-11-28 11:01:43 +00:00
Knative Automation
0d9c329de5
Update community files ( #2599 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 08:30:43 +00:00
Matej Vašek
8815c53e79
Fix missing workspaces decl in the scaffold task ( #2587 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-11-28 00:16:13 +00:00
github-actions[bot]
319462a354
chore: update Quarkus platform version to 3.17.0 ( #2598 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-27 18:04:12 +00:00
github-actions[bot]
a537f9ca2b
chore: update CA bundle ( #2597 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-27 06:02:12 +00:00
Matej Vašek
1dd2e43344
Improved build caching for s2i local build ( #2581 )
...
* Improve build caching for s2i local build
Use 'RUN --mount=type=cache...' to cache build artifacts,
e.g. the local maven repostory.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Update podman version in tests
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: set buildopt version to buildkit
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-11-22 14:40:02 +00:00
github-actions[bot]
27110e1655
chore: update Quarkus platform version to 3.16.4 ( #2585 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-21 16:24:02 +00:00
Luke Kingland
2fd4982e05
fix: set DOCKER_CONFIG prior to build ( #2580 )
2024-11-19 11:59:01 +00:00
Tarun Chinthakindi
bf9a70a648
Add Validation check to see if func is already initialized ( #2574 )
...
* Add Validation check to see if func is already initialized
* Refactor func init check in build.go
2024-11-15 13:07:43 +00:00
github-actions[bot]
c95f77ed2a
chore: update Quarkus platform version to 3.16.3 ( #2579 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-14 06:40:42 +00:00
Knative Automation
b553a2b2c8
upgrade to latest dependencies ( #2577 )
...
bumping golang.org/x/sys 23b0dab...e0753d4:
> e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}"
> c29efe3 windows: add iphlpapi functions for change notifications
> 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64
> 054f1fc README: don't recommend go get
> ca04041 unix: extend z/OS support
> 18e038c unix: move NETLINK_* consts to own section
> d045236 windows: implement Ftruncate using a single syscall on Windows
> cff53d5 unix: gofmt after CL 610296
> 123459f unix: update z/OS implementation of fcntl and mmap
> df4a4da unix/linux: adjust Dockerfile ENV key value format
> 696d342 unix: gofmt after CL 621375
> 60d7877 unix: add PTP_PF_* constants on Linux
> 256d1df unix: add PTP IOCTLs on Linux
> adbb8bb windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}
> a57fdb8 unix: add IoctlGetHwTstamp/IoctlGetHwTstamp on Linux
> 3932916 unix: switch to Ubuntu 24.10 in Dockerfile
> 2dfefb6 all: execute gofmt
> e5eee7e unix: add IoctlGetEthtoolTsInfo on Linux
> fe162ba unix: add ClockSettime on Linux
> 7143f4a windows: manually initialize NewNTUnicodeString
bumping golang.org/x/term 9d5441a...b725e36:
> b725e36 go.mod: update golang.org/x dependencies
> 54df7da README: don't recommend go get
bumping knative.dev/serving 37aaaae...95d2c9b:
> 95d2c9b upgrade to latest dependencies (# 15609)
bumping golang.org/x/crypto adef4cc...6018723:
> 6018723 go.mod: update golang.org/x dependencies
> 71ed71b README: don't recommend go get
> 750a45f sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
> 36b1725 sha3: avoid trailing permutation
> 80ea76e sha3: fix padding for long cSHAKE parameters
> c17aa50 sha3: avoid buffer copy
> 7cfb916 ssh: return unexpected msg error when server fails keyboard-interactive auth early
> b61b08d chacha20: extend ppc64le support to ppc64
> 6c21748 internal/poly1305: extend ppc64le support to ppc64
bumping knative.dev/pkg 0a99635...7b333a0:
> 7b333a0 Bump golang.org/x/net from 0.30.0 to 0.31.0 (# 3113)
bumping golang.org/x/sync 411f99e...151027e:
> 151027e README: don't recommend go get
bumping golang.org/x/text 3043346...efd25da:
> efd25da go.mod: update golang.org/x dependencies
> 8a0e65e README: don't recommend go get
> fefda1a internal/texttest: remove Run and Bench helpers
> a457f47 all: normalize subtest names to NFC
bumping golang.org/x/net 6cc5ac4...334afa0:
> 334afa0 go.mod: update golang.org/x dependencies
> d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
> 858db1a http2: surface errors occurring very early in a client conn's lifetime
> 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
> f35fec9 http2: detect hung client connections by confirming stream resets
> e883dae README: don't recommend go get
> 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
> 4783315 http2: limit 1xx based on size, do not limit when delivered
> 5716b98 internal/socket: execute gofmt
> 42b1186 http2: support ResponseController.EnableFullDuplex
bumping knative.dev/networking d5387fa...8a88798:
> 8a88798 Update community files (# 1019)
> 7341b46 upgrade to latest dependencies (# 1018)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-12 06:07:40 +00:00
Knative Automation
05c0fc2bea
upgrade to latest dependencies ( #2576 )
...
bumping knative.dev/serving 25edfee...37aaaae:
> 37aaaae Update net-kourier nightly (# 15605)
bumping knative.dev/eventing f53d038...9d67389:
> 9d67389 [chore] Do not generate SSL env vars for each struct entry, just once per containersource/image (# 8315)
> 35d8c63 [chore] Use a generic access/secret key in the secret for AWS connections (# 8312)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-11 08:33:03 +00:00
Knative Automation
1ba63b39af
upgrade to latest dependencies ( #2568 )
...
bumping knative.dev/eventing fa6b4c5...f53d038:
> f53d038 [main] Update community files (# 8307)
> df34028 Add missing copyright boilerplate (# 8305)
> 3f2b75b Use GetServiceHostname when passing URL to JobSink (# 8303)
bumping knative.dev/serving 423e654...25edfee:
> 25edfee Update net-contour nightly (# 15604)
> f640bbb Update net-gateway-api nightly (# 15603)
> 64b8325 Update community files (# 15602)
bumping knative.dev/client/pkg 117a365...f94c31b:
> f94c31b Update community files (# 1974)
bumping knative.dev/pkg 25f6002...0a99635:
> 0a99635 Update community files (# 3112)
bumping knative.dev/hack ef6e7e9...b799531:
> b799531 Update community files (# 403)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-07 06:07:59 +00:00
github-actions[bot]
459aa0c0b6
chore: update Quarkus platform version to 3.16.2 ( #2575 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-06 20:17:59 +00:00
Knative Automation
407c22d66a
Update community files ( #2573 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-06 02:03:59 +00:00
Matthias Wessendorf
ff6053a92d
💄 make array when filters is nil ( #2569 )
...
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2024-11-05 14:05:39 +00:00
Knative Automation
2b83bac27f
upgrade to latest dependencies ( #2564 )
...
bumping knative.dev/serving 135b667...423e654:
> 423e654 Fix configuration metadata inconsistency (# 15601)
bumping knative.dev/eventing 7bca815...fa6b4c5:
> fa6b4c5 Add jobsinks-addressable-resolver cluster role (# 8298)
> b4b609a Add observedGeneration in JobSink OpenAPI schema (# 8297)
> 2e4d353 Allow imc-controller to list JobSinks (# 8294)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-05 04:29:39 +00:00
Knative Automation
b95785db32
upgrade to latest dependencies ( #2559 )
...
bumping knative.dev/eventing 7c97e6f...7bca815:
> 7bca815 IntegrationSource CRD (# 8238)
> c859efd [main] Format Go code (# 8289)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-04 06:45:54 +00:00
github-actions[bot]
97bd9e0be4
chore: update Quarkus platform version to 3.16.1 ( #2558 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-10-31 08:30:51 +00:00
Knative Automation
3b349a0a73
upgrade to latest dependencies ( #2556 )
...
bumping knative.dev/serving f215fdb...135b667:
> 135b667 Update net-kourier nightly (# 15598)
bumping knative.dev/eventing ef6b31a...7c97e6f:
> 7c97e6f Schduler: MAXFILLUP strategy will spread vreplicas across multiple pods (# 8263)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-30 05:12:49 +00:00
Knative Automation
53428b1449
upgrade to latest dependencies ( #2555 )
...
bumping knative.dev/eventing 65aeab5...ef6b31a:
> ef6b31a fix: et autocreate makes eventtype id required (# 8288)
> 4faf9c8 [main] Upgrade to latest dependencies (# 8287)
bumping knative.dev/client/pkg b3b6b86...117a365:
> 117a365 Allow to change the message for the spinner (# 1973)
bumping knative.dev/serving 16d2da8...f215fdb:
> f215fdb Update net-contour nightly (# 15597)
> 7dc3e95 Update net-gateway-api nightly (# 15596)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-29 06:51:48 +00:00
Knative Automation
ba18c79720
upgrade to latest dependencies ( #2554 )
...
bumping knative.dev/pkg 6af2bf9...25f6002:
> 25f6002 upgrade to latest dependencies (# 3111)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-28 07:35:47 +00:00
Knative Automation
d395b6c8d6
upgrade to latest dependencies ( #2553 )
...
bumping knative.dev/networking c254dbf...d5387fa:
> d5387fa upgrade to latest dependencies (# 1017)
bumping knative.dev/eventing 291c0a8...65aeab5:
> 65aeab5 [main] Upgrade to latest dependencies (# 8275)
> 03ba8f4 feat: autocreate v1beta3 eventtypes (# 8276)
bumping knative.dev/hack 2191456...ef6e7e9:
> ef6e7e9 Export KO_FLAGS for consuming scripts (# 401)
bumping knative.dev/serving 331c097...16d2da8:
> 16d2da8 upgrade to latest dependencies (# 15595)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-25 14:48:03 +00:00
Knative Automation
0e8a754b27
upgrade to latest dependencies ( #2551 )
...
bumping knative.dev/serving 6a27004...331c097:
> 331c097 upgrade to latest dependencies (# 15593)
> a22343c Update net-gateway-api nightly (# 15590)
> e8e7de5 Update net-kourier nightly (# 15592)
> 9d859b5 Update net-contour nightly (# 15589)
> 83a09f0 Update net-istio nightly (# 15591)
> d792207 Update net-contour nightly (# 15587)
> 19b4ce9 Update net-gateway-api nightly (# 15586)
> 4a9936a Update net-kourier nightly (# 15585)
> 67460f5 Update net-istio nightly (# 15584)
bumping knative.dev/networking 60e29ff...c254dbf:
> c254dbf upgrade to latest dependencies (# 1016)
> d954288 upgrade to latest dependencies (# 1014)
> 49760c2 Update community files (# 1013)
bumping knative.dev/pkg 9b9d535...6af2bf9:
> 6af2bf9 upgrade to latest dependencies (# 3110)
> 76cfa12 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3107)
> 6d10851 Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3103)
> 6eb75e8 Update community files (# 3105)
bumping knative.dev/hack 05b2fb3...2191456:
> 2191456 Update community files (# 400)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-25 06:15:03 +00:00
github-actions[bot]
09e597ced0
chore: update Springboot platform version to 3.3.5 ( #2552 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-10-24 17:23:02 +00:00
David Simansky
462cdc2d9b
Update Knative deps to release 1.16 ( #2549 )
2024-10-23 09:09:01 +00:00
Knative Automation
6c17586a9b
upgrade to latest dependencies ( #2544 )
...
bumping knative.dev/client/pkg 18a2561...dbb49e6:
> dbb49e6 Update community files (# 1971)
bumping knative.dev/serving 83b6695...77c7e1d:
> 77c7e1d Update net-contour nightly (# 15578)
> 5ebf2c7 Update net-kourier nightly (# 15577)
> b474b3e Update net-gateway-api nightly (# 15576)
> cb2a9c6 Update net-istio nightly (# 15579)
> 6544bfe Update community files (# 15574)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-17 04:57:23 +00:00