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

Add v1.4.0 comments to protobufs - fix https://github.com/p4lang/p4runtime/issues/487 #490

Merged

Conversation

chrispsommers
Copy link
Collaborator

This adds to staged version-1.4.0-rc branch which will be merged to main when we're ready to declare a 1.4.0 tag.

  • Added comments to proto files with "Added in v1.4.0" or "Deprecated in v1.4.0" as needed.
    I used the following commands to create a temp working file to examine changes since tagged version 1.3.0:
git diff v1.3.0 HEAD proto/p4/config/v1/*.proto > v1.3.0_diff.txt
git diff v1.3.0 HEAD proto/p4/v1/*.proto >> v1.3.0_diff.txt

Copy link
Contributor

@jafingerhut jafingerhut left a comment

Choose a reason for hiding this comment

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

I have not done the same diff command to ensure that these changes are complete, but all of them in the diff look good to me.

@chrispsommers chrispsommers merged commit f0123f7 into p4lang:version-1.4.0-rc Aug 6, 2024
@chrispsommers chrispsommers deleted the add-v1.4.0-comments branch September 3, 2024 22:30
chrispsommers added a commit to chrispsommers/p4runtime that referenced this pull request Sep 4, 2024
* Added missing "Added/deprecated in v1.4.0" comments per convention.

* Added missing "Added/deprecated in v1.4.0" comments per convention.

* Refresh generated go files.
chrispsommers added a commit to chrispsommers/p4runtime that referenced this pull request Sep 4, 2024
* Added missing "Added/deprecated in v1.4.0" comments per convention.

* Added missing "Added/deprecated in v1.4.0" comments per convention.

* Refresh generated go files.

Signed-off-by: chris <chris.sommers@keysight.com>
chrispsommers added a commit to chrispsommers/p4runtime that referenced this pull request Sep 16, 2024
* Added missing "Added/deprecated in v1.4.0" comments per convention.

* Added missing "Added/deprecated in v1.4.0" comments per convention.

* Refresh generated go files.

Signed-off-by: chris <chris.sommers@keysight.com>
chrispsommers added a commit that referenced this pull request Sep 16, 2024
* Add v1.4.0 comments to protobufs - fix #487 (#490)

* Added missing "Added/deprecated in v1.4.0" comments per convention.

* Added missing "Added/deprecated in v1.4.0" comments per convention.

* Refresh generated go files.

Signed-off-by: chris <chris.sommers@keysight.com>

* Update Bazel example to point to 1.4.0 (#493)

Signed-off-by: Steffen Smolka <smolkaj@google.com>
Signed-off-by: chris <chris.sommers@keysight.com>

* Regenerate rust code.

Signed-off-by: chris <chris.sommers@keysight.com>

---------

Signed-off-by: chris <chris.sommers@keysight.com>
Signed-off-by: Steffen Smolka <smolkaj@google.com>
Co-authored-by: Steffen Smolka <smolkaj@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants