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
Matej Vašek
b67d8d4405
Refactor builder ( #2779 )
...
* Cleanup: remove unnecessary code
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: moved code outside of a loop
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-11 12:01:13 +00:00
github-actions[bot]
910e862804
chore: update Quarkus platform version to 3.21.2 ( #2776 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-10 02:47:11 +00:00
Matej Vašek
841555ab0a
Update rust buildpack ( #2778 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-09 19:36:12 +00:00
Matej Vašek
8a061c4ed1
Mirror buildpack run images in ghcr.io/knative ( #2775 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-09 19:24:12 +00:00
Matej Vašek
fffde39adb
Fix buildpacks builder update task ( #2777 )
...
The paketo project moved some buildpack from gcr.io to docker.io.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-09 19:04:15 +00:00
Matej Vašek
c93de80381
Fix builder updater ( #2774 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-09 13:47:14 +00:00
Matej Vašek
3e75e25506
Fix Python S2I On-Cluster build ( #2770 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-04 05:27:11 +00:00
Matej Vašek
c98b9f67c3
Fix: Go scaffolding uses correct module name ( #2769 )
...
* Fix: Go scaffolding uses correct module name
Using incorrect name works for a functions with flat structure -- no
sub-packages. When sub-packages are used we need to refer the user
module by its true name.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup tests
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-04 05:27:05 +00:00
Matej Vašek
e720bbcc8c
Add guideline for private Go module usage ( #2771 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-04 05:13:05 +00:00
github-actions[bot]
a2469fe9da
chore: update Quarkus platform version to 3.21.1 ( #2767 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-03 10:57:05 +00:00
Matej Vašek
aae2683231
Make build binds more similar to runtime binds ( #2768 )
...
* Make build binds more similar to runtime binds
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Added comments on struct
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-03 10:19:05 +00:00
Matej Vašek
fc750a283a
S2I (source-to-image) host binds ( #2766 )
...
* Added tests for s2i build with private Go module
The test is for now skipped since host binds are not yet implemented for s2i.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* User "host" network mode for s2i build on Linux
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Implement host binds for local s2i build
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-03 09:13:05 +00:00
Matej Vašek
2d3962401d
Improvements for Go s2i assembler ( #2765 )
...
* Return error code when compilation was not done
* Run `go mod tidy` on scaffoded code
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-02 17:17:05 +00:00
Luke Kingland
9f6a135702
Python Middleware v2 Scaffolding ( #2685 )
...
* refactor python http template
* python http scaffolding
* add python to make update-runtimes
* integrate python scaffolding with func run
* python http template
* reorganize python scaffolding
* cancellation stopgap
* documentation and logging cleanup
* Python Middleware v2 - Scaffolding
* base layer cache
* remove wsgi and flask templates
Inbuilt templates should be limited to a base http and cloudevent
integration, with anything beyond this falling to the officially
supported functions samples repository.
* update python cloudevents runtime in makefile
* python cloudevents middleware
* add python .venvs to gitignore
* clean up venvs on make
* add missing dependencies to python http tempklate
* set python cloudevents manifest
* further cleanup of repository impl
* cleanup
* ignore venv when building runtime container
* set listen address on python container
* remove unnecessary python runtime update from makefile
* remove debug statements and improved comments
* enable scaffolding python funcs in s2i builder
* set listen address on all containers built by s2i
* python s2i integration
* regen fs
* cleanup
* enable host builder
* fix manifest inheritance
* regen fs
* bug fixes
* regen docs
* cleanup and linter error fixes
* conditional python host builder test
* misspellings
* disable python E2E
Until the Python middleware is supported by the Pack builder, the E2E
tests will need to be disabled.
* install python for presubmit tests
* use linux for test builder runs
The target platform for a test needs to be a platform which is available
in all test base images. That's usually linux. Using current OS would
fail, for example, building python containers on MacOS because the
official Python base image has no darwin layer.
* fix ineffasign
* set python ce template to python 3.9
* regen fs
* windows python tests
* python templates README
2025-04-02 10:44:05 +00:00
Matej Vašek
36803160d5
Use s2i in standard mode, not "as-dockerfile" ( #2764 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-02 06:15:03 +00:00
Matej Vašek
b6bfb2d960
Allow host mounts for build phahse ( #2753 )
...
* Allow host mounts for build pahse.
This is in particular useful for using paket bindings,
e.g. to inject git credentials into build process.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Mark test as a integration test
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: style
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-01 15:37:03 +00:00
Knative Automation
c7a95dd81b
Update community files ( #2763 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-31 02:07:06 +00:00
github-actions[bot]
d8f6ceba07
chore: update Quarkus platform version to 3.21.0 ( #2761 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-03-26 18:33:44 +00:00