Commit Graph

1332 Commits

Author SHA1 Message Date
Zuhair AlSader 6558f9652d
add pvc and emptyDir to function_volumes (#1666)
* add pvc and emptyDir to function_volumes

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* add pvc and emptydir to deployer

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* add config functions

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* update tests

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* use random string for emptydir

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* include func yaml schema

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* fix make schema-generate

it needs to be regenrated every time.

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* make function volumes dependency-free

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* add prompt for extension flags

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* add dependency in func_yaml-schema

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

---------

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
2023-05-03 13:57:56 +00:00
knative-automation 1ba7015c84
upgrade to latest dependencies (#1709)
bumping knative.dev/serving 2c1bb07...5e056a0:%0A  > 5e056a0 Update net-certmanager nightly (# 13926)%0A  > 35efd12 Update net-contour nightly (# 13929)%0A  > f476717 Update net-istio nightly (# 13935)%0A  > bd8e37c Update net-gateway-api nightly (# 13925)%0A  > 37a7010 Update net-kourier nightly (# 13934)%0A  > f47802d Update community files (# 13933)%0A  > 990d701 Update net-kourier nightly (# 13928)%0A  > ff9f03d Update net-istio nightly (# 13927)%0A  > 690c525 upgrade to latest dependencies (# 13924)%0A  > 1dd07a7 Update community files (# 13923)%0A  > 66141b8 Update net-istio nightly (# 13920)%0Abumping knative.dev/pkg dfad48e...9049667:%0A  > 9049667 Update community files (# 2735)%0A  > aacec7f Update community files (# 2734)%0A  > 300df43 Eventing TLS: Added AddressableFromDestination method on the resolver (# 2717)%0Abumping knative.dev/networking e5d04e8...68725bd:%0A  > 68725bd upgrade to latest dependencies (# 798)%0A  > 1594abb Update community files (# 797)%0Abumping knative.dev/client-pkg 4f052f9...e5c405e:%0A  > e5c405e Update community files (# 102)%0A  > eee9b55 Update community files (# 100)%0Abumping knative.dev/eventing 034bec9...cd50d27:%0A  > cd50d27 [main] Format Go code (# 6898)%0A  > 0f0a82c [main] Update community files (# 6901)%0A  > 7f4deb5 EventType v1b2 API addition (# 6893)%0A  > 1f917d0 Refactor PingSource adapter client creation (# 6880)%0A  > e2f1c77 [main] Update community files (# 6896)%0A  > 6a5c7ee Eventing TLS: migrate all resolver.URIResolver usages over to AddressableFromDestinationV1 (# 6883)%0A  > 0a12a6c Adds path based routing to message_receiver pkg (# 6873)%0Abumping knative.dev/hack f591fea...7d81248:%0A  > 7d81248 Update community files (# 286)%0A  > 6e4569c Update community files (# 285)

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-02 15:56:55 +00:00
Lance Ball 607853b6db
chore: update docs from changes to deploy/run (#1715)
The docs were overlooked in the changes to deploy and run in
https://github.com/knative/func/pull/1693. This commit just updates the
docs so they are consistent with the binary.

Signed-off-by: Lance Ball <lball@redhat.com>
2023-05-02 13:08:55 +00:00
Luke Kingland 92d20b07d5
feat: func run support all build options (#1693)
* feat: func run build options and host runs

- Refactors the run command to include all options from build, in the same
  manner as deploy.
- Adds the --container flag (currently defaults to true) which will, when
  disabled, invoke the localhost-based runner which, in this commit, is not
  yet active.
- Updates help text to match the other command format, and lays the verbal
  groundwork for the difference between containerized (currently default)
  and non-containerized runs.

* fix e2e

* Update cmd/deploy.go

Co-authored-by: Lance Ball <lball@redhat.com>

* Update pkg/functions/client.go

Co-authored-by: Lance Ball <lball@redhat.com>

* Update cmd/run.go

Co-authored-by: Lance Ball <lball@redhat.com>

---------

Co-authored-by: Lance Ball <lball@redhat.com>
2023-05-02 12:11:55 +00:00
knative-automation d5b4a8d8e9
Update community files (#1708)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-01 02:13:53 +00:00
Matej Vasek f2eb853073
fix: PaC not working with dot git suffixed url (#1713)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-04-28 19:13:51 +00:00
Matej Vasek 818c5ae20a
fix: Quarkus template Integration Tests (#1714)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-04-28 17:14:51 +00:00
Luke Kingland bcadf234d6
src: Envs type (#1701)
* feat: Envs type

Creates a type for []Env with a String and Slice method for presenting
a set of environment variables in common formats.

* fix: Envs tests
2023-04-28 16:45:51 +00:00
Will Li cd0dbfd300
feat: specify create time for image built with buildpacks (#1685)
* specify the image created time

* add build-timestamp config

* fix trailing white space
2023-04-28 07:14:51 +00:00
github-actions[bot] 46076a581d
chore: update Quarkus platform version to 3.0.1.Final (#1706)
Co-authored-by: Knative Automation <automation@knative.team>
2023-04-27 12:53:32 +00:00
knative-automation 61179d881e
upgrade to latest dependencies (#1705)
bumping knative.dev/serving 84fa64c...2c1bb07:%0A  > 2c1bb07 Update net-kourier nightly (# 13919)%0A  > 0637cdf Update net-contour nightly (# 13918)%0A  > 08bedbe Update net-gateway-api nightly (# 13917)%0A  > e39c429 Update net-istio nightly (# 13916)%0A  > 10ed0f8 Update net-certmanager nightly (# 13915)%0Abumping knative.dev/client-pkg e75f12e...4f052f9:%0A  > 4f052f9 upgrade to latest dependencies (# 99)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-26 09:55:45 +00:00
knative-automation 5c38465232
upgrade to latest dependencies (#1704)
bumping knative.dev/eventing 034bec9...034bec9:

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-26 09:02:45 +00:00
knative-automation 88b36341ff
upgrade to latest dependencies (#1686)
bumping knative.dev/client-pkg e1f3e9a...e75f12e:%0A  > e75f12e upgrade to latest dependencies (# 98)%0A  > 3bb19d6 upgrade to latest dependencies (# 93)%0Abumping knative.dev/serving 4db179f...84fa64c:%0A  > 84fa64c Update data-plane Secrets  (# 13859)%0A  > 22783d6 Deployment probe fixes (# 13885)%0A  > 113616b add support for downwardAPI in projected volumes (# 13896)%0A  > 55f8dd7 upgrade to latest dependencies (# 13912)%0A  > b2a416f Update net-gateway-api nightly (# 13907)%0A  > 91ac3b3 Update net-certmanager nightly (# 13904)%0A  > 787ac48 Update net-istio nightly (# 13902)%0A  > d315f71 Update net-contour nightly (# 13903)%0A  > b38ef3a Update net-istio nightly (# 13899)%0A  > b9b9d13 Update net-contour nightly (# 13900)%0A  > 9530fe9 Update net-certmanager nightly (# 13897)%0A  > 12bd205 Update net-kourier nightly (# 13898)%0Abumping knative.dev/networking 750a9e4...e5d04e8:%0A  > e5d04e8 upgrade to latest dependencies (# 796)%0A  > 62fd5d0 Update actions (# 793)%0A  > b77b4a6 Bump Go version in github action (# 795)%0Abumping knative.dev/eventing cc3d254...034bec9:%0A  > 034bec9 [main] Upgrade to latest dependencies (# 6888)%0A  > 4c2a3aa Bump Go to 1.20 in GH workflows (# 6882)%0A  > 825a2b5 Create Cert-Manager resources (# 6849)%0A  > 193f2df Eventing TLS: support `K_CA_CERTS` in adapter/v2 (# 6848)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-25 14:04:45 +00:00
Luke Kingland 5dc18a1cd6
extract splitTemplateName from Templates.Get (#1700) 2023-04-25 14:01:45 +00:00
Luke Kingland 55a6e2846f
move template struct to templates.go (#1698) 2023-04-25 14:00:45 +00:00
Luke Kingland fd3aca35a3
fix: building resets image digest (#1691)
Fixes a bug where the image digest was being cleared on a subsequent
deploy, resulting in incorrect metadata and a build stamp which was
always out-of-date (effectively disabling cached builds).
2023-04-25 13:59:46 +00:00
Luke Kingland 135dba049d
rename Instance to InstanceRefs (#1694)
In order to not conflict with (and be confused with) the actual Instance
struct name which is introduced in the scaffolding func runtimes
middleware, the Instance struct herein is renamed InstanceRefs to more
accurately reflect its usage as a manager of references to instances.
2023-04-25 13:58:45 +00:00
Luke Kingland e6fa8dddfe
fix: removes preparsing flag error messages (#1692)
Errors pre-parsing flags to extract --path were incorrectly logging
expected parsing errors when other flags are provided.  Squelched.
2023-04-25 13:57:45 +00:00
Luke Kingland 3ac1ef9229
docs: standardize env flag help suffix (#1689)
* remove 'Env:' prefix from command help text environment variables

* regen docs
2023-04-25 13:56:45 +00:00
Luke Kingland 5cf4828dcc
no longer .gitignore templates go.sum files (#1688) 2023-04-25 12:01:46 +00:00
Lance Ball 177c15bfb3
feat: custom health checks for node and typescript (#1682)
* feat: custom health checks for node and typescript

This commit bumps the faas-js-runtime for Node.js and TypeScript
dependencies to version 1.1.0, which includes an API allowing function
developers to override the liveness and readiness checks for their
functions.

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup

Signed-off-by: Lance Ball <lball@redhat.com>

---------

Signed-off-by: Lance Ball <lball@redhat.com>
2023-04-25 06:31:44 +00:00
Lance Ball d0ebdb78f3
docs: add preliminary document for function lifecycles (#1654)
Signed-off-by: Lance Ball <lball@redhat.com>
2023-04-25 06:07:44 +00:00
Matej Vasek 506cb71e76
test: extend filesystem tests (#1684)
* refactor: extract functions

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* test: extend filesystem tests

Signed-off-by: Matej Vasek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-04-24 14:02:43 +00:00
knative-automation a842cc63e8
upgrade to latest dependencies (#1681)
bumping knative.dev/pkg ef19121...dfad48e:%0A  > dfad48e upgrade to latest dependencies (# 2728)%0A  > 53f04b3 Make minimum TLS version configurable for webhooks (# 2721)%0A  > ce10b06 Update actions (# 2726)%0A  > d3d7625 Update community files (# 2724)%0A  > 166893c upgrade to latest dependencies (# 2719)%0Abumping knative.dev/networking 0b998c1...750a9e4:%0A  > 750a9e4 Update community files (# 792)%0A  > 62b7e26 Update actions (# 789)%0A  > 366f276 upgrade to latest dependencies (# 788)%0A  > fb58275 Update community files (# 790)%0Abumping knative.dev/client-pkg bf6f6a8...e1f3e9a:%0A  > e1f3e9a Update actions (# 97)%0A  > 7260990 Update community files (# 96)%0Abumping knative.dev/serving ac7c74b...4db179f:%0A  > 4db179f upgrade to latest dependencies (# 13895)%0A  > 0c8f091 Update net-gateway-api nightly (# 13894)%0A  > f83732d Update net-kourier nightly (# 13893)%0A  > 87af840 upgrade to latest dependencies (# 13891)%0A  > 171cecd change mininum TLS version for tag to digest resolution (# 13886)%0A  > ef58d9b Update net-contour nightly (# 13881)%0A  > 842c516 Update net-istio nightly (# 13883)%0A  > cb946ff Update net-certmanager nightly (# 13882)%0A  > d0eea80 Update net-gateway-api nightly (# 13880)%0A  > c377269 Update actions (# 13879)%0A  > 018c7f8 Update net-kourier nightly (# 13871)%0A  > 235e7f1 Update net-contour nightly (# 13870)%0A  > 29089ce Update net-gateway-api nightly (# 13873)%0A  > f87c4d7 Update net-istio nightly (# 13872)%0A  > a96e2c5 upgrade to latest dependencies (# 13875)%0A  > e363b61 Update net-certmanager nightly (# 13874)%0A  > 9af99e5 Load certificate when they are updated when internal-encryption is enabled (# 13854)%0A  > 3efe96d Update community files (# 13868)%0A  > 944e8e0 Update net-kourier nightly (# 13864)%0A  > 4d85bc0 Update net-contour nightly (# 13865)%0A  > 96b84bd Update net-certmanager nightly (# 13866)%0A  > f5d3865 Update community files (# 13863)%0Abumping knative.dev/hack 9153cc6...f591fea:%0A  > f591fea individual globbing is required (# 284)%0A  > 4b3f230 Update community files (# 283)%0Abumping knative.dev/eventing 3224e50...cc3d254:%0A  > cc3d254 [main] Upgrade to latest dependencies (# 6863)%0A  > 81f8e67 Fix ChannelChain test lifecyle (# 6862)%0A  > d7fe38f [main] Upgrade to latest dependencies (# 6860)%0A  > a5b4810 [main] Update actions (# 6858)%0A  > 43a2554 [main] Upgrade to latest dependencies (# 6855)%0A  > cf7ee9c [main] Update actions (# 6853)%0A  > d2eaff5 [main] Update community files (# 6856)%0A  > c59bd1f Eventing TLS: Install Cert Manager as part of the test setup phase (# 6850)%0A  > d35f808 [main] Upgrade to latest dependencies (# 6852)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-18 20:14:56 +00:00
knative-automation 71ef28cfaa
Update actions (#1678)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-17 02:08:54 +00:00
Matej Vasek fd82412701
fix: increase connection timeouts (#1679)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-04-17 01:05:53 +00:00
knative-automation 677c3dee62
Update community files (#1677)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-12 02:16:49 +00:00
knative-automation dbcf68fccd
upgrade to latest dependencies (#1672)
bumping knative.dev/pkg ee73c93...ef19121:%0A  > ef19121 Update community files (# 2722)%0A  > 15cf17d Update actions (# 2720)%0Abumping knative.dev/networking 8174d2b...0b998c1:%0A  > 0b998c1 upgrade to latest dependencies (# 786)%0Abumping knative.dev/client-pkg 30a17e5...bf6f6a8:%0A  > bf6f6a8 Update community files (# 95)%0A  > e5bd961 Update actions (# 94)%0Abumping knative.dev/eventing d991040...3224e50:%0A  > 3224e50 [main] Update community files (# 6854)%0Abumping knative.dev/hack 1421f12...9153cc6:%0A  > 9153cc6 Update community files (# 282)%0A  > 359d585 Revert "Extract tools to knative.dev/toolbox (# 280)" (# 281)%0Abumping knative.dev/serving 23f7e2b...ac7c74b:%0A  > ac7c74b Update actions (# 13862)%0A  > c367fec upgrade to latest dependencies (# 13860)%0A  > 8f273e4 Adds dev container and updates docs with Codespaces information (# 13838)%0A  > db52024 Update net-contour nightly (# 13853)%0A  > 1f3a35f Update net-istio nightly (# 13852)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-11 09:52:48 +00:00
knative-automation c80ea74e36
Update community files (#1674)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-11 02:18:49 +00:00
Lumír 'Frenzy' Balhar 36d7b23b66
Add Python templates for gunicorn and uwsgi + Flask (#1655)
* Add Python templates for gunicorn and uwsgi + Flask

These templates represents the most common and simple ways
how to implement FAAS in Python either directly via gunicorn
or using Flask and uwsgi.

* feat: runtime envvar definition in templates

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: use APP_MODULE not app.sh

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: update docs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* test: better diffing in tests

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: update tests

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: style

Signed-off-by: Matej Vasek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vasek <mvasek@redhat.com>
Co-authored-by: Matej Vasek <mvasek@redhat.com>
2023-04-10 19:03:48 +00:00
knative-automation 064ff9b608
Update actions (#1673)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-10 18:06:48 +00:00
Gunjan Vyas 8f2f290aab
Replace knative.dev/client references to knative.dev/client-pkg (#1671) 2023-04-10 15:59:39 +00:00
Matej Vasek 18d8398ac2
fix: template flag completion (#1670)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-04-07 18:25:20 +00:00
knative-automation 29cfd3e6ba
upgrade to latest dependencies (#1667)
bumping knative.dev/serving ef53449...23f7e2b:%0A  > 23f7e2b Update net-kourier nightly (# 13849)%0A  > 32aacd6 Update net-certmanager nightly (# 13850)%0A  > 5eed3c1 Update net-istio nightly (# 13851)%0A  > 8a027b6 Update net-gateway-api nightly (# 13848)%0A  > 0814d02 upgrade to latest dependencies (# 13846)%0A  > dab78d1 upgrade to latest dependencies (# 13844)%0A  > 9976a2c Update net-kourier nightly (# 13841)%0A  > 0134c27 Update net-contour nightly (# 13840)%0A  > e824c3f Update net-certmanager nightly (# 13842)%0Abumping knative.dev/pkg 696cac8...ee73c93:%0A  > ee73c93 upgrade to latest dependencies (# 2710)%0A  > 4835a4c Eventing TLS: update destination and Kref types (# 2716)%0A  > b7f2774 Made changes to addressable and address status. (# 2713)%0Abumping knative.dev/eventing 7ba0648...d991040:%0A  > d991040 Add transport-encryption feature flag (# 6845)%0A  > 642699b Sync retry option with spec (# 6834)%0A  > 500ae1d [main] Upgrade to latest dependencies (# 6846)%0A  > 4a78a6c Support running SinkBinding tests with inclusion selection behavior  (# 6841)%0A  > df3bd9e [main] Upgrade to latest dependencies (# 6839)%0Abumping knative.dev/networking 2ca8dbc...8174d2b:%0A  > 8174d2b upgrade to latest dependencies (# 785)%0A  > e18ca86 upgrade to latest dependencies (# 784)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-06 09:58:20 +00:00
Matej Vasek d7660abb3f
doc: refer specific verision of Tekton not latest (#1669)
* doc: refer specific verision of Tekton not latest

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: shell-check

Signed-off-by: Matej Vasek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-04-05 16:51:38 +00:00
Adam Boczek 2502819b61
feat: add pvc-size flag to deploy command (#851) (#1598)
* feat: add pvc-size flag to deploy command (#851)

* feat: move pvc-size from deploy to build func configuration section (#851)

* feat: add setting default value for pvc-size in func.yaml (#851)

* feat: change pvc-size to camel case (#851)

* feat: add omitempty to pvcSize (#851)

* feat: regenerate func yaml schema (#851)

* feat: update docs for deploy command (#851)

* feat: update usage help for the pvc-size flag (#851)
2023-04-05 11:54:39 +00:00
knative-automation ca244204dd
upgrade to latest dependencies (#1657)
bumping knative.dev/serving 74fcd62...ef53449:%0A  > ef53449 Update net-kourier nightly (# 13835)%0A  > e4f3288 Update net-contour nightly (# 13834)%0A  > 307a7e4 remove freezer code from queue proxy (# 13830)%0A  > 92dba5b Update net-gateway-api nightly (# 13833)%0A  > 5791aea Update net-certmanager nightly (# 13832)%0A  > be65250 upgrade to latest dependencies (# 13831)%0A  > bb18a82 upgrade to latest dependencies (# 13825)%0A  > 66c28b6 Update net-contour nightly (# 13822)%0A  > dce7a40 Update net-certmanager nightly (# 13821)%0A  > 8d8c39e Update net-istio nightly (# 13803)%0A  > 137c10f Update net-contour nightly (# 13818)%0A  > fc86653 Fix queue proxy handler setup (# 13815)%0A  > a5612ff Update net-kourier nightly (# 13817)%0A  > bfca504 Update net-certmanager nightly (# 13814)%0A  > dbb13ae upgrade to latest dependencies (# 13813)%0A  > f9b752c Update net-gateway-api nightly (# 13811)%0A  > e5556b4 Update net-contour nightly (# 13804)%0A  > 8d60f19 Update net-certmanager nightly (# 13807)%0A  > 023d909 Update actions (# 13799)%0A  > 7788c57 Update actions (# 13794)%0A  > 971dd38 Update community files (# 13795)%0A  > f031fd4 Update net-certmanager nightly (# 13793)%0A  > 1cfd960 Update net-gateway-api nightly (# 13788)%0A  > dc65c40 Update net-contour nightly (# 13791)%0A  > 5d43b7b Update net-istio nightly (# 13789)%0A  > 65c6d92 Update net-kourier nightly (# 13787)%0A  > 02685bc upgrade to latest dependencies (# 13785)%0A  > d569144 Update net-istio nightly (# 13711)%0A  > 71088a8 Update community files (# 13776)%0A  > 711371c Update net-contour nightly (# 13779)%0A  > 8859807 Update net-kourier nightly (# 13778)%0A  > 9d28f57 Update net-certmanager nightly (# 13777)%0A  > c0dea98 Update net-gateway-api nightly (# 13773)%0A  > 90c61a4 Update net-certmanager nightly (# 13774)%0A  > 677682f Update net-contour nightly (# 13772)%0Abumping knative.dev/pkg b77a78c...696cac8:%0A  > 696cac8 Expose queue proxy request metrics reporting period (# 2362)%0A  > bd3cf51 Printf log message with the right type when showing port (# 2709)%0A  > 4c84b1b Update actions (# 2707)%0A  > 3290ddf Update community files (# 2706)%0A  > 53fc6ab Update actions (# 2705)%0A  > b769fef drop eventing natss from downstream tests (# 2703)%0A  > 511b394 potential fix for flakey tlsBackoff (# 2702)%0A  > 0902ea8 Parameterize WEBHOOK_NAME env key in error message (# 2701)%0A  > c5dd1d1 Update community files (# 2700)%0Abumping knative.dev/networking c692e9e...2ca8dbc:%0A  > 2ca8dbc upgrade to latest dependencies (# 783)%0A  > a2549e2 Update actions (# 782)%0A  > 8139f0f Update actions (# 780)%0A  > 5544973 Update community files (# 781)%0A  > 74471b9 Update community files (# 779)%0Abumping knative.dev/eventing 38a00d8...7ba0648:%0A  > 7ba0648 [main] Upgrade to latest dependencies (# 6832)%0A  > 97a7b77 [main] Upgrade to latest dependencies (# 6830)%0A  > e691b39 removed release label (# 6807)%0A  > 69a3841 Removes the deprecated packages (# 6816)%0A  > a959915 parallel rekt test cleanup (# 6828)%0A  > 88c5dbb [main] Update actions (# 6827)%0A  > d15774f Add sequence reconciler test (# 6817)%0A  > f361a57 [main] Update community files (# 6822)%0A  > 605306c [main] Update actions (# 6819)%0A  > 3c8c86c Add documentation for MTChannelBasedBroker (# 6791)%0A  > ea0b254 fix api docs generation with go1.20 (# 6810)%0A  > 4d5278d Removes replace and ran `go vendor` (# 6795)%0A  > 62eb85e Make autoscaler leader aware (# 6814)%0A  > 5988c42 [main] Upgrade to latest dependencies (# 6812)%0A  > f6ca59b Use released hearthbeats image for testing (# 6808)%0A  > eabc874 updated broken link (# 6786)%0A  > 6a732ff Add basic retry support for hearthbeats utility (# 6809)%0A  > 05f6d84 Heartbeats: quit istio proxy when running in a job (# 6804)%0A  > 472d325 Add rekt based broker conformance test to ensure `broker.spec.config` is immutable (# 6799)%0A  > 5a0064b [main] Update community files (# 6805)%0A  > 1258a4e Fix pod annotations in containersource template (# 6802)%0Abumping knative.dev/client 3bdc232...3a8d646:%0A  > 3a8d646 fix: Fix image tag for nightly builds (# 1796)%0A  > c21e660 fix: Fix tagging of kn container image for latest releases (# 1792)%0A  > a97df12 Update actions (# 1790)%0A  > 7586217 Update actions (# 1786)%0A  > 2dcb8c0 Update community files (# 1789)%0A  > 3e19a35 Helloworld image running with non root user (# 1787)%0A  > 1668720 Update community files (# 1784)%0Abumping knative.dev/hack 3de51af...1421f12:%0A  > 1421f12 Extract tools to knative.dev/toolbox (# 280)%0A  > 3b8ef01 Update community files (# 279)%0A  > 1eebfb3 Update community files (# 278)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-03 09:24:04 +00:00
Matej Vasek ae1b0c5eef
fix: actix listent on 0.0.0.0 (#1664)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-04-01 14:57:01 +00:00
Andrejus Chaliapinas c6c0f7eb66
Update Rust templates dependencies and UTs for Actix 4.x (#1661) 2023-03-31 15:57:01 +00:00
Jefferson Ramos b85a26eb46
test: cleanup on e2e github test (#1662) 2023-03-31 13:44:01 +00:00
Manoel Marques 1ce5d2b7c3
Replace path with function struct in client api (#1640) 2023-03-31 00:45:00 +00:00
Jefferson Ramos 2a273c98ee
test: adding e2e github oncluster test scenario (#1649) 2023-03-30 22:25:00 +00:00
andrejusc 79430e9542
Update springboot templates to Spring Boot 3.0.5 (#1658)
* Update springboot templates to Spring Boot 3.0.5

* Regenerated embedded file

* Regenerated embedded file one more time
2023-03-30 21:53:00 +00:00
Lance Ball 1095ede8be
chore: adjust shell script quotes (#1656)
Signed-off-by: Lance Ball <lball@redhat.com>
2023-03-30 11:45:01 +00:00
Lance Ball 6012a4afe1
chore: fixup release.sh script (#1652)
* chore: fixup release.sh script

After the repository reorg, the hack/release.sh script is no longer
pointing at the correct task yamls.

Fixes: https://github.com/knative/func/issues/1651

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: reviewdog

Signed-off-by: Lance Ball <lball@redhat.com>

---------

Signed-off-by: Lance Ball <lball@redhat.com>
2023-03-28 20:30:59 +00:00
Matej Vasek f877aebdd5
chore: update lifecycle image to v0.16.1 (#1653)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-03-28 17:35:59 +00:00
Manoel Marques c8f22e735b
Minimal initial func.yaml (#1630) 2023-03-27 06:55:57 +00:00
Matej Vasek e458ae0a07
chore update pack dependency (#1650)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-03-27 06:52:57 +00:00
github-actions[bot] 6a4518454b
chore: update Quarkus platform version to 2.16.5.Final (#1646)
Co-authored-by: Knative Automation <automation@knative.team>
2023-03-23 18:56:53 +00:00
Matej Vasek 73f8773b7d
style: fix lint error (#1648)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-03-23 18:43:54 +00:00