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

Bump knative.dev/client from 0.23.1 to 0.26.0 #291

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2021

Bumps knative.dev/client from 0.23.1 to 0.26.0.

Release notes

Sourced from knative.dev/client's releases.

Knative Client release v0.26.0

Meta

The compile dependencies have been updated to Knative Serving 0.26.0, Knative Eventing 0.26.0.

Environment variables from file

There's a new flag --env-file that accepts provided file to populate environment variables. It simplify and shorten the resulting command for multiple environment variables entries at once. Accepted format of the file is KEY=VALUE pair per line.

Released plugins

The kn-plugin-source-kamelet plugin is now included since this release.

The plugins that are released in parallel and aligned with Knative 0.26 are:

All those plugins are released separately and are technically not part of this knative/client release, they are aligned however to share the same Knative dependencies and can be targeted for inlining.


You can find the complete list of changes in the CHANGELOG.

Knative Client release v0.25.1

Meta

The compile dependencies have been updated to Knative Serving 0.25.0, Knative Eventing 0.25.0 and Go version to 1.16.

Default plugin lookup in $PATH

The plugin lookup in $PATH has been enabled by default. This changes should improve local plugin development and testing. Furthermore the end user installation experience of plugins though package managers like Homebrew.

As a follow-up configuration property plugin.path-lookup has been deprecated.

Darwin/arm64 support

The native support for Apple's ARM64 chips has been added. All the future release will be published with the corresponding native binary.

Multicontainer support (experimental)

There's been added a new command kn container add to create Container snippets. The add command reuses all existing options flags manipulating Container know from kn service create.

In addition there's a new flag --extra-containers available for kn service create|update|apply that accepts YAML or JSON Containers to pass them to a Knative Service.

The command is marked as experimental and may change in the future releases.

Example

  The 'container add' represents utility command that prints YAML container spec to standard output. It's useful for
  multi-container use cases to create definition with help of standard 'kn' option flags. It accepts all container related
</tr></table> 

... (truncated)

Changelog

Sourced from knative.dev/client's changelog.

v0.26.0 (2021-09-22)

[cols="1,10,3", options="header", width="100%"] |=== | | Description | PR

| 🎁 | Add --env-file option to function create/update command | knative/client#1423

| ✨ | Remove DeprecatedImageDigest field | knative/client#1454

| ✨ | Reuse conflict retry loop from client-go/util/retry | knative/client#1441

|===

v0.25.0 (2021-08-10)

[cols="1,10,3", options="header", width="100%"] |=== | | Description | PR

| ✨ | Deprecate lookup-path as path lookup will always be enabled in the future | knative/client#1422

| 🎁 | Add --tls option to domain create command | knative/client#1419

| 🐛 | Fix plugin lookup for arguments with slashes | knative/client#1415

| ✨ | Lookup plugins in $PATH by default | knative/client#1412

| 🐛 | Show server error messages without any taints | knative/client#1406

| 🎁 | Add --class flag to broker create command | knative/client#1402

| 🎁 | Add darwin/arm64 support to kn

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2021
Copy link

@megaeasex megaeasex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[TASK:easegress-pr-test FAILED]megaease/easegress Pull Request 291 Deploy Test failed

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2021

Codecov Report

Merging #291 (ce32122) into main (bb1cf77) will decrease coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #291      +/-   ##
==========================================
- Coverage   80.34%   80.24%   -0.11%     
==========================================
  Files          53       53              
  Lines        5888     5888              
==========================================
- Hits         4731     4725       -6     
- Misses        899      904       +5     
- Partials      258      259       +1     
Impacted Files Coverage Δ
pkg/cluster/cluster.go 48.76% <0.00%> (-1.06%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb1cf77...ce32122. Read the comment docs.

Bumps [knative.dev/client](https://github.com/knative/client) from 0.23.1 to 0.26.0.
- [Release notes](https://github.com/knative/client/releases)
- [Changelog](https://github.com/knative/client/blob/main/CHANGELOG.adoc)
- [Commits](knative/client@v0.23.1...v0.26.0)

---
updated-dependencies:
- dependency-name: knative.dev/client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/knative.dev/client-0.26.0 branch from fe16c3b to ce32122 Compare October 12, 2021 07:36
Copy link

@megaeasex megaeasex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[TASK:easegress-pr-test SUCCESS]megaease/easegress Pull Request 291 Deploy Test Success

@haoel haoel merged commit a21a477 into main Oct 13, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/knative.dev/client-0.26.0 branch October 13, 2021 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants