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

Automated Release v1.2.4.10 #4587

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Automated Release v1.2.4.10 #4587

merged 1 commit into from
Apr 1, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 1, 2024

Auto-generated pull request for version 1.2.4.10.

Please use Squash and merge to include the changelog in the release message.

Changelog:

  • [Fix] Resource links in Additional documentation (4565) [Adarsh Rawat]
  • Fix broken Debian CI test badge in the README. Add Fedora and MacOS CI badge. (4569) [Abhinav kumar]
  • Small build fixes. (4564) [fruffy-g]
  • Added default action code for tc backend (4561) [Sosutha]
  • Add p4tc_filter_fields in add_entry (4559) [Komal Jain]
  • Suppress Abseil warnings. (4556) [Fabian Ruffy]
  • Add a missing nullopt check. (4560) [fruffy-g]
  • [P4Testgen] Clean up the direct extern map implementation for BMv2. (4546) [fruffy-g]
  • Support new ActionProfile annotations for P4Runtime. (4533) [Jonathan DiLorenzo]
  • Add width to parameters in const entries template definition. (4557) [Komal Jain]
  • Implict cast fix (4399) [Chris Dodd]
  • Corrected version in README.md (4555) [sumit7754]
  • Refactor Util::Enumerator (4513) [Anton Korobeynikov]
  • Add more CRC checksum variants to lib/nethash (4550) [Vladimír Štill]
  • Bump black from 24.2.0 to 24.3.0 (4551) [dependabot[bot]]
  • P4TC - Support add_on_miss, add entry externs (4522) [Komal Jain]
  • Allow constructing an IR::ID from a std::string (4549) [Chris Dodd]
  • Move the network hashes implementation from Bmv2 testgen to lib/ (4526) [Vladimír Štill]
  • Fix a warning on missing override in def use class. (4547) [fruffy-g]
  • Add policy controlling RemoveUnusedDeclarations (4528) [Chris Dodd]
  • Use Abseil system includes (4511) [Fabian Ruffy]
  • Bump softprops/action-gh-release from 1 to 2 (4545) [dependabot[bot]]
  • [documentation] Add hyperlinks to the actual directory in the README file (4531) [Adarsh Rawat]
  • Remove obsolete . (4541) [Tiago Quelhas]
  • [P4Testgen] Fix append and prepend invocation. (4306) [Fabian Ruffy]
  • Clean up P4Tools and control-plane linking. (4520) [Fabian Ruffy]
  • Midend def-use pass (4489) [Glen Gibb]
  • [docs] Sync Directory structure of P4tools (4516) [Adarsh Rawat]
  • Preserve annotations on functions properly (4532) [Chris Dodd]
  • Add ninja as a default build system for some runners. (4491) [Fabian Ruffy]
  • Extend parser to allow parentheses in lvalues (4530) [Nate Foster]
  • tc_may_override annotation implementation (4529) [Sosutha]
  • tc struct fields addition and memory initialization (4524) [Sosutha]
  • Allow annotations on functions (4452) [Chris Dodd]
  • Add 4 digit uid to dump file names (4509) [Chris Dodd]
  • help compiler folding for divideFloor/moduloFloor (4512) [Glen Gibb]
  • gc: implement posix_memalign. (4508) [Chris Dodd]
  • [docs] subdirectories and description for control plane (4506) [Sanket Teli]
  • Bump softprops/action-gh-release from 1 to 2 (4518) [dependabot[bot]]
  • YAML formatting from Redhead YAML language server. (4521) [Fabian Ruffy]
  • [Docs] Added tools to directory structure (4504) [Adarsh Rawat]
  • [docs] Add Backend to directory structure (4503) [Adarsh Rawat]
  • Fix broken MacOS and Ubuntu18.04 runs. (4517) [Fabian Ruffy]
  • Update formatters (clang-format, isort, black) (4515) [Fabian Ruffy]
  • HalfOpenRange/ClosedRange classes (4496) [Glen Gibb]
  • Link bazel badge to the bazel build ci (4505) [Sanket Teli]
  • Build P4Testgen on MacOS. (4492) [Fabian Ruffy]
  • Replace boost string algorithms with their abseil counterparts (4482) [Anton Korobeynikov]
  • Move CI Mac and Fedora tests to separate test runs. (4495) [Fabian Ruffy]
  • Open up the Z3 api. (4322) [Fabian Ruffy]
  • fix comment typo (4498) [Kyle Cripps]
  • restore underscore after DISABLED in test name (4497) [Glen Gibb]
  • warn on unused controls/parsers (4440) [Glen Gibb]
  • [P4Testgen] Add a rudimentary P4Testgen benchmark with via GTest. (4475) [Fabian Ruffy]

