Commit Graph

1797 Commits

Author SHA1 Message Date
Matej Vašek 46f6f08feb
fix: pin octokit npm module version to 3 (#2295)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-05-13 13:42:51 +00:00
Matej Vašek 276f881e53
chore: update GH actions (#2298)
* chore: update checkout action

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

* chore: update actions/upload-artifact

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

* chore: update java setup action

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

* fix: set codecov token

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

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-05-13 12:27:46 +00:00
Matej Vašek 1a17594eb4
fix: call appropriate script in CI GH action (#2297)
* fix: call appropriate script in CI GH action

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

* fix: install python for GH actions

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

* chore: update setup-java in GH action

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

* chore: update upstream-artifacts version

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

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-05-13 10:00:37 +00:00
Matej Vašek 6dc929c554
chore: update paketo dep (#2296)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-05-13 06:20:57 +00:00
Matej Vašek 6649579eb1
Remove axios dependency (#2294)
* fix: downgrade Java version for Spring Boot

The newer version of Spring Boot does not work with Java 21

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

* chore: replace axios with fetch()

* Removed dependency on axios by using standard node fetch() function.
* Fixed getLatestPlatform(): using the 'tag_name' property instead of the 'name' property.

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

* Revert "fix: downgrade Java version for Spring Boot"

This reverts commit fcfe65a0ad.

* empyt: just trigger CI

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

* chore: update setup-java action

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

* fix: add missing description property

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

* fix: set distroless for setup-java action

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

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-05-11 01:32:30 +00:00
Knative Automation 527ef6cce6
Update community files (#2291)
Signed-off-by: Knative Automation <automation@knative.team>
2024-05-07 02:02:25 +00:00
Knative Automation 3e7c406f5b
upgrade to latest dependencies (#2290)
bumping google.golang.org/api 64f40ff...a11ef60:
  > a11ef60 chore(main): release 0.177.0 (# 2545)
  > e6e5ac5 chore(all): update all (# 2552)
  > 3eb92f1 fix: temp patch cloud.google.com/go ambiguity (# 2560)
  > 1b6db6c fix: split large compute file up (# 2546)
  > fb153c0 feat(all): auto-regenerate discovery clients (# 2556)
  > a5d7734 chore(deps): disable otel updates until Go 1.21 (# 2554)
  > 2f46e14 feat(all): auto-regenerate discovery clients (# 2553)
  > 4418f5f feat(all): auto-regenerate discovery clients (# 2551)
  > f9bf96d feat(all): auto-regenerate discovery clients (# 2550)
  > 32a5d10 feat(all): auto-regenerate discovery clients (# 2548)
  > 2f2505b feat: reduce code size by 29% (# 2544)
bumping knative.dev/eventing 0e165f2...07ebf11:
  > 07ebf11 [main] Upgrade to latest dependencies (# 7891)
bumping google.golang.org/genproto/googleapis/rpc 8c6c420...8cf5692:
  > 8cf5692 chore(all): update all (# 1122)
bumping knative.dev/serving 4fe3de5...e3fa8d1:
  > e3fa8d1 Update net-istio nightly (# 15185)
  > 9f695f3 Update net-gateway-api nightly (# 15183)
  > 2ef687c upgrade to latest dependencies (# 15182)
bumping google.golang.org/protobuf ec47fd1...242df22:
  > 242df22 all: release v1.34.0
  > c2b76ee all: fix deprecated
  > e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages
  > c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability
  > d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls
  > 94bb78c proto: return an error instead of producing invalid wire format
  > 671c2db [proto] use the correct parent when resolving features for extensions
  > 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap
  > 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension
  > b30b634 protobuf: fix required/group bug in descriptor proto output of editions files
  > bab4b5d protobuf: support gaps in edition defaults calculation
  > a18684d protobuf: fix delimited fields under editions in go
  > 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo()
  > 55891d7 proto: add examples for Size, MarshalAppend (regarding allocations)
  > 87fded5 internal/impl: ensure proto.HasExtension does not allocate
  > 3797f00 protogen: update Options documentation. protogen.Run doesn't exist.
  > 4fd828f proto: extend Unmarshal documentation, include an example
  > c69658e proto: extend Marshal documentation, include an example
  > 3ebf7dd proto: fix HasPresence for extensions and missing plugin response
  > dea00b5 all: enable editions support
  > 59034d8 reflect/protodesc: restore edition in protodesc.ToDescriptorProto
  > 3039476 all: implement proto2/proto3 as editions [2/2]
  > 7259b46 all: implement proto2/proto3 as editions [1/2]
  > f563685 all: use subtests to identify the message type
  > e216807 all: start v1.33.0-devel
bumping golang.org/x/oauth2 d0e617c...84cb9f7:
  > 84cb9f7 oauth2: fix typo in comment
  > 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency
  > e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint
bumping knative.dev/pkg b69fa27...f69d19c:
  > f69d19c Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (# 3029)
  > 13af413 Bump google.golang.org/api from 0.176.1 to 0.177.0 (# 3028)
bumping knative.dev/networking 979f637...6886f78:
  > 6886f78 Update community files (# 975)
  > 9188dac Remove requestDelay flag for tests (# 972)
  > 24ed062 Update test dialer to use ip when available (# 970)
  > 5f9768c Update community files (# 969)

Signed-off-by: Knative Automation <automation@knative.team>
2024-05-06 15:45:24 +00:00
David Simansky f594551317
fix: Fix Test_deployerNamespace with empty kubeconfig (#2286) 2024-05-06 06:54:25 +00:00
Knative Automation f739aa66c1
upgrade to latest dependencies (#2288)
bumping github.com/prometheus/common 0234594...e54e4df:
  > e54e4df Merge pull request # 620 from bboreham/test-string
  > e25b951 Merge pull request # 619 from bboreham/restore-sort
  > a1ca958 LabelSet: add unit test for String method
  > c1b9b72 Fix up config test (# 621)
  > be294f1 LabelSet.String: restore faster sort call
  > de5ed88 Merge pull request # 487 from GiedriusS/allow_exposing_real_value
  > ea817bb Merge pull request # 618 from grobinson-grafana/grobinson/add-status-at
  > 5ad26bf config: allow exposing real secret value through marshal
  > 506a12c Fix comment
  > fb6970a Add StatusAt method for Alert struct
bumping knative.dev/hack 1133b37...abdcdea:
  > abdcdea Update community files (# 380)
  > 9f6c92e Update community files (# 379)

Signed-off-by: Knative Automation <automation@knative.team>
2024-05-06 06:38:54 +00:00
github-actions[bot] eebea9fcb0
chore: update Quarkus platform version to 3.10.0 (#2283)
Co-authored-by: Knative Automation <automation@knative.team>
2024-05-02 11:32:58 +00:00
David Simansky e3db53309f
fix: Disable flaky unit test Test_deployerNamespace (#2285) 2024-05-02 10:10:55 +00:00
Knative Automation 59940185af
Update community files (#2281)
Signed-off-by: Knative Automation <automation@knative.team>
2024-05-01 02:00:43 +00:00
Knative Automation 4787d9c8de
upgrade to latest dependencies (#2279)
bumping knative.dev/client-pkg f983484...2bc8139:
  > 2bc8139 upgrade to latest dependencies (# 180)
bumping knative.dev/networking a40d058...979f637:
  > 979f637 [release-1.14] Update test dialer to use ip when available (# 971)
bumping knative.dev/eventing 4139fdf...e23ebab:
  > e23ebab Reconcile trigger on OIDC service account changes only, if SA references a trigger for correct broker class (# 7849)
  > ea14296 fix: remove duplicate configMaps (# 7847)
  > 4ba426c [main] Upgrade to latest dependencies (# 7850)
bumping knative.dev/serving e8d8610...afc8a59:
  > afc8a59 Update net-gateway-api nightly (# 15159)
  > f328f96 Update net-gateway-api nightly (# 15158)
  > 0a999c4 Update net-certmanager nightly (# 15157)
  > 7b6fc7b re-enable contour gateway tests (# 15150)
  > f65df07 feat: bubble up kcert status message when it's failed (# 14962)
  > e4d8139 cleanup service after tests completes (# 15147)
  > 076cd07 upgrade to latest dependencies (# 15155)
  > 5128114 Update net-contour nightly (# 15152)
  > 5943c7a Update net-istio nightly (# 15151)

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-30 15:34:28 +00:00
Matej Vašek 7c87e0c4b8
chore: update node to v20 (#2217)
* chore: update node to v20

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

* fixup: temporarily ingore deletion errors for Node

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

* fixup

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

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-04-30 14:53:54 +00:00
github-actions[bot] d72233b458
chore: update Quarkus platform version to 3.9.5 (#2282)
Co-authored-by: Knative Automation <automation@knative.team>
2024-04-29 05:49:54 +00:00
Knative Automation 9e489e4e28
upgrade to latest dependencies (#2273)
bumping knative.dev/eventing f9d8dea...4139fdf:
  > 4139fdf [main] Update community files (# 7845)
  > 6585a2b [main] Upgrade to latest dependencies (# 7843)
bumping knative.dev/client-pkg a82272d...f983484:
  > f983484 Remove license dir (# 178)
  > 08c9dcb Update community files (# 179)
  > 6ae69d2 upgrade to latest dependencies (# 176)
bumping knative.dev/serving a8e4fea...e8d8610:
  > e8d8610 Update net-kourier nightly (# 15153)
  > 531e7d8 [Automated] Update net-gateway-api nightly (# 15136)
  > 023022a Disable logstream so the Github Action Log Viewer works (# 15146)
  > 8c91dcf Update net-contour nightly (# 15144)
  > 40ec5af bump istio,contour,cert-manager (# 15141)
  > c21fb03 Update net-istio nightly (# 15143)
  > 7a01ca9 Update net-certmanager nightly (# 15142)
  > 96fe770 Update net-istio nightly (# 15139)
  > e64a7e6 Update net-kourier nightly (# 15140)
  > 2d57e34 Update net-contour nightly (# 15138)
  > e3b616b Update net-certmanager nightly (# 15137)
  > 2c23d5a upgrade to latest dependencies (# 15130)
  > 0196ecc Update community files (# 15135)
  > e4cef66 Update net-gateway-api nightly (# 15132)
  > c120704 Update net-certmanager nightly (# 15127)
bumping knative.dev/pkg 2a68697...0f34a88:
  > 0f34a88 upgrade to latest dependencies (# 3018)
bumping knative.dev/networking aaf8f94...a40d058:
  > a40d058 upgrade to latest dependencies (# 968)
  > 594a2f8 identify each request in update test using a query timestamp (# 967)
  > 1d9a7cf upgrade to latest dependencies (# 966)

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-23 11:27:56 +00:00
Matej Vašek 1aed6e04d3
chore: make tkn taks urls setable via linker flags (#2277)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-04-23 11:15:02 +00:00
github-actions[bot] acae72d7fd
chore: update Quarkus platform version to 3.9.4 (#2276)
Co-authored-by: Knative Automation <automation@knative.team>
2024-04-22 22:52:41 +00:00
Knative Automation 323176e3af
Update community files (#2274)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-18 02:03:31 +00:00
Knative Automation d77c3bebac
upgrade to latest dependencies (#2271)
bumping google.golang.org/grpc c68f456...d32e66c:
  > d32e66c Change version to 1.63.2 (# 7104)
  > 92f6dd0 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (# 7101)
  > 0f6ef0f grpc: un-deprecate Dial and DialContext
  > 58dc749 Change version to 1.63.1-dev (# 7051)
bumping knative.dev/pkg 39d72da...2a68697:
  > 2a68697 Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (# 3017)
  > 2cca32d Revert "drop eventing-rabbitmq downstream testing (# 2969)" (# 3008)
bumping knative.dev/serving 6d6527a...a8e4fea:
  > a8e4fea Update net-gateway-api nightly (# 15126)
  > 11b0900 Update net-contour nightly (# 15125)
  > 2160a47 Update net-kourier nightly (# 15123)
  > 7d3031f Update net-istio nightly (# 15124)

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-16 15:27:49 +00:00
Knative Automation 409cbae9ab
upgrade to latest dependencies (#2266)
bumping golang.org/x/oauth2 85231f9...d0e617c:
  > d0e617c google: add Credentials.UniverseDomainProvider
  > 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
  > 5a05c65 oauth2/google: fix remove content-type header from idms get requests
  > 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
bumping golang.org/x/term c5eaf76...5b15d26:
  > 5b15d26 go.mod: update golang.org/x dependencies
bumping golang.org/x/sys 360f961...cabba82:
  > cabba82 windows: use uint32 for serial comm flags for consistency
  > 1a50d97 windows: add serial comm functions
  > 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error)
  > 4be02d3 unix: expose mmap calls on z/OS
bumping golang.org/x/sync 59c1ca1...14be23e:
  > 14be23e semaphore: cancel acquisition with a done context
bumping knative.dev/pkg 5d4af76...39d72da:
  > 39d72da Bump github.com/prometheus/common from 0.52.2 to 0.52.3 (# 3015)
  > e255c15 Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 3016)
  > 7de1740 Bump golang.org/x/tools from 0.19.0 to 0.20.0 (# 3012)
  > bc62610 Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (# 3013)
  > a49e72f Bump golang.org/x/net from 0.22.0 to 0.24.0 (# 3011)
  > 1ff9a77 Bump x/net to 0.24 (# 3014)
  > 094f152 Bump github.com/prometheus/common from 0.51.1 to 0.52.2 (# 3010)
  > f9d72b2 Bump golang.org/x/sync from 0.6.0 to 0.7.0 (# 3009)
bumping knative.dev/serving 51a2bd5...6d6527a:
  > 6d6527a upgrade to latest dependencies (# 15122)
  > 2802229 Update net-contour nightly (# 15119)
  > f15401e Update net-gateway-api nightly (# 15117)
  > 96faf8b Update net-kourier nightly (# 15118)
  > a7be35c Update net-istio nightly (# 15116)
  > 79c907b Update net-certmanager nightly (# 15115)
  > dc8bf98 Make route domain error specific (# 15082)
  > 614caa0 Update net-kourier nightly (# 15114)
  > cbe7904 Update net-gateway-api nightly (# 15113)
  > 9ed9f9e Update net-contour nightly (# 15112)
  > f8aa896 Update net-istio nightly (# 15111)
  > 8d8d503 Update net-certmanager nightly (# 15110)
  > 3c6d5fe upgrade to latest dependencies (# 15109)
  > c017185 Update net-istio nightly (# 15108)
  > f9a9480 chore: fix function names in comment (# 15105)
  > 46d1f05 add e2e kind testing with Gateway API and Contour (# 15093)
  > 2a790f8 Update net-contour nightly (# 15107)
  > a498f19 Update net-certmanager nightly (# 15106)
  > 6079207 upgrade to latest dependencies (# 15104)
  > c9bd9bc upgrade to latest dependencies (# 15102)
  > 2c9ae15 Update net-gateway-api nightly (# 15103)
  > 7e7bd93 Update net-istio nightly (# 15100)
bumping knative.dev/eventing ebb311d...f9d8dea:
  > f9d8dea [main] Upgrade to latest dependencies (# 7842)
  > d96c6db feat: add initial pathfinding algorithm (# 7782)
  > 1ed11b7 [e2e] fix ManyTriggers possible starvation of Setup features (# 7831)
  > cb538fc [main] Upgrade to latest dependencies (# 7835)
  > 0264d60 Remove sinkbindings OIDC token secret when not needed and fix status setting (# 7836)
  > 84115ea Map eventtypes into event lineage graph (# 7783)
  > c1611d5 Improve trust bundle propagation (# 7665)
  > 734c413 fix: install script picks up on platform architecture by default (# 7821)
bumping google.golang.org/grpc 9952aa8...c68f456:
  > c68f456 Change version to 1.63.0 (# 7050)
  > 6369167 *: update http2 dependency (# 7082)
  > 8854761 cherry-pick: channelz: fix race accessing channelMap without lock (# 7079) (# 7080)
  > e62770d channelz: add LocalAddr to listen sockets and test (# 7062) (# 7063)
  > 4ffccf1 googlec2p: use xdstp style template for client LDS resource name (# 7048)
  > faf9964 gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo if needed (# 7035)
  > 800a8e0 channelz: re-add state for subchannels (# 7046)
  > dadbbfa channelz: re-add target and state (# 7042)
  > 55cd7a6 channelz: major cleanup / reorganization (# 6969)
  > a1033b1 xds: add LRS named metrics support (# 7027)
  > 4f43d2e chore: remove repetitive words (# 7036)
  > 7c37770 grpc: clean up doc strings and some code around Dial vs NewClient (# 7029)
  > c808322 chore: expose `NewClient` method to end users (# 7010)
  > c31fce8 Update github.com/golang/protobuf and google.golang.org/protobuf modules (# 7028)
  > 55341d7 xdsclient: correct logic used to suppress empty ADS requests on new streams (# 7026)
  > f7c5e6a DNS resolving with timeout (# 6917)
  > 815e2e2 build(deps): bump the github-actions group with 1 update (# 7014)
  > 2a617ca experimental: re-split message/service pb imports (# 7011)
  > 99ded5c examples: update deps of observability example to gcp/observabliity@v1.0.1 (# 7009)
  > e978e43 gcp/observability: update stackdriver dependency to remove dep on prometheus (# 7008)
  > 27c5d98 deps: update dependencies for all modules (# 7007)
  > 90fc697 xdsclient: use dataplane authority for virtualhost lookup (# 6997)
  > c267d5b grpc: add clientconn.CanonicalTarget() to return the canonical target string (# 7006)
  > 51f9cc0 deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 6961)
  > eb08be4 github: add Go 1.22 testing (# 7005)
  > eb880d5 replace github.com/cncf/udpa/go by github.com/cncf/xds/go (# 7001)
  > 5ccf176 rpc_util: Fix RecvBufferPool deactivation issues (# 6766)
  > 76a23bf fix enabling compression by trimming whitespaces in accept encoding header (# 6952)
  > 7525e98 test: add test for invalid streamID (# 6940)
  > c63d925 examples: fix typo in url (# 6978)
  > 40d6adb transport: Make error-handling for bad HTTP method consistent between HTTP/2 server transport and handler server transport (# 6989)
  > 3c2a44d transport: when using write buffer pooling, use input size instead of size*2 (# 6983)
  > 3ae77e6 grpc: Canonicalize string returned by ClientConn.Target() and resolver.Address.String() (# 6923)
  > 29997a0 grpc: Add StaticMethod CallOption (# 6926)
  > 28d78d4 *: forbid the use of time.After (# 6985)
  > 408139a security/advancedtls: CRL checks improvement (# 6968)
  > f94be9b Set the security level of Windows named pipes to NoSecurity (# 6956)
  > 05db80f server: wait to close connection until incoming socket is drained (with timeout) (# 6977)
  > f135e98  xds/internal/xdsclient: Add comments for exported types (# 6972)
  > f8eef63 Change version to 1.63.0-dev (# 6976)
bumping golang.org/x/mod 766dc5d...aa51b25:
  > aa51b25 modfile: do not collapse if there are unattached comments within blocks
  > 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles
  > 18d3f56 modfile: fix crash on AddGoStmt in empty File
bumping knative.dev/networking 75762ca...aaf8f94:
  > aaf8f94 fix TestRetry nil pointer panic (# 965)
  > a3d8b0f Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout (# 957)
  > 1a6e0da some conformance tests assume we're getting back a runtime request (# 964)
  > 2a4859c this fixes the probe handler to reflect that it doesn't care about the path (# 963)
  > b321831 upgrade to latest dependencies (# 962)
  > 2002961 🎁  Add test flags for the conformance suite (# 960)
  > ca2ffb8 upgrade to latest dependencies (# 961)
  > 97688e7 Update community files (# 959)
  > 5ce3081 upgrade to latest dependencies (# 958)
bumping golang.org/x/net 7ee34a0...7bbe320:
  > 7bbe320 go.mod: update golang.org/x dependencies
  > c48da13 http2: fix TestServerContinuationFlood flakes
  > 762b58d http2: fix tipos in comment
  > ba87210 http2: close connections when receiving too many headers
  > ebc8168 all: fix some typos
  > 3678185 http2: make TestCanonicalHeaderCacheGrowth faster
  > 448c44f http2: remove clientTester
  > c7877ac http2: convert the remaining clientTester tests to testClientConn
  > d8870b0 http2: use synthetic time in TestIdleConnTimeout
  > d73acff http2: only set up deadline when Server.IdleTimeout is positive
  > 89f602b http2: validate client/outgoing trailers
  > 6e2c99c http2: allow testing Transports with testSyncHooks
  > 9e0498d http2: use synthetic timers for ping timeouts in tests
  > 31d9683 http2: mark several testing functions as helpers
  > 12ddef7 http2: reject DATA frames after 1xx and before final headers
  > d600ae0 http2: add testClientConn for testing client RoundTrips
  > 57a6a7a http2: prevent uninitialized pipe from being written
  > ea095bc http2: only set up positive deadlines
  > 8c07e20 httpproxy: allow any scheme
  > ab271c3 http2: add IdleConnTimeout to http2.Transport
bumping golang.org/x/tools 7656c4c...11c692e:
  > 11c692e gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm
  > fc660e5 go.mod: update golang.org/x dependencies
  > 6590f47 internal/gcimporter: renable tests of issue50259.go
  > f1d5252 gopls/internal/golang: Hover: show wasted % of struct space
  > 951bb40 gopls/internal/test/integration/misc: fix flaky test
  > c9b0c65 gopls/internal/analysis/fillreturns: skip test if gotypesalias=1
  > c623a28 gopls/internal/cache: fix crash in snapshot.Analyze with patch versions
  > f345449 gopls/internal/server: filter diagnostics to "best" views
  > 42d590c gopls/internal/test/integration: add a WriteGoSum run option
  > 53d35a5 gopls/internal/golang: RenderPackageDoc: fix doc links
  > 222cdde internal/analysisinternal: ZeroValue: support materialized aliases
  > 0a4fc72 internal/gcimporter: support materialized aliases
  > 85b6527 gopls/internal/test: temporarily disable staticcheck with gotypesalias=1
  > 118b98b gopls/internal/golang: RenderPackageDoc: emit anchors for var/const
  > 1e68fee gopls/internal/server: "view package doc" of package under test
  > b303e13 gopls/internal/golang: view pkg doc: display when "disconnected"
  > 41a9213 go/packages: report type errors unconditionally
  > 7204363 gopls/doc/release/v0.16.0.md: augment notes for "view pkg doc"
  > 904c6ba gopls/internal/settings: enable "unusedwrite" analyzer
  > 9663999 gopls/internal/golang: hover: show size/offset info
  > 509ed1c gopls/internal/golang: work around bug in go/doc
  > 9551398 go/callgraph: keep instantiations in DeleteSyntheticNodes
  > 11b4b5e go/analysis/passes/nilness: add longer example to doc
  > 9ed98fa gopls/internal/test: option to suppress LSP logs on failure
  > 867c912 inline: make it possible to gob encode/decode inlineMeFacts
  > db5d12b go/types/internal/play: display method receiver type
  > 2c8dd3e gopls: add explicit Unalias operations
  > 814f676 internal/gcimporter: add tool to inspect export data
  > 4fe2c29 refactor/rename: fix renaming of aliases
  > 71acab9 internal/typesparams: add Deref
  > 63b3b5a internal/imports: fix two "nil pointer in interface" bugs
  > 3f9badb go/ssa: types.Unalias() cleanup.
  > e5cf370 internal/typeparams: factor 2 copies of isParameterized
  > e0a9567 all: fix some comments
  > c3544e2 go/analysis/passes/httpresponse: fix ReceiverNamed usage
  > d0f7dce gopls: update x/vuln to 1.0.4
  > dd52646 go/ssa: create fewer goroutines
  > 813e70a gopls/internal/server: redo completion counters
  > 2ba7cf9 internal/imports: remove obsolete go:generate directive
  > 0fb9b7b gopls: use slices package for reverse slice
  > c21ae4c gopls/internal/golang: don't suggest removeparam when there are errors
  > f3fccee gopls/internal/golang: support removing unused parameters from methods
  > 2d517d5 gopls/internal/golang: fix build breakage due to semantic conflict
  > 6af0295 go/analysis/passes/stdversion: publish
  > 8669bfc gopls/internal/server: add "View package documentation" code action
  > 5628443 gopls/internal/test/marker: remove runtime.GOROOT from format.txt case
  > 6d9ecf2 gopls/internal/cache: rename methods on Package
  > 29d17a0 go/cfg: publish (*CFG).Dot method
  > 03f7b7b x/tools/go/packages: fix Load's "argument list too long" error
  > 67e856b gopls: fix test failures due to quoting of names in go/types errors
  > e256714 gopls: repair premature commit of 562248
  > 887727a gopls: Measure the efficacy of completions
  > ca94c96 gopls/internal/server: update telemetry prompt link
  > d4b1eff gopls/internal/golang: fix crash in package references
  > f89da53 gopls/internal/server: fix crash in SignatureHelp
  > 176e895 gopls/internal/analysis/stdversion: suppress before go1.21
  > c1eaf76 gopls/internal/analysis/stdversion: set RunDespiteErrors
  > c67485c gopls/internal/golang/completion: honor std symbol versions (imported)
  > 1f580da cmd/guru: delete it
  > c6563ca cmd/guru: remove replace directive
  > c178933 gopls/internal/server: set -mod=readonly when checking for upgrades
  > 9e530fc cmd/guru: carve out a separate module
  > 9b64301 gopls/internal/cache: avoid go/types panic on version "go1.2.3"
  > 93c0ca5 gopls/internal/cache: fix spurious diagnostics in multi-root workspaces
  > 31f056a gopls/internal/cache: add assertions for telemetry crash
  > 656fcde go/callgraph/vta: use core type for channels
  > b3a5e0b gopls/internal/golang/completion: honor std symbol versions (unimported)
  > accb00b gopls/internal/server/semantic: highlight the doc links in comments
  > ffaa15b gopls/internal/analysis/stdversion: report refs to too-new std symbols
  > 9a6aed9 internal/typeparams: delete OriginMethod
  > 070fcfb internal/typesinternal: delete SetGoVersion
  > caf5940 gopls/internal/cache: prune broken edges to command-line-arguments pkgs
  > ff00c7b internal/stdlib: manifest of all std symbols since go1.0
  > 029c4ea go/analysis/passes/slog: detect unsatifiable interface args
  > d10b068 go/ssa: handle labeled statements with blank labels
  > 4c85bed all: remove redundant words in comments and fix typo
  > 98c835c gopls/protocol: update LSP to latest version
bumping golang.org/x/crypto 7067223...d042a39:
  > d042a39 go.mod: update golang.org/x dependencies
  > b92bf94 ssh: respect MaxAuthTries also for "none" auth attempts
  > 6f79b5a ssh: add server side multi-step authentication
  > 8d0d405 x/crypto/chacha20: cleanup chacha_ppc64le.s
  > b91329d all: remove redundant words in comments and fix some typos
bumping github.com/prometheus/common e821827...0234594:
  > 0234594 Add support for go 1.20 (# 617)
  > 4433931 Merge pull request # 615 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.51.11
  > 728e910 Merge pull request # 616 from srebhan/fix_protobuf_decode
  > 5fef1df Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4
  > 3dec13c Drop support for Go older than 1.18 (# 612)
  > 78585cf fix(protobuf): Correctly decode multi-messages streams
  > 95edf51 Update common Prometheus files (# 613)

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-16 10:59:22 +00:00
Matej Vašek b5232942ea
chore: func-utils image has appropriate labels (#2262)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-04-15 18:30:21 +00:00
Jefferson Ramos a0b9d358ab
chore: prepare/update oncluster e2e test for presubmit (#2270) 2024-04-12 12:57:22 +00:00
github-actions[bot] 6292fb7c71
chore: update Quarkus platform version to 3.9.3 (#2269)
Co-authored-by: Knative Automation <automation@knative.team>
2024-04-10 19:12:40 +00:00
Matej Vašek cf433243cb
chore: update codecov/codecov-action (#2267)
* chore: update codecov/codecov-action

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

* chore: pin paketo builder version

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

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-04-10 11:47:01 +00:00
github-actions[bot] 27c1744d62
chore: update Quarkus platform version to 3.9.2 (#2263)
Co-authored-by: Knative Automation <automation@knative.team>
2024-04-08 16:39:49 +00:00
Knative Automation 568d3092ab
Update community files (#2264)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-08 16:27:45 +00:00
David Simansky 5a2e58441d
Update Knative deps to latest (#2265) 2024-04-05 09:07:51 +00:00
Matej Vašek bc1463773b
Update deps (#2261)
* chore: updated docker dep

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

* chore: update runc lib

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

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-04-04 18:27:29 +00:00
Luke Kingland e4010db028
src: cleanup setup scripts (#2247)
The current binaries and allocation scrips are very CI-centric, this PR
takes a few steps to make them more friendly to running in a dev
environment; mainly centered around not polluting global scope (keeping
filesystem mutations in a relative local directory).

- binaries (and kind kubeconfig) are installed in ./hack/bin
- adds /hack/bin to .gitignore
- binary paths can be overridden via env vars FUNC_TEST_{name}
- binary fallback is system-installed (when binaries.sh not run)
- Cleanup of the UX, including colors and some shared helpers via
  library.sh
- Removes `yq` as the hack that required it appears to no longer be necessary.
- Adds some notes for Nix users
- Better error messaging when !linux
- Refactors the installers to pipe directly to tar rather than touch
  disk.
- begin to standardize on hyphens in filenames
2024-04-02 08:29:03 +00:00
Matej Vašek 31bebd1bfc
Update Rust BP (#2260) 2024-04-01 13:45:42 +00:00
Matej Vašek c6548e68b7
Fix utils image build (#2258) 2024-03-29 09:55:48 +00:00
Calum Murray 701e258acf
fix: func invoke unmarshals json before setting it in the event (#2256)
Signed-off-by: Calum Murray <cmurray@redhat.com>
2024-03-29 09:55:40 +00:00
Knative Automation 87a027338e
Update community files (#2253)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-29 08:43:09 +00:00
Matthias Wessendorf 7914454763
make was not called #2234 (#2245)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2024-03-27 16:45:19 +00:00
Matej Vašek db0a6edf3d
Setup test images before integration test run (#2250)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-03-27 16:33:37 +00:00
github-actions[bot] 617e95b6e1
chore: update Quarkus platform version to 3.9.1 (#2255)
Co-authored-by: Knative Automation <automation@knative.team>
2024-03-27 16:18:55 +00:00
Matej Vašek ff2757d63d
Fixing Rust version to 1.76.0 (#2254)
The version 1.77.0 is not compatible with paketo buildpack.

* Updated version of Rust buildpack 0.35.0 => 0.45.0,
  version 0.45.0 includes Rust 1.76.0.

* Disabling rustup buildpack so latest Rust (1.77.0) is not used,
  instead Rust 1.76.0 from rust-dist buildpack is used.

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-03-27 15:01:22 +00:00
Matthias Wessendorf 8ced6269af
Usage of only proper handler API, no longer need for redundant Context (#2249)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2024-03-26 12:05:16 +00:00
Matej Vašek 6b78b7f5c5
Improve utility image (#2246)
* The socat/tar image is now build in GH Actions.
* We use new tiny deploy binary for deployment instead of whole func.

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2024-03-26 11:30:56 +00:00
Luke Kingland 9beea04064
Basic auth (#2242)
* feat: host builder basic auth

* update tests

* mark oci basic auth flags hidden

* cleanup
- Remove debug statements
- Fix test race
- Update licenses

* spelling and linting errors
2024-03-26 09:17:21 +00:00
Knative Automation 9daaea37be
upgrade to latest dependencies (#2232)
bumping knative.dev/networking 3594f84...e1796e7:
  > e1796e7 Update community files (# 947)
  > f56f3aa upgrade to latest dependencies (# 946)
bumping google.golang.org/api 9c2cde8...cb0f433:
  > cb0f433 chore(main): release 0.170.0 (# 2459)
  > 5537676 feat(all): auto-regenerate discovery clients (# 2471)
  > cca46fb chore(deps): bump google.golang.org/protobuf (# 2470)
  > 67f16b6 feat(all): auto-regenerate discovery clients (# 2468)
  > de61eb7 feat(all): auto-regenerate discovery clients (# 2466)
  > 73e8b66 chore(all): update all (# 2462)
  > cc19990 chore(deps): ignore google/go-github package updates (# 2465)
  > c3a2f34 feat(all): auto-regenerate discovery clients (# 2464)
  > e938bf1 feat(all): auto-regenerate discovery clients (# 2461)
  > dc4811a feat(all): auto-regenerate discovery clients (# 2460)
  > fb2b816 feat(all): auto-regenerate discovery clients (# 2458)
bumping google.golang.org/genproto/googleapis/rpc 37d4d3c...a219d84:
  > a219d84 chore(all): auto-regenerate .pb.go files (# 1096)
  > 29370a3 chore(all): auto-regenerate .pb.go files (# 1095)
  > 790db91 chore(all): auto-regenerate .pb.go files (# 1094)
bumping github.com/golang/protobuf 5d5e8c0...75de7c0:
  > 75de7c0 Merge pull request # 1597 from golang/updatedesc
  > b7697bb all: update descriptor.proto to latest version
bumping knative.dev/pkg adefab4...db6f3b0:
  > db6f3b0 Bump google.golang.org/api from 0.169.0 to 0.170.0 (# 2992)
  > 4e6f7e4 Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (# 2993)
  > 66842ae Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (# 2991)
  > 3d1e17c Bump cloud.google.com/go/storage from 1.39.0 to 1.39.1 (# 2990)
  > 9f523e2 Update community files (# 2988)
bumping knative.dev/eventing b644dad...292e29c:
  > 292e29c feat: add triggers to event lineage graph (# 7746)
  > 74803f8 [main] Upgrade to latest dependencies (# 7800)
  > 63068bd [main] Upgrade to latest dependencies (# 7794)
  > acc6385 [main] Update community files (# 7787)
  > c7db5cb Reduce the scope for the Config validation webhook to only the `knative-eventing` namespace. (# 7792)
  > 0604334 Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout (# 7786)
bumping knative.dev/hack b9f6bf0...424e75e:
  > 424e75e Update community files (# 374)
bumping google.golang.org/grpc d715b2e...9952aa8:
  > 9952aa8 Change version to 1.62.1 (# 7020)
  > d7334c4 fix enabling compression by trimming whitespaces in accept encoding header (# 6952)
  > d076e14 rpc_util: Fix RecvBufferPool deactivation issues (# 6766)
  > 9d981b0 cherry-pick # 6997 to 1.62.x release branch (# 6979) (# 7018)
  > 7c4b553 Switch version to 1.62.1-dev (# 6995)
bumping knative.dev/serving 6a15707...ba3f983:
  > ba3f983 Update net-istio nightly (# 15025)
  > 8a10fb0 Update net-certmanager nightly (# 15024)
  > 14ad0fe Update net-kourier nightly (# 15023)
  > da63b4a Update net-gateway-api nightly (# 15022)
  > ffd2796 upgrade to latest dependencies (# 15020)
  > edcb471 Update community files (# 15012)
  > d0529c2 Update net-certmanager nightly (# 15015)
  > cd1e144 Update net-kourier nightly (# 15017)
bumping google.golang.org/genproto/googleapis/api b0ce06b...37d4d3c:
  > 37d4d3c chore(all): update all (# 1089)
  > df926f6 chore(all): auto-regenerate .pb.go files (# 1092)
  > 05fd2b7 chore(all): Update to google.golang.org/genproto/googleapis/rpc without backreference (# 1093)
  > 1f18d85 chore(all): Drop submodule backreferences (# 1087)
  > 6ceb2ff chore: make vet script less error prone (# 1091)
  > c5ed0a4 chore(all): auto-regenerate .pb.go files (# 1084)
  > 9b9be74 chore: updates for Go 1.22 (# 1090)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-25 17:00:08 +00:00
github-actions[bot] 6abc5e6527
chore: update Springboot platform version to 3.2.4 (#2243)
Co-authored-by: Knative Automation <automation@knative.team>
2024-03-25 16:32:28 +00:00
Luke Kingland c5fcabab4a
remove unrechable condition (#2239) 2024-03-25 16:16:11 +00:00
Luke Kingland e0c4d7bf91
cleanup unused args (#2240) 2024-03-25 08:02:00 +00:00
Knative Automation 24ed28b27a
Update community files (#2229)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-20 02:05:58 +00:00
github-actions[bot] ba8733e3fd
chore: update Quarkus platform version to 3.8.3 (#2238)
Co-authored-by: Knative Automation <automation@knative.team>
2024-03-19 17:36:30 +00:00
Dave Protasowski 1d0d7611b2
Introduce a --registry-insecure flag (#2234)
* fix env var casing otherwise flags with hyphens will continue to have hyphens

* Introduce an --registry-insecure flag

* fix build tests

* fix TestList

* fix insecure (http) push
2024-03-16 04:45:20 +00:00
Knative Automation 8f3f718a5a
upgrade to latest dependencies (#2231)
bumping knative.dev/serving e640345...6a15707:
  > 6a15707 Update net-gateway-api nightly (# 15016)
  > 8e7a61c Set e2e scripts to test Gateway API and Contour (# 14999)
  > e053fe2 Update net-istio nightly (# 15018)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-15 02:49:22 +00:00
Knative Automation 940027e366
upgrade to latest dependencies (#2225)
bumping knative.dev/networking 3252e63...3594f84:
  > 3594f84 upgrade to latest dependencies (# 945)
bumping knative.dev/pkg 2c15a6f...adefab4:
  > adefab4 upgrade to latest dependencies (# 2987)
bumping knative.dev/serving 0c8f4f3...e640345:
  > e640345 Update net-contour nightly (# 15008)
  > 3504239 upgrade to latest dependencies (# 15009)
bumping knative.dev/hack e6dedc7...b9f6bf0:
  > b9f6bf0 switch default region to avoid instability (# 373)
bumping knative.dev/eventing bbb9051...b644dad:
  > b644dad [main] Upgrade to latest dependencies (# 7785)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-14 18:06:46 +00:00