Lance Ball
fea4a72734
feat: adds a `func environment` command ( #1761 )
...
* feat: adds a `func environment` command
Adds `func environment` to print the current function execution
environment as JSON.
See: https://github.com/knative/func/discussions/1676
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: add environment variables
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: add cluster host
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: review feedback
Signed-off-by: Lance Ball <lball@redhat.com>
---------
Signed-off-by: Lance Ball <lball@redhat.com>
2023-05-31 12:36:35 +00:00
Luke Kingland
4dad8aaf7a
reduce default build platforms ( #1765 )
2023-05-30 17:04:35 +00:00
github-actions[bot]
70fd17642e
chore: update Springboot platform version to 3.1.0 ( #1763 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2023-05-27 00:42:26 +00:00
ningyan325
f528a70881
Automated platform update for springboot templates ( #1762 )
...
* initial chg
* fix parent version selection
* change from `false` to false
* move platform checking as first task in main
* re-make generate/zz_filesystem_generated.go
* fixes of spaces in code at line 105, in following lint rules
2023-05-26 21:51:26 +00:00
Lance Ball
dd7c8bdc4e
deps: update tekton to latest versions ( #1753 )
...
* deps: update tekton to latest versions
Fixes: https://github.com/knative/func/issues/1716
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: rebase
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: replace kube-openapi with older version and add shell scripts
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: handle deprecations
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: revert make check timeout value
Signed-off-by: Lance Ball <lball@redhat.com>
---------
Signed-off-by: Lance Ball <lball@redhat.com>
2023-05-26 20:04:26 +00:00
Matej Vasek
f8e976cb05
Pass image with digest to the deploy task ( #1756 )
...
* fix: deploy task explicitly sets --image flag
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fix: PaC with `pack` sets image param for deploy task
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fixup: unify output of s2i and pack build task
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fixup: unify passing of produced image by build tasks
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>
2023-05-25 15:18:27 +00:00
github-actions[bot]
2656a7e910
chore: update Quarkus platform version to 3.0.4.Final ( #1758 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2023-05-25 13:41:25 +00:00
Luke Kingland
b82a5a4eac
feat: host-based scaffolded function runner ( #1733 )
...
* feat: host runner
* improve error message wording
2023-05-24 21:26:25 +00:00
Jefferson Ramos
f155c9c7ae
chore: preparing pipelines as code template for midstream customization ( #1735 )
2023-05-24 20:31:23 +00:00
Matej Vasek
bc39a1aec2
Use Contour Ingress instead of Kourier ( #1752 )
...
* Use Contour Ingress instead of Kourier
Contour can be used to expose resources other that ksvc
(e.g. PaC controller).
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fixup: use defined version of contour
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fixup: shellcheck
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* Use LoadBalancer instead of NodePort in test
This makes services available on port 80 on both localhos and in docker
network, before these ports differed.
Signed-off-by: Matej Vasek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-05-24 20:26:23 +00:00
knative-automation
a72431bd65
Update community files ( #1754 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-24 02:24:09 +00:00
Luke Kingland
bf01e6426a
feat: oci directory pusher ( #1702 )
...
* feat: write instanced and static scaffolding
* feat: add oci pusher
2023-05-18 23:19:13 +00:00
Zbynek Roubalik
a0b9a86034
fix: don't require credentials when not configuring webhook ( #1743 )
...
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2023-05-18 21:35:13 +00:00
Luke Kingland
530ea4fe53
feat: write instanced and static scaffolding ( #1732 )
2023-05-18 20:03:14 +00:00
knative-automation
be998d502c
upgrade to latest dependencies ( #1746 )
...
bumping knative.dev/pkg db8a353...dfb4bf0:%0A > dfb4bf0 Drop dynamic wrapper injection code generation (# 2742)%0Abumping knative.dev/eventing 1efab19...4b9fdef:%0A > 4b9fdef [main] Upgrade to latest dependencies (# 6955)%0A > da31970 Improve cert-manager resources for Eventing TLS certs provisioning (# 6953)%0A > fc5befb Provide subscribers CACerts in triggers status (# 6951)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-18 14:47:13 +00:00
Lance Ball
f070ea8c00
chore: improve error messages for most commands ( #1745 )
...
This commit adds a new error type `UninitializedError` to minimize
redundancy across commands, and applies it in all of the commands which
need an initialized function to operate.
Fixes: https://github.com/knative/func/issues/1744
Signed-off-by: Lance Ball <lball@redhat.com>
2023-05-17 15:52:12 +00:00
Zbynek Roubalik
702da8a665
chore: improve error msg when PAC is not installed ( #1742 )
...
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2023-05-17 15:06:12 +00:00
Luke Kingland
9a790f005f
feat: host oci builder ( #1730 )
...
* feat: oci builder for host builds
* do not expose host builder until fully baked
2023-05-17 10:53:11 +00:00
knative-automation
64337b4df5
upgrade to latest dependencies ( #1740 )
...
bumping knative.dev/eventing a9908ef...1efab19:%0A > 1efab19 Using v1b2 in the reconciler (# 6949)%0A > c44671c Updating rekt test resources for EventType v1b2 (# 6946)%0A > e31eb1f Adding testingv1b2 for eventtype (# 6944)%0Abumping knative.dev/serving 14ad4d1...99800ed:%0A > 99800ed Set default domain to cluster's domain (# 13964)%0A > c90fabf Metric annotations work with global class config (# 13978)%0A > da31cd1 Update net-kourier nightly (# 13975)%0A > f457924 Update net-contour nightly (# 13976)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-17 08:28:11 +00:00
Luke Kingland
94c81d4046
fix: .gitignore stamp interference ( #1728 )
...
- The .gitignore file was always relative to process' current working
directory. Now correctly uses the function root
- The .gitignore file was always being updated, causing its modification
timestamp to be updated multiple times throughout the executaion of
any client commands.
- Adds the ability to override this behavior by commenting out the line
in the .gitignore.
- Adds the ability to request that stamping create an ongoing journal
via a build log file with timestamp prefix (for debugging)
2023-05-16 19:41:11 +00:00
Matej Vasek
62105aa857
chore: improve error message when no func on path ( #1739 )
...
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-05-15 18:44:09 +00:00
knative-automation
2269aa0f91
upgrade to latest dependencies ( #1738 )
...
bumping knative.dev/serving fc63583...14ad4d1:%0A > 14ad4d1 upgrade to latest dependencies (# 13973)%0A > 00ddfd9 Update net-kourier nightly (# 13972)%0Abumping knative.dev/networking 77975a1...33636d9:%0A > 33636d9 Backward compatibility for InternalEncryption (# 806)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-13 05:18:42 +00:00
Luke Kingland
e9385f3bf2
docs: regen domain docs ( #1731 )
2023-05-11 13:13:03 +00:00
knative-automation
4fa785afb6
upgrade to latest dependencies ( #1729 )
...
bumping knative.dev/eventing 24fbfe5...a9908ef:%0A > a9908ef Support TLS in PingSource (# 6929)%0A > df559c0 Fix typo in flags.IsDisbledTransportEncryption name (# 6941)%0A > 7073cc9 [main] Upgrade to latest dependencies (# 6939)%0A > c6bc9bb Eventing TLS: Support K_CA_CERTS env variable injection for SinkBinding subjects (# 6931)%0Abumping knative.dev/serving 219285e...fc63583:%0A > fc63583 Update net-kourier nightly (# 13966)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-11 12:58:02 +00:00
Matej Vasek
ca0c251bb9
fix: use full builder for Rust ( #1737 )
...
Some Rust libraries using system libraries need pkg-config installed and
it is not present in the base builder, only in the full one.
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-05-10 20:55:01 +00:00
Matej Vasek
b04fe51796
chore: remove Procfile from Rust templates ( #1736 )
...
It appears that the file is no longer needed.
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-05-10 18:07:01 +00:00
github-actions[bot]
f99e074690
chore: update Quarkus platform version to 3.0.3.Final ( #1734 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2023-05-10 17:31:01 +00:00
Luke Kingland
f58770d997
feat: function signature detection ( #1699 )
...
* feat: function signatures and detector
Adds an enumeration of base accepted method signatures, and implements a
detector for go functions.
* fix lint errors
* Capitalize error text
Co-authored-by: Lance Ball <lball@redhat.com>
* Capitalize error text
Co-authored-by: Lance Ball <lball@redhat.com>
* Capitalize error text
Co-authored-by: Lance Ball <lball@redhat.com>
* Capitalize error text
Co-authored-by: Lance Ball <lball@redhat.com>
* Add error text punctuation
Co-authored-by: Lance Ball <lball@redhat.com>
---------
Co-authored-by: Lance Ball <lball@redhat.com>
2023-05-10 16:02:02 +00:00
knative-automation
2dda005e4d
upgrade to latest dependencies ( #1717 )
...
bumping knative.dev/networking 68725bd...77975a1:%0A > 77975a1 Add the new certificate names for dataplane and controlplane (# 804)%0A > c3cca43 upgrade to latest dependencies (# 803)%0A > 3f4627e Add internal trust flag to config (# 778)%0A > 02055c8 Update community files (# 801)%0Abumping knative.dev/pkg 9049667...db8a353:%0A > db8a353 Add SinkCACerts to SourceStatus (# 2733)%0Abumping knative.dev/serving 5e056a0...219285e:%0A > 219285e Update net-kourier nightly (# 13959)%0A > 2fa05bd Min TLS for tag to digest defaults to 1.2 again and is configurable (# 13962)%0A > 43df348 Update net-contour nightly (# 13958)%0A > 50a9f22 Update net-certmanager nightly (# 13961)%0A > 4e379cb Update net-gateway-api nightly (# 13957)%0A > 3d53294 Update net-istio nightly (# 13960)%0A > ea2a6c8 💄 Install ko using setup-ko, from ko-build (# 13951)%0A > e5070cd upgrade to latest dependencies (# 13950)%0A > 9778f2d Update net-istio nightly (# 13949)%0A > f27ba4e Update net-certmanager nightly (# 13944)%0A > 2840301 Update net-kourier nightly (# 13945)%0A > 117a642 Update net-gateway-api nightly (# 13943)%0A > 84a2230 Update net-contour nightly (# 13942)%0A > 7aa5edb upgrade to latest dependencies (# 13941)%0A > 01707d8 upgrade to latest dependencies (# 13940)%0A > b7d5e8d Update net-istio nightly (# 13939)%0Abumping knative.dev/eventing cd50d27...24fbfe5:%0A > 24fbfe5 Eventing TLS: support exposing https address in Broker controller (# 6930)%0A > d18cb42 Add information about retryable error in servermanager (# 6921)%0A > f92a05b Added Support for K_CA_CERTS in the heartbeats (# 6920)%0A > b8b43d0 Remove CA certs empty and non nil check, use URL scheme only (# 6928)%0A > 3c8cc05 Return error directly if one receiver of servermanager fails (# 6919)%0A > 92ab7f8 [main] Upgrade to latest dependencies (# 6927)%0A > 5c6fe57 two more for reducing to debug, instead of info (# 6922)%0A > 6cf9397 less verbose logs on scheduler component (# 6912)%0A > 69918f2 Adds ServerManager. Supports http/https message receivers (# 6908)%0A > d58e259 Install ko using setup-ko in kind e2e tests (# 6910)%0A > 9cdea5d Eventing TLS: Added Support for setting K_CA_CERTS in the ApiServerSource controller for the adapter (# 6897)%0A > add8436 Eventing TLS: support exposing https address in InMemoryChannel controller (# 6881)%0A > 59cfb6d [main] Upgrade to latest dependencies (# 6906)%0A > 03f2a3d Remove unused test helper (# 6907)%0A > 7a90c46 Remove eventing-natss from downstream tests (# 6905)%0A > ba2550b [main] Upgrade to latest dependencies (# 6904)%0A > 999eead More EventType v1beta2 work (# 6903)%0A > 66e8257 Remove sanitize HTTP body for `knativeerrordata` extension (# 6902)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-09 04:34:26 +00:00
Luke Kingland
89b599df24
feat: job scaffolding ( #1697 )
...
* feat: job scaffolding
- Local jobs use a directory rather than filename
This sets up for upcoming scaffolding to use as a space for job
scaffolding code.
- Places all jobs within a 'runs' directory in ./func rather than
'instances' to further differentiate between an instance and a local
run task invoked via .Run
- Updates Jobs' stop handler to have an error return.
- Adds tests which ensure creating and stopping a job are reflected in
the client's .Instances().Local() accessor.
- Adds verbose logging support to the Job implementation.
- Adds a cleanup task which will remove orphaned jobs by, in addition to
previous logic, checking that there is no longer a process listening
on the port indicated by the job.
* fix spelling errors
* fix lint errors
* log job stop errors
* use temp dir for tests
* add back docker build tags and wait
2023-05-04 20:53:57 +00:00
Matej Vasek
c715dabcd0
chore: Quarkus autoupdate action runs somke test ( #1723 )
...
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-05-04 20:23:56 +00:00
Matej Vasek
dc3a85112c
chore: update maven wrapper in Quarkus template ( #1721 )
...
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2023-05-04 19:50:57 +00:00
Luke Kingland
3c371f79f2
feat: func domain route ( #1690 )
...
* feat: func domain route
Adds the --domain flag which, when provided sets the value of the
func.domain label on the deployed knative service. The cluster can then
use this to choose which route to create for multi-route clusters.
Optional.
* fix whitespace
2023-05-04 19:48:57 +00:00
github-actions[bot]
e014de5820
chore: update Quarkus platform version to 3.0.2.Final ( #1720 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2023-05-04 19:13:57 +00:00
Luke Kingland
1285176f60
feat: write a build stamp log to .func ( #1695 )
...
* feat: build stamp and log
- Adds an explicit "Stamp" step to client builds
- Building always "Stamps" the function, allowing builds to cache
- Commands which alter function in inconsequential ways update the stamp
as-needed.
- Tests updated to use the API rather than hard-coding func.yaml
* fix misspellings
* temporarily disable Quarkus tests
* stamping also creates necessary run directory
* reenable Quarkus tests
* comments
2023-05-03 21:43:56 +00:00
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