Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Upgrade to latest dependencies #56

Conversation

knative-automation
Copy link
Contributor

@knative-automation knative-automation commented May 4, 2022

Cron -knative-prow-robot

/cc knative-sandbox/client-writers
/assign knative-sandbox/client-writers

Produced by: knative-sandbox/knobots/actions/update-deps

@knative-prow knative-prow bot requested a review from a team May 4, 2022 02:29
@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 4, 2022
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 6 times, most recently from 257aa56 to 77684b3 Compare May 12, 2022 02:57
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 2 times, most recently from 16f5dab to 0b9268b Compare May 18, 2022 03:03
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 2 times, most recently from 5ab6a99 to 600f56a Compare May 26, 2022 14:07
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented May 26, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: knative-automation (66aff55)

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 3 times, most recently from 0a5c505 to 35739c8 Compare June 3, 2022 02:54
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 5 times, most recently from 4237837 to d527383 Compare June 14, 2022 02:24
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 3 times, most recently from 64c822a to 66aff55 Compare June 28, 2022 02:54
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 3 times, most recently from 42ad6bf to 74c4eed Compare July 1, 2022 14:12
@knative-prow knative-prow bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 1, 2022
@knative-prow knative-prow bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 19, 2022
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 4 times, most recently from ad311e6 to e370f86 Compare September 23, 2022 14:25
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 5 times, most recently from f28669a to 75130d8 Compare October 5, 2022 02:40
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 5 times, most recently from 350c36d to 67db016 Compare October 12, 2022 14:26
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 5 times, most recently from 87e9c10 to efcd510 Compare October 19, 2022 14:22
bumping github.com/spf13/cobra 178edbb...8607918:
  > 8607918 feat: make InitDefaultCompletionCmd public (# 1467)
  > 2169adb Add groups for commands in help (# 1003)
  > 212ea40 Include --help and --version flag in completion (# 1813)
  > d4040ad Allow user to add completion for powershell alias (# 1621)
  > 23fc5e0 ci: add minimum GitHub token permissions for workflows (# 1792)
  > 93d1913 Add OnFinalize method (# 1788)
  > 07034fe build(deps): bump actions/stale from 5 to 6 (# 1815)
  > 3dc9761 Add allero to list of projects using cobra (# 1819)
  > 7039e1f Add '--version' flag to Help output (# 1707)
  > fce8d8a Expose ValidateRequiredFlags and ValidateFlagGroups (# 1760)
  > a281c8b Document option to hide the default completion cmd (# 1779)
  > 459fc5f ci: add workflow_dispatch (# 1387)
  > 6d978a9 add missing license headers (# 1809)
  > 4065a33 ci: use action/setup-go's cache (# 1783)
  > 7e289f4 Adjustments to documentation (# 1656)
  > fe08012 Rename Powershell completion tests (# 1803)
  > d689184 Support for case-insensitive command names (# 1802)
  > 70e53f6 Deprecate ExactValidArgs() and test combinations of args validators (# 1643)
  > 2e8ba6f Use correct stale action `exempt-` yaml keys (# 1800)
  > 0580724 With go 1.18, we must use go install for a binary (# 1726)
  > 2a7647f Clarify SetContext documentation (# 1748)
  > 7045405 ci: test on Golang 1.19 (# 1782)
  > 22b6179 fix: show flags that shadow parent persistent flag in child help (# 1776)
  > dbf85f6 Update gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (# 1766)
  > f911c0b fix(bash-v2): activeHelp length check syntax (# 1762)
  > 7790bf9 fix: correct command path in see_also for YAML doc (# 1771)
  > 6bf8cd8 build(deps): bump github.com/inconshreveable/mousetrap (# 1774)
  > 965924a docs: add zitadel to the list (# 1772)
  > 162534f doc: Add Okteto for projects using Cobra (# 1759)
  > a0aadc6 Spelling for GitHub CLI (# 1744)
  > 69083f8 Add Cilium to projects using Cobra (# 1745)
  > bba9331 doc: Add CloudQuery for projects using Cobra (# 1742)
  > 3d38d18 Add KubeVirt as a project using cobra (# 1741)
  > 06b06a9 Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (# 1697)
  > 5f2ec3c Update shell completion to respect flag groups (# 1659)
  > b9ca594 use errors.Is() to check for errors (# 1730)
  > ea94a3d undefined or nil Args default to ArbitraryArgs (# 1612)
  > 7c9831d Fix handling of descriptions for bash v3 (# 1735)
  > ed7bb9d Add unit test for fish completion (# 1515)
  > f464d6c Add Active Help support (# 1482)
  > 7dc8b00 Bump actions/setup-go from 2 to 3 (# 1660)
  > 87ea180 Modify brew prefix path in macOS system (# 1719)
  > ca8e3c2 Add Pulumi as a project using cobra (# 1720)
  > 37d481d fix: Don't complete _command on zsh (# 1690)
  > 5b11656 perf(bash-v2): read directly to COMPREPLY on descriptionless short circuit (# 1700)
  > ffa8860 Change links from http:// to https:// (# 1695)
  > e1ded5c fix(bash-v2): skip empty completions when filtering descriptions (# 1691)
  > 8afe9d1 Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 (# 1688)
  > 25f5bb5 Prefer ReplaceAll instead of Replace(..., -1) (# 1530)
  > 9e88759 perf(bash-v2): speed up filtering menu-complete descriptions (# 1692)
  > fb80311 perf(bash-v2): speed up filtering entries with descriptions (# 1689)
  > 95d7df1 perf(bash-v2): short-circuit descriptionless candidate lists (# 1686)
  > f17e5a2 style(bash): out is not an array variable, do not refer to it as such (# 1684)
  > 09d6ba6 perf(bash-v2): standard completion optimizations (# 1683)
  > 4f0facb style(bash-v2): out is not an array variable, do not refer to it as such (# 1681)
  > 2722a75 perf(bash-v2): use backslash escape string expansion for tab (# 1682)
  > d8184d3 Fix typo sh completion docs (# 1678)
  > b9460cc Bump codelytv/pr-size-labeler from 1.8.0 to 1.8.1 (# 1661)
  > 89d7b83 Add Polygon Edge as a project using Cobra (# 1672)
  > 68b6b24 Add ability to mark flags as required or exclusive as a group (# 1654)
  > bf6cb58 Wrap printf tab with quotes (# 1665)
  > 9d15fe6 Update stale-bot (# 1609)
  > 5271cf4 ci/test: RICHGO_FORCE_COLOR (# 1647)
  > ab42c93 Adds size labeler GitHub action (# 1610)
  > 52e6099 Bump actions/checkout from 2 to 3 (# 1619)
  > 5414d3d Bump golangci/golangci-lint-action from 2 to 3.1.0 (# 1615)
  > cf0df73 Bump actions/labeler from 3 to 4 (# 1620)
  > 3723151 Bump actions/cache from 2 to 3 (# 1640)
  > 1568491 Bump actions/stale from 1 to 5 (# 1618)
  > d622355 Changed branch name in the cobra generator link to 'main' (# 1645)
  > 03c3eb7 Add Kubescape to projects (# 1642)
  > 3a1795b Fix Command.Context comment (# 1639)
  > f848943 Add Command.SetContext (# 1551)
  > 5d066b7 Introduce FixedCompletions (# 1574)
  > 94e552d Add backwards-compatibility tests for legacyArgs() (# 1547)
  > 8cc7be2 feat: Add how to load completions in your current zsh session (# 1608)
  > 65b1195 ci: test on Golang 1.18 (# 1635)
  > 37463cf Remove CHANGELOG.md as it isn't updated (# 1634)
  > 81d27c8 fix some typos (# 1625)
  > 5b2b9e9 Removes viper dependency by removing cobra/ CLI tool (# 1604)
  > 9369465 labeler: fix syntax
  > e1b831e Updates labeler for new labels (# 1613)
  > 8267283 Add MAINTAINERS file (alphabetical order) (# 1545)
  > 6d2dc43 Add Pixie to projects. (# 1581)
  > a599632 Fix install command (# 1576)
  > 7cabfeb Update Go Doc link and badge (# 1593)
  > e04ec72 Bump license year to 2022 in golden files (# 1575)
  > cb9d7b1 Bump github.com/spf13/viper from 1.10.0 to 1.10.1 (# 1567)
bumping gotest.tools/v3 dc5149e...4de0c9f:
  > 4de0c9f Merge pull request # 237 from dnephin/golden-vars
  > 814f970 Merge pull request # 238 from dnephin/golden-flag
  > 82e8930 assert: tests for golden variables
  > 7dc1daf Merge pull request # 236 from gotestyourself/update-readme
  > 7efa051 Update docs about the update flag
  > a0e2cd3 assert: first draft of inline golden variables
  > 13888f7 Merge pull request # 235 from dnephin/golden-flag
  > 98d79f3 Update README links
  > 3abbc52 refactor: prepare for other uses of the ast.File
  > 7beca78 Merge pull request # 234 from dnephin/small-godoc-improvement
  > 6e64c83 golden: accept -update for updating files
  > 2686168 Move update flag to internal/source package
  > fac3030 Merge pull request # 233 from dnephin/improve-godoc
  > fb51fc8 small godoc improvement
  > dbe78a8 Merge pull request # 231 from dnephin/ci-update-linters
  > 5666354 assert: document that filename and line number are included
  > 7e3cedf Merge pull request # 230 from dnephin/remove-pkg-errors
  > 42b0474 ci: update golangci-lint version
  > bfc24ac Merge pull request # 229 from dnephin/improve-godoc
  > ba04258 remove pkg/errors dependency
  > e174ee7 Merge pull request # 227 from gotestyourself/go1.18
  > f270cc3 assert: improve readability of example
  > 99a7307 Merge pull request # 228 from dnephin/update-gty-migrate
  > 388d86a ci: add go1.18
  > 9c6ef76 env: deprecate Patch
  > a9159b3 migration: support goimports -local
  > 0173ef4 assert: improve failure message for ErrorIS
  > 94f8a31 migration: fix logic for imports with name assert
  > 6d318f1 assert: document which goroutine can call the functions
  > c3dd4fb Update migrator to use v3 imports
  > 42d5739 assert: improve godoc
  > f7daac9 Add support for migrating require.ErrorContains
  > 2d58ab7 assert: remove build tag for ErrorIs
  > dd9d0e4 Remove fake importer
  > b910f18 Update gty-migrate-from-testify to use x/tools/go/packages
bumping knative.dev/client bcd18d3...4a545d0:
  > 4a545d0 Update community files (# 1757)
  > 66307f2 Resolve Serving version to released tag (# 1755)
  > 699a888 Fix namespaced unit test (# 1753)
  > 0b99fc5 upgrade to latest dependencies (# 1752)
  > 288cf1f upgrade to latest dependencies (# 1751)
  > 16f26ba upgrade to latest dependencies (# 1750)
  > 0323f52 upgrade to latest dependencies (# 1749)
  > be74c58 Upgrade depedencies before next release (# 1748)
  > 0382c17 cli options to enable user, uid, and group impersonation (# 1745)
  > a466745 upgrade to latest dependencies (# 1747)
  > 6bbbd50 Update actions (# 1744)
  > 3120ee6 upgrade to latest dependencies (# 1746)
  > 97690ef Update community files (# 1743)
  > 369321c [main] Upgrade to latest dependencies (# 1738)
  > 84cba98 Added config support to specify read only volumes (# 1732)
  > 7caf80f Update community files (# 1740)
  > 69adb60 Update community files (# 1739)
  > fb417da Update knb to recognize drop-in module replace (# 1736)
  > ee35144  Update spf13/cobra deps (# 1734)
  > 73d48f7 upgrade to latest dependencies (# 1735)
  > 58f686b Fix release script version calculation (# 1737)
  > c059e0e upgrade to latest dependencies (# 1733)
  > 9bbef97 [main] Upgrade to latest dependencies (# 1731)
  > 59948bb upgrade to latest dependencies (# 1730)
  > 6376f9a Add --scale-activation flag to match new Serving option (# 1729)
  > 794cdef upgrade to latest dependencies (# 1728)
  > 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)
bumping knative.dev/hack 5f47386...9d2ae47:
  > 9d2ae47 Update community files (# 241)
  > cf1a127 🎁 Use Knative ls-tags tool (# 238)
  > 3fdc50b Remove Signing Feature Gate (# 236)
  > 2d67db5 generate provenances (# 237)
  > 52a87e1 Update community files (# 235)
  > 92a65f1 don't quote vars referencing files (# 234)
  > b3c9790 Notarize Mac binaries (# 231)
  > 0198902 Format go code (# 226)
  > 7dff557 Update community files (# 233)
  > 6887217 Update community files (# 232)
  > 9b76387 output certificate as well (# 229)
  > d1317b0 errexit and pipefail should remain off until downstream is fixed (# 228)
  > df80419 🐛 Fix for test failures of knative/serving# 13292 (# 227)
  > 7556452 🎁 Use modscope tool to get info about Go modules (# 223)
  > 103cdb3 Default `SIGN_IMAGES` variable to `false` (# 225)
  > 36b2b3c add flag (# 224)
  > 547a2ca Start Signing our Releases (# 198)
  > 6c30196 🧹 Rewrite unit tests in Golang (# 215)
  > f9dc722 Format go code (# 218)
  > 664eac5 Fixing go.mod foreach (# 217)
  > 97fd663 🎁 Support multiple Golang modules in a single project (# 205)
  > f472a96 fix go run invocation of github hub cli (# 212)
  > 7d3bed1 go run... (# 210)
  > e81d63a Update community files (# 209)
  > 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)

Signed-off-by: Knative Automation <automation@knative.team>
@dsimansk
Copy link
Contributor

/approve
/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Oct 25, 2022
@knative-prow
Copy link

knative-prow bot commented Oct 25, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dsimansk, knative-automation

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 25, 2022
@knative-prow knative-prow bot merged commit 07c785e into knative-extensions:main Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants