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 github.com/p4lang/p4runtime from 1.4.0-rc.5 to 1.4.1 #271

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps github.com/p4lang/p4runtime from 1.4.0-rc.5 to 1.4.1.

Release notes

Sourced from github.com/p4lang/p4runtime's releases.

P4Runtime Release v1.4.1

Changes in v1.4.1

No content changes; tag was incremented only.

Changes in v1.4.0

  • Actions

    • Fix invalid action_profile_id in the One Shot Action Selector Programming example.
    • Specify that max_group_size must be less than or equal to size for Action Selectors.
    • Add a selector_size_semantics field to the ActionProfile message in P4Info.
  • Controller Sessions, Roles, Arbitration:

    • Clarify controller session establishment, maintenance, role and arbitration
    • Simplify specification for arbitration updates for which there is no change to the controller's election_id; in particular, a "no-op" arbitration update from a primary controller (the controller already was, and remains, the primary controller) is essentially treated the same way as an arbitration update which leads to the election of a new primary controller.
    • Add support for string role identifiers and deprecate integer role identifiers.
    • Add support for specifying a role in ReadRequest messages: if present, only entities belonging to this specific role are returned.
    • Clarify that the (device_id, role, election_id) 3-tuples are only unique for live controllers.
  • Generated code

    • Enable C++ Arena Allocation [@​ArenaAllocation] by default in p4runtime.proto.
    • Added Rust code generation
  • Meters

    • Add a Type field to the MeterSpec message allowing users to restrict the type of meters that can be used for a table and a new eburst field to the MeterConfig message for use with one of the new MeterSpec types. See section on Meter & DirectMeter.
    • Defined new meter annotations @two_rate_three_color, @single_rate_two_color, @single_rate_three_color
    • Enable P4Runtime servers to provide per-color counter values when direct or indirect meter entries are read.
  • Miscellaneous

    • Add a PlatformProperties message specifying desired underlying platform properties to the PkgInfo message.
    • Specify Read behavior in the absence of a P4Info (ForwardingPipelineConfig not set yet).
    • Clarify that for updates of type INSERT, error codes other than INVALID_ARGUMENT can be returned when applicable.

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/p4lang/p4runtime](https://github.com/p4lang/p4runtime) from 1.4.0-rc.5 to 1.4.1.
- [Release notes](https://github.com/p4lang/p4runtime/releases)
- [Commits](p4lang/p4runtime@v1.4.0-rc.5...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/p4lang/p4runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 4, 2024
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.

0 participants