David Simansky
e0bbcc2d08
chore: Refactor use of deprecated io/ioutil package ( #1285 )
2022-09-27 13:28:15 +00:00
salaboy
c86cc0f5f7
[chore] increase labels, envs and volumes test coverage ( #1276 )
...
* test to see coverage increase
* adding env string and edge case coverage
* adding volumes string and edge case coverage
2022-09-27 09:05:14 +00:00
Luke Kingland
322acc7caa
fix: default readiness endpoint ( #1282 )
2022-09-26 16:35:13 +00:00
Luke Kingland
4c8f730099
feat: readonly global config ( #1260 )
...
* improved deploy test output
* remove unused config struct
* feat: read-only global config
Co-authored-by: Lance Ball <lball@redhat.com>
2022-09-23 17:49:13 +00:00
David Simansky
4be773d9f6
chore: Update versions of major libraries used ( #1277 )
...
* Update buildpacks/pack deps
* Update tektoncd/cli deps
* Regen Linux only licenses
* Downgrade hinshin/vt10x to required version
* Fix deprecated warning in ssh config
2022-09-23 17:46:13 +00:00
Luke Kingland
63af791e9f
fix: always use function's namespace when invoking remote ( #1258 )
...
* fix: always use function's namespace when invoking remote
* test
* Apply suggestions from code review
Co-authored-by: Matej Vasek <matejvasek@gmail.com>
2022-09-23 12:42:13 +00:00
salaboy
fe0368a793
[feat] refactoring func.yaml struct to match cmd lifecycle ( #1254 )
...
* rebased and updated func struct
* fixing migration to 1.0.0 struct
* fixing on cluster tests
* updaating migration version to 0.34.0
* adding tests for marshalling and migration errors
* adding EOF new line
* updating migrations
* fixing wrong name
* fixing marshalling test
* adding EOF line
* fixing assertion
2022-09-22 20:22:12 +00:00
Matej Vasek
d038f6c73e
fix: stdin interactivity check ( #1271 )
...
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-22 13:13:12 +00:00
Matej Vasek
56b56a5559
Testing cleanup ( #1272 )
...
* chore: replace WithEnvVar -> t.Setenv()
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* chore: replace defer with t.Cleanup()
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* chore: remove unused function
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fix: os.Hostname -> os.UserHomeDir
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-22 13:12:12 +00:00
Matej Vasek
2988f0c06b
fix: nil deref when custom builder image ( #1273 )
...
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-22 13:00:12 +00:00
Lance Ball
44ff20d782
chore: remove timestamp from generated docs ( #1265 )
...
This is causing trouble with new PRs that potentially change CLI flags
or other user-facing UX. Another option besides completely removing the
version information is to modify Version.StringVerbose() so that it uses
the value of the most recent semver tag (or Knative tag).
```
❯ git describe --match "v*"
v0.34.0-6-g6d26e64c
❯ git describe --match "knative*"
knative-v1.7.0-6-g6d26e64c
```
This is nice, but could be misleading if the UX has changed since that
release.
Signed-off-by: Lance Ball <lball@redhat.com>
Signed-off-by: Lance Ball <lball@redhat.com>
2022-09-21 13:55:10 +00:00
David Simansky
4979e03357
Update Go version to 1.18 ( #1262 )
2022-09-21 13:09:11 +00:00
salaboy
ce6d0a7b47
[chore] updating codecov configs ( #1270 )
...
Updating Codecov configs following kn/client, ignoring `tests` and `hack` dir
2022-09-21 13:06:10 +00:00
salaboy
93cb8b82ac
Adding Codecov badge to readme ( #1264 )
2022-09-21 07:43:10 +00:00
Matej Vasek
15368599cd
chore: linkage assignable socatImage ( #1266 )
...
var can be set at build (link) time as opposed to const
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-21 04:34:09 +00:00
Matej Vasek
dfff8aa00a
fix: registry prompt result being ignored ( #1268 )
...
* fix: registry prompt result being ignored
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fixup
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fixup
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-21 04:28:09 +00:00
github-actions[bot]
74b57c2a65
chore: update Quarkus platform version to 2.12.3.Final ( #1267 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2022-09-20 21:01:09 +00:00
Matej Vasek
6d26e64c2e
fix: validation of function name ( #1263 )
...
function name must be DNS 1123 Label
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-20 15:36:11 +00:00
Zbynek Roubalik
50243c740a
feat: `invoke` - allow insecure connections over SSL ( #1255 )
...
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2022-09-20 12:25:10 +00:00
Zbynek Roubalik
3d6ef471b7
chore: sync docs with source code ( #1261 )
...
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2022-09-20 11:54:09 +00:00
knative-automation
abc3097d75
[main] Upgrade to latest dependencies ( #1248 )
...
* upgrade to latest dependencies
bumping k8s.io/kube-openapi 4241196...3ee0da9:
> 3ee0da9 Merge pull request # 299 from Jefftree/def-optimize
> 3a31a64 Merge pull request # 292 from Jefftree/v2v3conv
> ba6f675 Optimize Definition generation
> e69a86c Merge pull request # 298 from Jefftree/allOf
> 2cbad14 Add OpenAPIConv
> 9f9c01d Merge pull request # 297 from cici37/errFix
> 207f0c7 Wrap Refs with AllOf
> 29d7264 Merge pull request # 295 from Jefftree/fix-api-json
> d2a55e8 Align maxProperties/minProperties err value with others
> 52feaf8 Merge pull request # 290 from jiahuif/feature/prune-v2-when-serving-v3
> 352e363 Fix json encoding for OpenAPI v3 Discovery
> 662cbb0 Return valid for kubernetes to handle err properly
> 13192b9 Merge pull request # 289 from jiahuif/feature/openapi-oneof-type
> 2580423 remove embedded v2 from expected schema
> 8a7ee80 Merge pull request # 293 from alexzielenski/cache-busting
> 79a5a7d generated: update integration test.
> d436835 add test for pruning v2 schema.
> 6a7b704 Merge pull request # 291 from Jefftree/builder3-test
> de6f8b0 split openapi mock class into Fake and FakeV3
> da7e27a add integration test for v3 OneOf
> eca4f62 do not include v2 schema when serving v3.
> 89ac9db Merge pull request # 284 from Jefftree/cache-busting
> 7afa56c Add test for builder3
> 3ca26f0 address comments
> 697543f add support for custom v3 oneOf types.
> ddc6692 Merge pull request # 288 from Jefftree/gnostic-fix
> b0d7548 Cache busting
> 130db2b add wrapper around gnostic v3 document
> a9dfcaa Merge pull request # 286 from Jefftree/leading-newline
> 91ab739 Update gnostic to drop jsonschema dependency
> 3f90b8c Merge pull request # 282 from alexzielenski/header_vendorext_marshal
> c7e0de3 Merge pull request # 285 from Jefftree/proto-upgrade
> 7626df5 Trim leading newlines in Descriptions
> 1cd4920 add vendor extensions to marshal openapi v2 header
> 86aaf54 Upgrade protobuf and change references of googleapis/gnostic -> google/gnostic
Signed-off-by: Knative Automation <automation@knative.team>
* Fix client-go version
* Add missing license file
* Add another missing license file
Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2022-09-20 11:17:09 +00:00
Luke Kingland
4b2bdc9b8a
fix: incorrect deploy namespace warnings ( #1257 )
2022-09-20 02:34:09 +00:00
Adam Boczek
e1e33370d3
fix: add extra request to template cmd to avoid subsequent if repo does not exist ( #1206 ) ( #1249 )
2022-09-19 12:43:08 +00:00
knative-automation
155b6f158f
upgrade to latest dependencies ( #1245 )
...
bumping k8s.io/klog/v2 43cc75f...0990e81:
> 0990e81 Merge pull request # 342 from pohly/harshanarayana-reviewer
> 33351c0 Merge pull request # 341 from pohly/contextual-logging-state-fix
> 442891b OWNERS: add harshanarayana
> ea66a13 Merge pull request # 337 from pohly/testing-logger-stop
> c2d5a45 contextual logging: enable by default again
> 7a070b4 Merge pull request # 333 from harshanarayana/tests/GIT-275-add-additional-test-for-kv
> 9405f8e ktesting: stop using testing.T when test completes
> 265aa25 Merge pull request # 327 from pohly/buffer-logger
> 280fc18 GIT-275: add tests for int and struct keys
> 78f38f6 ktesting: fix type assertion
> ca252b1 Merge pull request # 328 from pohly/fatal-backtrace-revert
> 325472d ktesting: capture log data in memory
> 66544b3 ktesting: use black box testing
> 49e17d5 Merge pull request # 332 from harshanarayana/bug/GIT-331/fix-variable-shadown
> c5c3132 klog.Fatal: document behavior and alternatives
> 6b3fb0b Merge pull request # 329 from pohly/apidiff-fix
> 9c48b7d Merge pull request # 330 from pohly/logtools-removal
> e4329d2 GIT-331: fix shadowing key from the kv pair
> c977919 klog.Fatal: revert dumping of all stack backtraces to stderr
> ea35802 Merge pull request # 320 from pohly/state-restore
> 49d73a5 GitHub: use apidiff with more recent Go
> e9884d2 remove hack/tools
> a585df9 Merge pull request # 326 from pohly/remove-trim-duplicates
> 3c90bf9 refactor global state
> 788efcd Merge pull request # 325 from pohly/logr-marshaler
> cebb190 internal: remove unused TrimDuplicates
> 296f5e6 save and restore state
> 42bf7a2 Merge pull request # 322 from pohly/kobjs-performance
> 369b848 support logr.Marshaler
> cc2ce06 Merge pull request # 315 from pohly/logcheck-regexp
> 87ca629 Merge pull request # 324 from pohly/trim-duplicates
> 8a3e48e replace KObjs with KObjSlice
> c697110 Merge pull request # 314 from pohly/stop-flush-daemon-clarification
> 5079582 logcheck: fix detection of invalid * regexp in filter
> 7a827a0 Merge pull request # 319 from pohly/klog-help-texts
> 4c3943c use faster MergeKVs
> ff92e06 test: add benchmark for KObjs
> d07cbbf Merge pull request # 313 from pohly/logcheck-contextual-logging
> 47f254f StopFlushDaemon: document flushing on shutdown
> 2910cb1 README.md: clarify -logtostderr
> 6f47a32 klogr: simplify test failure message
> 4a4a786 Merge pull request # 297 from pohly/logcheck-contextual-logging
> 7179178 hack/tools: drop dependency on golangci-lint
> e2432e8 serialize: add MergeKVs as faster TrimDuplicates alternative
> b46e95d Merge pull request # 311 from pohly/contextual-logging-stable
> 1876dee logcheck: harmonize report messages
> e6d69a5 serialize: benchmark and test TrimDuplicates
> 7b1c318 Merge pull request # 310 from pohly/fork-clock
> 36e44e7 promote non-test APIs to stable
> 216a02e logcheck: add check for With* and NewContext
> e3af9af dependencies: avoid k8s.io/utils, fork clock code instead
> 317fe52 logcheck: optionally warn about using direct klog logging
> 41995aa logcheck: detect if V().Enabled()
> 5b4c326 logcheck: warn about functions with both Logger and Context
> 567c037 logcheck: support logr.Logger
> c4c35ff logcheck: support import renaming and improve klog.V(2) handling
> df531eb logcheck: support running as golangci-lint plugin
> 3f08024 logcheck: also check for format specifier in calls like klog.Info
> 0c36cf7 logcheck: move into package
> 93980ca logcheck: add test cases for parameter check
bumping knative.dev/pkg e325df6...4a03844:
> 4a03844 fix double close of channel (# 2575)
> f78a006 upgrade to latest dependencies (# 2573)
> d02dcd0 allow drainer to be reset (# 2572)
> 894c2f2 SetupStaticPublishing and SetupDynamicPublishing returns Tracer with Shutdown function (# 2566)
> 4f6a775 Remove pkg/pool (# 2568)
> 9a1245b Update actions (# 2571)
> 0049fdd Update community files (# 2570)
> 52261a1 Update community files (# 2569)
> 7b8b060 Add tracing.SetupDynamicPublishingWithInitialValue (# 2558)
> a01dfed bump to k8s 0.23.9 (# 2565)
> 449f7e6 Update community files (# 2564)
> ed7ab1d upgrade to latest dependencies (# 2559)
> 6c9c1c6 remove defunct markdown linting variable (# 2552)
> 3764d73 fix linting (# 2555)
> a286510 upgrade to latest dependencies (# 2554)
> 1a5e168 Update community files (# 2553)
> c488837 Add reconcile for ValidatingWebhookConfiguration and MutatingWebhookConfiguration. (# 2550)
> 1ad02a5 Drop error from changeset.Get signature (# 2549)
> 473ba31 Bump min go version to 1.18 && read build info from embedded binary (# 2548)
> f1f36a2 Fix subresource update logic. (# 2546)
> 418e138 Update community files (# 2545)
> e60d250 upgrade to latest dependencies (# 2543)
> 97eb150 Update community files (# 2541)
> 5569169 update boilerplate date (# 2539)
> 85965e1 upgrade to latest dependencies (# 2540)
> f4ae0af Update community files (# 2538)
> f5db225 Drop `UserInfo` from logger tagging in webhook. (# 2535)
> 1777513 Update actions (# 2536)
> 9c5a731 bump k8s deps to v0.23.8 (# 2534)
> 1f01575 Add fix for CVE-2022-28948 (# 2532)
> 7d607d6 Update community files (# 2531)
> 865e331 Update community files (# 2530)
> ec27457 Update community files (# 2529)
> 759dd87 Update community files (# 2528)
> aad4309 sets mutating webhook ReinvocationPolicy to ifNeeded (# 2472)
> 9ffe192 Update community files (# 2527)
> bac16f2 Update community files (# 2525)
> 18f6995 Log metrics/logging init messages at debug level (# 2522)
> 19adf79 upgrade to latest dependencies (# 2524)
> b0ff5ad Update actions (# 2523)
> f907b31 Update community files (# 2520)
> 2d8305b Update community files (# 2517)
> a8b7d99 Update community files (# 2515)
> 0719b40 upgrade to latest dependencies (# 2512)
> 2451664 Switch to iota/fmt.Stringer-based diagnostic levels. (# 2511)
> ea3c8cb Fix timeout test on darwin and log dial destination on timeout. (# 2510)
> af54d73 Support fetching configs from `ctx`. (# 2505)
> 5f5455f Use the updated action that infers the module name (# 2509)
> 4fced01 Use knative/action/go/downstream-test (# 2507)
> 16b36b7 Add support for admission webhook warnings. (# 2498)
> 6ec9c1a Fix linting (# 2506)
> 5c8cc3c Ignore migration of CRDs that aren't installed (# 2493)
> 2d552be Add genreconcile for core/v1 Node (# 2503)
> fd05bf1 upgrade to latest dependencies (# 2500)
> 1f681e1 Update community files (# 2501)
> 45c37c2 🐛 `TestDialWithBackoff` work without special environment (# 2402)
> 12be060 Update actions (# 2492)
bumping k8s.io/apiextensions-apiserver 75190f0...cf300a6:
> cf300a6 Update dependencies to v0.23.9 tag
> 99b3fbf Merge pull request # 108791 from aojea/cherry-pick-108772
> 276c5e1 client-go: update generated
> 7e8010d Merge pull request # 108438 from andrewsykim/bump-konnectivity-v0.0.29-1-23
> d71faf1 bump sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.30
bumping knative.dev/client c53658b...6d86bf7:
> 6d86bf7 upgrade to latest dependencies (# 1727)
> be439e1 upgrade to latest dependencies (# 1725)
> 6c81567 added gvr sink test cases and support to specify resource name in both singular/plural versions (# 1724)
> 76b3724 Update community files (# 1726)
> a4a1163 upgrade to latest dependencies (# 1719)
> 8142687 Update actions (# 1721)
> 7d05561 Update community files (# 1720)
> fa2ea50 Update community files (# 1718)
> bf20fe2 Add support for providing sink spec in GVR format (# 1717)
> ebc6729 upgrade to latest dependencies (# 1716)
> e918cd2 Bump Go version to 1.18 (# 1715)
> 664b899 upgrade to latest dependencies (# 1714)
> 559a4bd upgrade to latest dependencies (# 1711)
> 05ccf8e Fix volume creation for PVC (# 1709)
> 526d680 Update community files (# 1710)
> ed5fed5 upgrade to latest dependencies (# 1708)
> 2f1eefe Add check for PVC status in E2E tests (# 1707)
> 452863f remove defunct markdown linting variable (# 1705)
> cbf710a Update community files (# 1706)
> 5251985 Update community files (# 1703)
> bfdc0a2 upgrade to latest dependencies (# 1702)
> 61579a2 Added --broker-config flag to broker create command (# 1700)
> 9abb876 Add --probe-liveness and --probe-readiness flags (# 1697)
> f2dd5fc upgrade to latest dependencies (# 1701)
> 8931db0 Add release note section to PR template (# 1692)
> e650378 upgrade to latest dependencies (# 1699)
> cfed6d7 upgrade to latest dependencies (# 1694)
> c23a1f7 Added PVC support to volume mounts (# 1693)
> e2e0632 Update community files (# 1698)
> 06a463f Update community files (# 1696)
> 458a6b7 Update actions (# 1695)
> b696546 Added support for mounting EmptyDir volume type (# 1679)
> 1b03977 upgrade to latest dependencies (# 1690)
> 56e1462 upgrade to latest dependencies (# 1688)
> ada0005 Update community files (# 1689)
> 95f6a55 Update community files (# 1687)
> 9b04077 Update community files (# 1686)
> 6210f96 Update community files (# 1685)
> 7ac23db Update community files (# 1683)
> 363ec94 Update community files (# 1682)
> 0646532 upgrade to latest dependencies (# 1681)
> 4cccb5f Update changelog for 1.5 release (# 1680)
> dec1fa5 upgrade to latest dependencies (# 1678)
> 2a56f07 Added delivery options to broker create (# 1670)
> 4df6010 [main] Upgrade to latest dependencies (# 1675)
> 2f4e192 Update actions (# 1677)
> 8cfec3d Update community files (# 1676)
> 00b7886 Update community files (# 1674)
> dcd6bb6 upgrade to latest dependencies (# 1671)
> 48ff336 Cleanup sugar controller setup (# 1669)
> e3dbe58 Fix Tekton e2e script (# 1673)
> 94a5352 Update community files (# 1672)
> e734ca6 upgrade to latest dependencies (# 1668)
> 06b4b9e Bump Tekton pipeline version to latest by default (# 1667)
> bcd18d3 Fix OCI image build (# 1666)
> fef2f69 upgrade to latest dependencies (# 1663)
> 76a0b1e Fix display version in OCI image (# 1662)
> 93e27f7 Mark --inject-broker flag as deprecated (# 1661)
> 2eaeab4 Update community files (# 1664)
> 736c7c2 test: use `T.TempDir` to create temporary test directory (# 1660)
bumping gopkg.in/yaml.v3 496545a...f6f7691:
> f6f7691 The Billion Dollar Mistake
> 00bbc09 github: drop broken semgrep workflow
> 8f96da9 Explicitly check the parser for errors on peek
> 539c8e7 Fix decoding of merge tags.
bumping knative.dev/serving 69a88e9...9402a71:
> 9402a71 revision request start timeout should default to revision timeout second (# 13256)
> d79b8bb upgrade to latest dependencies (# 13246)
> 8a2fb54 Update net-istio nightly (# 13242)
> 768e8ba Update net-certmanager nightly (# 13241)
> 3178bc9 Update net-contour nightly (# 13244)
> 374b282 Update community files (# 13240)
> 7315b02 Update net-kourier nightly (# 13236)
> 2a72beb upgrade to latest dependencies (# 13238)
> 765a052 Update net-certmanager nightly (# 13234)
> ea5c535 stop the queue-proxy drain if we don't receive a TERM signal (# 13229)
> 8d0281e Update net-istio nightly (# 13222)
> d60e5e7 upgrade to latest dependencies (# 13227)
> d89869e Properly shutdown tracer when the work is done (# 13226)
> b3a7557 Update net-contour nightly (# 13225)
> 358d04e Update net-certmanager nightly (# 13224)
> b48e0e5 Update net-kourier nightly (# 13223)
> dbd3fc3 Update net-certmanager nightly (# 13218)
> 15ee48d Update net-contour nightly (# 13220)
> 0474e35 Update net-istio nightly (# 13219)
> 951c48c Update net-kourier nightly (# 13221)
> 77d24d1 Update net-gateway-api nightly (# 13217)
> ee06bc5 fix linting (# 13216)
> 58148c5 upgrade to latest dependencies (# 13215)
> d4601f3 Update actions (# 13214)
> dd2abc9 Refactor VolumeMountPath to Directory (# 13202)
> 468bb83 Update community files (# 13213)
> fb89ff1 Update net-gateway-api nightly (# 13212)
> 86a3daf Update net-istio nightly (# 13207)
> 7cfc194 Update net-kourier nightly (# 13206)
> 8acf355 Update net-contour nightly (# 13205)
> b9ca11e Update community files (# 13203)
> 2e77abf Fix timeout handlers to max duration instead of time to first byte (# 12970)
> 5bba016 A refactor of the queue volume constants (# 13146)
> 24e1ec2 Update net-gateway-api nightly (# 13198)
> fd833bc Update net-kourier nightly (# 13196)
> 698ac9e Update net-contour nightly (# 13194)
> 9399fb2 Update net-gateway-api nightly (# 13195)
> 16730b2 Fixes resource quota test flake (# 13181)
> f77b15e Update net-gateway-api nightly (# 13190)
> 19f508c Update net-kourier nightly (# 13187)
> 838bbb0 Update net-istio nightly (# 13189)
> abb923e Update net-contour nightly (# 13188)
> 78ddf60 upgrade to latest dependencies (# 13186)
> 725c38c Update net-kourier nightly (# 13184)
> e9a0ce9 Update net-gateway-api nightly (# 13183)
> e600ae7 Make Kingress reconciled with DomainMapping when adding a new label (# 13178)
> bfa381a Update net-gateway-api nightly (# 13180)
> 9574ddb Update net-contour nightly (# 13179)
> 875937b upgrade to latest dependencies (# 13177)
> 782df98 Qp options config additions only (# 13162)
> 034035b add paul to party, update sched through 2022 (# 13174)
> a2cf188 Add e2e test for DomainMapping working with websocket. (# 13077)
> 02d89d8 Update net-contour nightly (# 13171)
> 77340bb Update net-kourier nightly (# 13170)
> f846b2c bumping go.mod to v1.18 (# 13169)
> 8fc6d87 Update net-istio nightly (# 13167)
> 0b694b0 Update net-certmanager nightly (# 13165)
> b3fb541 Update net-gateway-api nightly (# 13164)
> 1f849ab Update net-kourier nightly (# 13166)
> d0887e7 Update community files (# 13163)
> bb043fa updating name of activation-scale (# 13161)
> addd55a Add active-min-scale annotation (# 13136)
> c82be27 Update net-istio nightly (# 13156)
> f428628 Update net-gateway-api nightly (# 13155)
> 63523f9 Enable refactoring queue-proxy binary with out-of-tree extensions (# 13133)
> 8f351ad Update net-gateway-api nightly (# 13152)
> 1656d0d Update net-certmanager nightly (# 13151)
> 08c4062 Update net-kourier nightly (# 13150)
> 2a22c44 upgrade to latest dependencies (# 13147)
> 808923d upgrade to latest dependencies (# 13144)
> ca011f8 Update net-certmanager nightly (# 13142)
> 50a87e9 Stop using knative.dev/pkg/pool, use errgroup instead (# 13143)
> 5467217 remove defunct markdown lint and linking variables (# 13137)
> ed1397d Update `changeset.Get` according to pkg update (# 13141)
> d1f8e8d bump go version in kind-e2e tests to v1.18 (# 13140)
> dc552e5 Update community files (# 13138)
> 38973e5 Update net-gateway-api nightly (# 13134)
> 044d947 Update net-kourier nightly (# 13132)
> 017b9d0 Don't included git info in our containers (# 13130)
> 167199a QP shim main (# 13128)
> d366049 Update community files (# 13129)
> 97517d3 Add test flag --ingress-class (# 13117)
> ed2ddf2 Update net-gateway-api nightly (# 13124)
> 3ce8ebb Update net-gateway-api nightly (# 13119)
> 57c2a04 Update net-contour nightly (# 13120)
> 3666ce7 upgrade to latest dependencies (# 13116)
> 67347fe Update net-contour nightly (# 13115)
> 9c88305 Update net-certmanager nightly (# 13113)
> 4009fb7 Update net-kourier nightly (# 13114)
> e2862ae allow unknown fields in our webhooks since our CRD schemas are now specified (# 13111)
> 3360e41 Remove Prometheus stat reporter from queue-proxy (# 12961)
> 4fa002a Update net-gateway-api nightly (# 13106)
> e701a33 Update Knative Serving schema (# 13095)
> 432b38d Update net-certmanager nightly (# 13105)
> 4b09847 Update net-contour nightly (# 13107)
> 1d44884 Update net-kourier nightly (# 13104)
> 1ba9714 Update net-istio nightly (# 13103)
> deed9f4 Add filtering secret informer label for internal-encryption (# 13082)
> 9f4f28d Update net-istio nightly (# 13100)
> f9951ec Add overview for scaling doc (# 13088)
> 499c0af Update net-gateway-api nightly (# 13093)
> c190a06 Update net-kourier nightly (# 13092)
> 70c3309 Drop EnableAlphaFeatures from TestHttpRedirect (# 13084)
> bf49148 upgrade to latest dependencies (# 13089)
> 6ceb219 upgrade to latest dependencies (# 13087)
> 2e823f7 Update net-istio nightly (# 13086)
> 2ea6b3e Update net-gateway-api nightly (# 13085)
> 838305e upgrade to latest dependencies (# 13081)
> a3348ed Update net-gateway-api nightly (# 13080)
> ef11229 Update net-contour nightly (# 13079)
> 8d6189c Update net-certmanager nightly (# 13078)
> 4695705 Update net-kourier nightly (# 13030)
> dd5cf21 upgrade to latest dependencies (# 13037)
> df215c7 Update community files (# 13076)
> 58cce54 Support config to deploy internal certificates automatically (# 13005)
> 25de812 Fix webhook config drift issue (# 13061)
> ee386a1 Update community files (# 13068)
> d9cb5f0 Update net-istio nightly (# 13067)
> 189003d Update net-contour nightly (# 13066)
> d0367df Update net-gateway-api nightly (# 13064)
> 278cedc Update net-certmanager nightly (# 13065)
> 1da6f33 Update actions (# 13063)
> cd85b44 Update net-gateway-api nightly (# 13062)
> 752c336 Allow calls to test.Setup to disable logstream (# 13046)
> 8f62874 Update net-certmanager nightly (# 13040)
> 2b7f301 Update net-istio nightly (# 13031)
> 6eccc36 Update net-gateway-api nightly (# 13029)
> 38c5dbc Update net-contour nightly (# 13032)
> f25a0df Temporarily disable flaky kind test (# 13055)
> 3573163 only watch endpoints for our private services (# 13048)
> 35a94ff Update link, thanks to Zhu Lei (# 13052)
> 5f8892f skip http2 test early (# 13047)
> e67dbb9 Improve SKS handling for unavailable Activator. (# 13027)
> 6fca86c fix scale-from-zero mako test (# 13035)
> 7c2b46d Relax the "timeout" requirement for `TestProbeRuntimeAfterStartup` (# 13026)
> d54ad4c Remove the scale-to-zero checking in conformance. (# 13025)
> 2f7b6db Bump kind to v0.14 for e2e tests (# 13022)
> eeaff1c upgrade to latest dependencies (# 13016)
> 50a42a9 Update net-certmanager nightly (# 13018)
> 15111a1 Update net-istio nightly (# 13017)
> 093ba0b Update net-gateway-api nightly (# 13021)
> bc6d456 Update net-kourier nightly (# 13020)
> 1997324 Update net-contour nightly (# 13019)
> bf3b740 Update community files (# 13015)
> 1ec8ad3 Update net-gateway-api nightly (# 13013)
> 81fc500 Update community files (# 13014)
> 78272a6 Update community files (# 13012)
> 2b88568 regen protobuf after bumping the versions in the prow-image (# 13011)
> 47cf88d Update net-contour nightly (# 13006)
> 01f81e9 Update net-gateway-api nightly (# 13008)
> 1be5251 Update net-certmanager nightly (# 13007)
> 0d0cb33 Update net-istio nightly (# 13010)
> 8de1a68 Update net-kourier nightly (# 13009)
> 3c1b20e Update community files (# 13004)
> 0c0acc9 add openssf knative badge (# 13001)
> bb5bdbb Update net-contour nightly (# 12992)
> a8dc74c Update net-gateway-api nightly (# 12991)
> 67ee782 Update net-certmanager nightly (# 12990)
> 9c56abc Update net-kourier nightly (# 12994)
> 6bb3576 Update net-istio nightly (# 12993)
> 6e4a27d Update community files (# 12988)
> 44178dc Update net-kourier nightly (# 12984)
> 7e45e5a Update net-gateway-api nightly (# 12983)
> 527c69a Update net-istio nightly (# 12985)
> 6a1160a Update net-contour nightly (# 12982)
> 7134e31 Update net-certmanager nightly (# 12979)
> 77c2527 Update community files (# 12981)
> 36ee6f2 Update net-contour nightly (# 12964)
> d7027b5 skips default probe if container freezer in use (# 12967)
> 797bee5 Update net-kourier nightly (# 12976)
> ca6a190 Support parsing host header with port (# 12974)
> 620139a Update net-gateway-api nightly (# 12968)
> 293a95a Update net-istio nightly (# 12975)
> 33dbc31 Log confirmation of queue-proxy startup (# 12965)
> d14ebd8 Update net-kourier nightly (# 12962)
> 158177d Update net-certmanager nightly (# 12957)
> 22f2af6 Update net-istio nightly (# 12956)
> 3446ca3 upgrade to latest dependencies (# 12955)
> b44da83 Update actions (# 12963)
> 45f7c05 Fix deprecation notices (# 12958)
> 4446497 fix owner files after merging scaling + serving working groups (# 12960)
> 92b11a8 drop swap file (# 12959)
> 591e12d upgrade to latest dependencies (# 12954)
> a522443 Update net-istio nightly (# 12951)
> 9ea835d Update net-gateway-api nightly (# 12950)
> bc7fcd3 Update net-certmanager nightly (# 12949)
> b2fff20 Update net-contour nightly (# 12948)
> 9db81c3 Update net-kourier nightly (# 12952)
> 4e54509 Update community files (# 12946)
> 646e5cc Update net-istio nightly (# 12945)
> f56e235 Update net-certmanager nightly (# 12944)
> 08f0d31 Update net-contour nightly (# 12929)
> ba84f6e upgrade to latest dependencies (# 12943)
> 08e09bc kind-e2e dump namespaces and crds (# 12942)
> 5776635 Update net-istio nightly (# 12931)
> d7e2e3a Update net-certmanager nightly (# 12928)
> 0bdaf56 Update net-kourier nightly (# 12930)
> 3b832ad Update net-gateway-api nightly (# 12926)
> 1a99825 Use mako stub for collecting performance tests results (# 12889)
> fd6b191 fix a flake where the informer didn't have KPA (# 12934)
> 9b7788c Update community files (# 12933)
> f778a37 Update net-certmanager nightly (# 12925)
> f726b1d Bump cert-manager to 1.8.0 (# 12923)
> 01f15e1 Update net-gateway-api nightly (# 12920)
> dcb16f2 Update net-kourier nightly (# 12919)
> d9f4954 Update net-istio nightly (# 12918)
> 69bf45c Update net-certmanager nightly (# 12901)
> 754ea6c Update net-kourier nightly (# 12916)
> 4273c6e Update net-contour nightly (# 12915)
> 119517a Update net-gateway-api nightly (# 12902)
> 18da4c0 upgrade to latest dependencies (# 12907)
> 8129005 Update community files (# 12913)
> 9dc1baa run go.mod tidy (# 12911)
> 061be9e Fixing the panicRPSM parameter in autoscaler (# 12910)
> 7aa5d8a Update net-kourier nightly (# 12903)
> f6cb424 Add support for `dnsConfig` and `dnsPolicy` in pod spec (# 12897)
> 89be0fd modify checksum so its not a float64 (# 12900)
> 078e0b9 upgrade to latest dependencies (# 12899)
> 0d76bb7 Update net-certmanager nightly (# 12879)
> 95cfa70 ServerlessService's initial operation mode is now Proxy (# 12842)
> 5128270 upgrade to latest dependencies (# 12890)
> 7184235 Update net-kourier nightly (# 12885)
> c2394b6 Update net-gateway-api nightly (# 12884)
> 2dd73f5 Update net-contour nightly (# 12883)
> 47238dc upgrade to latest dependencies (# 12882)
> 6b3905b Update community files (# 12881)
> e99c34f upgrade to latest dependencies (# 12878)
> f7deea4 Use imjasonh/setup-ko (# 12868)
> 527730f Update net-kourier nightly (# 12869)
bumping go.uber.org/multierr a5cd550...10aaa3c:
> 10aaa3c Prepare release v1.8.0 (# 56)
> cea7d2e Combine: Optimize for all nil (# 55)
> d49c2ba doc: AppendInvoke: Fix typo (# 54)
> ee7346a Merge pull request # 52 from uber-go/fossa
> 7c6ff6f Integrate FOSSA (# 51)
> d9efa4b fossa: Run separately, only on push
bumping knative.dev/eventing e345f5f...6ffef0f:
> 6ffef0f Make some broker conformance tests decoratable with broker options (# 6517)
> 6822f0d [release-1.7] InMemoryChannel receiver validates received events (# 6512)
> a9151b5 upgrade to latest dependencies (# 6495)
> 291e961 upgrade to latest dependencies (# 6493)
> cc06bab Update community files (# 6492)
> 0060ddd upgrade to latest dependencies (# 6491)
> 5ee6158 Make sure tracer is shut down across components (# 6474)
> 091ee6e Remove deprecated functions from test/upgrade package (# 6489)
> 6eb4c78 upgrade to latest dependencies (# 6487)
> cb3901f Increase max namespace count for e2e test runner (# 6486)
> 1d00055 upgrade to latest dependencies (# 6485)
> ab981d6 Upgrade deps (# 6484)
> 7414f6b Update actions (# 6483)
> df904f8 Update community files (# 6482)
> 08ede0b Knative port sink binding v1 job test to rekt (# 6481)
> 4e56370 Update community files (# 6480)
> aceb557 Knative port sink binding v1 deployment test to rekt (# 6479)
> 37cb0e9 Knative port source at event types test to rekt (# 6476)
> c884e27 Remove the filter restriction of only containing exactly one attribute (# 6477)
> f7e8eef use go1.18 (# 6470)
> d99685b Promote strict subscriber to beta (# 6473)
> 5a8f707 Promote delivery timeout to beta (# 6472)
> 840fce7 chore: update sugar controller ConfigMap example (# 6460)
> 7e30288 Ignore trailing slashes for Broker addresses (# 6471)
> 32dea96 update trace of apiserversource (# 6458)
> 480c8cb Adds receiver options for configuring read and write timeouts message receiver (# 6306)
> 37dc195 Port Pingsource test to rekt (# 6463)
> 15dd7ca 🧹 Remove dead variables & config for presubmit markdown checking (# 6452)
> e5405de Update community files (# 6462)
> c8435ed 🧹 Accommodate to knative-sandbox/reconciler-test# 294 (# 6451)
> 5a21cd4 Update community files (# 6453)
> 365a012 Update community files (# 6449)
> 0eb566a upgrade to latest dependencies (# 6448)
> 2d2e049 Increase initialDelaySeconds to 120 for webhooks (# 6447)
> b84ec54 Refactor tracing helper to be reusable (# 6446)
> 465db7c Bump prom client version for CVE-2022-21698 (# 6443)
> cb776ce Add validation methods for ingress feature in broker's conformance test (# 6434)
> aea0887 Deschedule placements on FinalizeKind (# 6440)
> d3813f7 Golang version update (# 6433)
> a63ea4e upgrade to latest dependencies (# 6436)
> f69e181 Update community files (# 6435)
> 159f4ec upgrade to latest dependencies (# 6432)
> 33d1be7 Bump PodDisruptionBudget to policy/v1 (# 6424)
> ee47ed1 Update community files (# 6431)
> 9c41f75 upgrade to latest dependencies (# 6428)
> eaec729 Update actions (# 6427)
> 7763e03 upgrade to latest dependencies (# 6423)
> 0866e62 Report last error for unavailability periods (# 6381)
> c1b0ea6 Bump cloudevents/sdk-go to v2.10.1 (# 6422)
> c71c362 upgrade to latest dependencies (# 6419)
> f488f46 Update community files (# 6418)
> 57f2395 Update community files (# 6416)
> 59d13fa Update community files (# 6414)
> 6072846 Update community files (# 6413)
> 6fc4a54 add openssf badge (# 6412)
> 13ed6ed Update community files (# 6411)
> 816db8d Parallel to use `subscription.subscriber` instead of `reply` if there's no filter (# 6405)
> 21ab643 Update community files (# 6406)
> 56edb3b upgrade to latest dependencies (# 6398)
> 1096fc2 Update actions (# 6397)
> c3e1396 Propagate log level to env var in source ConfigWatcher (# 6391)
> 9449169 Update community files (# 6390)
> d7a8a95 upgrade to latest dependencies (# 6389)
> 75253dc Only proxy some headers from the reply in MTBroker filter (# 6357)
> bba50a4 Upgrade test exports logs before shutting down sender (# 6384)
> 0a738fd Remove calling 'ExecuteLocalYAML', b/c it is deprecated (# 6380)
> e7c9ffc Adding retry for 408 (Request Timeout) http status code ♻️ (# 6370)
> b966175 remove the namespae for the imc (# 6382)
> 005d6b6 adding util for adding custom annotation values to different broker implementation usage (# 6378)
> 02a6fa0 Update community files (# 6379)
> ee7c071 Update the link of the sample code.(# 6374) (# 6375)
> 9af9870 upgrade to latest dependencies (# 6371)
> 59e25b8 Export trace for events which exceeded unavailable period limit (# 6372)
> 22e2a2c upgrade to latest dependencies (# 6365)
> e033a2a Update community files (# 6369)
> ec36c86 upgrade to latest dependencies (# 6360)
> 01f5612 fix pingsource-mt-adapter crash when initial replica is more than 0 (# 6359)
> 11dd387 Update support rotation (# 6351)
> 98de1d7 upgrade to latest dependencies (# 6350)
> 2219e14 Fix performance tests setup (# 6340)
> 3abb436 properly initialize branchStatuses (# 6354)
> 2d47847 Update community files (# 6355)
> 3e24a78 NPE fix (# 6343)
> 1104746 [scheduler] Use node taints for keeping track of available nodes and zones (# 6291)
bumping knative.dev/hack 9e09abc...8d1e4cc:
> 8d1e4cc fix go run invocation of github hub cli (# 213)
> d35c718 [release-1.7] go run... (# 211)
> e9a8475 Update community files (# 208)
> 4621ee6 Update community files (# 207)
> 9dabf7c Update community files (# 206)
> 782bbaa drop warning (# 204)
> 92c7e36 Fix the buoy invocation (# 203)
> 123a278 🧹 Migrate to using the `go run` instead of `go install` (# 172)
> a645040 Update community files (# 201)
> 81e30c2 remove references to git markdown checking (# 199)
> e3be8da Update community files (# 197)
> 65c463a Update community files (# 195)
> e7d6365 Add [skip-dot-release] feature (# 189)
> 33ce6af Update community files (# 190)
> dc6c287 Update community files (# 185)
> fd240e2 Update community files (# 184)
> 40350b6 Update community files (# 183)
> 674c2b3 Update community files (# 182)
> 0c389ad Update community files (# 181)
> bafe4b1 Update community files (# 180)
> 12d3e2a switch to UTC (# 176)
> b4d4d73 Update community files (# 178)
> f4972b4 Update community files (# 177)
> a8076b0 Model []byte as strings (# 175)
> ccf82ad Update community files (# 174)
> 46c77f1 Skip passing enable-ha flag to test script (# 173)
> 5f47386 Update community files (# 171)
> 2a09b5c only use `install` for run_go_tool (# 169)
bumping go.uber.org/zap ad0b02d...6f34060:
> 6f34060 Release v1.21.0 (# 1059)
> a7613b2 JSON Encoder: Don't panic if EncodeLevel unset (# 1058)
> a1155d9 Optimize AddCaller+AddStacktrace by sharing stacks (# 1052)
> 3f20106 lint: Remove redundant embedded field accesses (# 1051)
> c087e07 zap: Add ParseAtomicLevel func (# 1048)
> e751939 zapcore: Add ParseLevel (# 1047)
bumping golang.org/x/sync 036812b...886fb93:
> 886fb93 A+C: delete AUTHORS and CONTRIBUTORS
> 0de741c x/sync/errgroup: make note of the default errgroup goroutine limit (unlimited)
> 0976fa6 x/sync/errgroup: add TryGo and SetLimit to control concurrency
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
2022-09-14 16:46:05 +00:00
David Simansky
794865fcc5
Update Go in actions to 1.18 ( #1247 )
...
* Update Go in actions to 1.18
* Update golangci binary
2022-09-14 16:01:05 +00:00
knative-automation
c2c45d1194
Update actions ( #1244 )
...
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
2022-09-14 15:30:05 +00:00
Jefferson Ramos
2cfb59db1f
fix: updated func-deploy tekton task to alingh with to new deploy command build flag options ( #1246 )
2022-09-14 14:56:06 +00:00
Luke Kingland
15713b2a75
feat!: deploy autobuild and flag persistence ( #1079 )
...
* feat: deploy autobuild and flag persistence
* cleanup
* help text, comments and test cleanup
* removing usurped commands.txt
* add platform to deploy synopsis help
2022-09-14 11:45:10 +00:00
Matej Vasek
966a150c58
fix: podman auto-svc has own control group ( #1239 )
...
This keeps the podman process alive while `func` receives
SIGKILL or SIGTERM.
We must keep podman alive for cleanup (e.g. container removal).
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-14 07:21:49 +00:00
Lance Ball
cba8ee52c4
chore: update imjasonh/setup-ko to v0.6 ( #1238 )
...
`ko` recently moved to its own github org which broke versions of `ko`
prior to 0.6. This should resolve issues we have been seeing with the
failure to publish the func image over the last week.
Signed-off-by: Lance Ball <lball@redhat.com>
Signed-off-by: Lance Ball <lball@redhat.com>
2022-09-14 02:29:48 +00:00
github-actions[bot]
e21ce5b44f
chore: update Quarkus platform version to 2.12.2.Final ( #1236 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2022-09-13 23:51:47 +00:00
Matej Vasek
15e2363ffa
fixup: fix base for another PR ( #1237 )
...
PR author is not available for rebase.
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-13 21:46:47 +00:00
Adam Boczek
4d622bc007
feat: group main help message to put important commands to the top ( #1152 )
...
* feat: add initial version of command groups and template engine (#215 )
* feat: add relevant dependencies and vendor files (#215 )
* feat: extend TestUsageFlags for hidden flags and flags with no shorthand (#215 )
* feat: refactor root.go to use command groups (#215 )
* feat: move the long help of root cmd to the usage templates section (#215 )
* feat: updates after rebase (#215 )
* feat: update after review (#215 )
* feat: rename 'options' into 'flags' to align with the old help (#215 )
* feat: remove support for help options, add template for global flags help section (#215 )
* feat: update handling of root command help to support proper use of templates and docs generation (#215 )
* feat: generate new docs (#215 )
2022-09-13 14:13:48 +00:00
Zbynek Roubalik
1ed5b2d5fd
chore: install Tekton Task from local source code & install S2I task ( #1234 )
...
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2022-09-13 01:07:47 +00:00
Zbynek Roubalik
d9ffaa944e
fix: s2i on cluster build of Quarkus functions ( #1233 )
...
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2022-09-12 20:54:47 +00:00
Matej Vasek
427d453f81
chore: dialer improvements ( #1232 )
...
* Relaxed test condition.
* Independence of `socat` image entrypoint.
* The `socat` image is configurable via environment variable.
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-12 19:26:46 +00:00
Matej Vasek
1f5a95a4a7
Improvements for podman on Windows and macOS ( #1230 )
...
* fix: pack docker socket mounting with npipe
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* feat: trust ssh connection by podman machine
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* fix: socket mount on macOS with podman machine
The `podman machine start` outputs recipe for DOCKER_HOST setting,
following the recipe it was causing troubles,
since path in host OS and in the podman VM is different.
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* chore: use go-winio library for handling npipes
Replacing unmaintained an buggy library.
Signed-off-by: Matej Vasek <mvasek@redhat.com>
* test: added test for podman machine auto connect
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-12 17:26:46 +00:00
Matej Vasek
b9e3d243bc
fix: pack build outpout on Windows ( #1231 )
...
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-12 04:51:32 +00:00
Matej Vasek
a6c885ef04
feat: UX improvements for docker/podman usage ( #1224 )
...
* Better error message I docker/podman not present.
* Auto detect podman machine's socket on mac/win.
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-09 13:34:29 +00:00
Gab Satchi
7e96146840
Adds labels and annotations from func.yaml to pipeline resources ( #1205 )
...
* adds labels from func.yaml to pipeline resources
* Unify function labels across resources (kService and tekton pipelines)
* Adds function annotations to pipeline resources
* Remove refactored function
2022-09-09 12:48:25 +00:00
Matej Vasek
17625b7c0d
docs: update podman doc ( #1228 )
...
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-09 09:43:24 +00:00
Matej Vasek
e2d0f8afdb
fix: s2i build on Windows ( #1227 )
...
tar must use forward slashes as separator
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-09 09:42:25 +00:00
Andrew Meyer
87d162b5e5
fix: correct error handling in filesystem tests ( #1226 )
2022-09-08 22:21:20 +00:00
github-actions[bot]
58a6d07fe6
chore: update Quarkus platform version to 2.12.1.Final ( #1221 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2022-09-08 18:47:20 +00:00
Luke Kingland
4e5e9927b2
fix: only use flag value as default or if altered ( #1223 )
2022-09-07 20:47:18 +00:00
Zbynek Roubalik
2ee2c61b8b
fix: on cluster build - workaround for Tekton issue with empty array ( #1214 )
...
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2022-09-07 20:29:18 +00:00
Matej Vasek
a0b772c2cb
docs: update podman docs ( #1220 )
...
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-07 15:20:18 +00:00
Chengzhi Yang
fc54831ff0
fixed a misspell in docs ( #1217 )
...
# Changes
- bugs: variable `body` was misspelled
2022-09-07 08:39:18 +00:00
knative-automation
4301ca2d42
Update community files ( #1215 )
...
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
2022-09-07 02:14:17 +00:00
Luke Kingland
645990203d
invoke: pack and go are known compatible ( #1219 )
2022-09-06 22:42:18 +00:00