Changelog:
- [Fix] Resource links in Additional documentation (4565) [Adarsh Rawat]
- Fix broken Debian CI test badge in the README. Add Fedora and MacOS CI badge.  (4569) [Abhinav kumar]
- Small build fixes. (4564) [fruffy-g]
- Added default action code for tc backend (4561) [Sosutha]
- Add p4tc_filter_fields in add_entry (4559) [Komal Jain]
- Suppress Abseil warnings. (4556) [Fabian Ruffy]
- Add a missing nullopt check. (4560) [fruffy-g]
- [P4Testgen] Clean up the direct extern map implementation for BMv2. (4546) [fruffy-g]
- Support new ActionProfile annotations for P4Runtime. (4533) [Jonathan DiLorenzo]
- Add width to parameters in const entries template definition. (4557) [Komal Jain]
- Implict cast fix (4399) [Chris Dodd]
- Corrected version in README.md (4555) [sumit7754]
- Refactor Util::Enumerator (4513) [Anton Korobeynikov]
- Add more CRC checksum variants to lib/nethash (4550) [Vladimír Štill]
- Bump black from 24.2.0 to 24.3.0 (4551) [dependabot[bot]]
- P4TC - Support add_on_miss, add entry externs (4522) [Komal Jain]
- Allow constructing an IR::ID from a std::string (4549) [Chris Dodd]
- Move the network hashes implementation from Bmv2 testgen to lib/ (4526) [Vladimír Štill]
- Fix a warning on missing override in def use class. (4547) [fruffy-g]
- Add policy controlling RemoveUnusedDeclarations (4528) [Chris Dodd]
- Use Abseil system includes (4511) [Fabian Ruffy]
- Bump softprops/action-gh-release from 1 to 2 (4545) [dependabot[bot]]
- [documentation] Add hyperlinks to the actual directory in the README file (4531) [Adarsh Rawat]
- Remove obsolete . (4541) [Tiago Quelhas]
- [P4Testgen] Fix append and prepend invocation. (4306) [Fabian Ruffy]
- Clean up P4Tools and control-plane linking. (4520) [Fabian Ruffy]
- Midend def-use pass (4489) [Glen Gibb]
- [docs] Sync Directory structure of P4tools  (4516) [Adarsh Rawat]
- Preserve annotations on functions properly (4532) [Chris Dodd]
- Add ninja as a default build system for some runners. (4491) [Fabian Ruffy]
- Extend parser to allow parentheses in lvalues (4530) [Nate Foster]
- tc_may_override annotation implementation (4529) [Sosutha]
- tc struct fields addition and memory initialization (4524) [Sosutha]
- Allow annotations on functions (4452) [Chris Dodd]
- Add 4 digit uid to dump file names (4509) [Chris Dodd]
- help compiler folding for divideFloor/moduloFloor (4512) [Glen Gibb]
- gc: implement posix_memalign. (4508) [Chris Dodd]
- [docs] subdirectories and description for control plane (4506) [Sanket Teli]
- Bump softprops/action-gh-release from 1 to 2 (4518) [dependabot[bot]]
-  YAML formatting from Redhead YAML language server. (4521) [Fabian Ruffy]
- [Docs] Added tools to directory structure (4504) [Adarsh Rawat]
-  [docs] Add Backend to directory structure (4503) [Adarsh Rawat]
- Fix broken MacOS and Ubuntu18.04 runs.  (4517) [Fabian Ruffy]
- Update formatters (clang-format, isort, black) (4515) [Fabian Ruffy]
- HalfOpenRange/ClosedRange classes (4496) [Glen Gibb]
- Link bazel badge to the bazel build ci (4505) [Sanket Teli]
- Build P4Testgen on MacOS. (4492) [Fabian Ruffy]
- Replace boost string algorithms with their abseil counterparts (4482) [Anton Korobeynikov]
- Move CI Mac and Fedora tests to separate test runs. (4495) [Fabian Ruffy]
- Open up the Z3 api. (4322) [Fabian Ruffy]
- fix comment typo (4498) [Kyle Cripps]
- restore underscore after DISABLED in test name (4497) [Glen Gibb]
- warn on unused controls/parsers (4440) [Glen Gibb]
- [P4Testgen] Add a rudimentary P4Testgen benchmark with via GTest. (4475) [Fabian Ruffy]
@fruffy fruffy enabled auto-merge April 1, 2024 17:39
@fruffy fruffy added this pull request to the merge queue Apr 1, 2024
Merged via the queue into main with commit 0654810 Apr 1, 2024
17 checks passed
@fruffy fruffy deleted the v1.2.4.10 branch April 1, 2024 19:53
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.

3 participants