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 Features/CONFIG from 2.0.0 to 2.0.2 #714

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

ProjectMuBot
Copy link
Collaborator

@ProjectMuBot ProjectMuBot commented Sep 23, 2023

Bumps Features/CONFIG from 2.0.0 to 2.0.2

Introduces 15 new commits in Features/CONFIG.

Commits
  • f7351f GitHub Action: Bump actions/checkout from 3 to 4 (#233)
  • 237279 pip: bump antlr4-python3-runtime from 4.13.0 to 4.13.1 (#234)
  • 367270 pip: bump pytest from 7.4.0 to 7.4.1 (#236)
  • f768b8 pip: bump pytest-html from 3.2.0 to 4.0.0 (#235)
  • 070a9d pip: bump edk2-pytool-extensions from 0.24.0 to 0.24.1 (#239)
  • c84843 pip: bump pytest-html from 4.0.0 to 4.0.1 (#238)
  • 81fad9 pip: bump pytest from 7.4.1 to 7.4.2 (#240)
  • 8c0e50 Repo File Sync: Update CodeQL GitHub workflow (#242)
  • 4da0c0 Updated auto-gen script to accept cache for policy values (#244)
  • 12e78e pip: bump pytest-html from 4.0.1 to 4.0.2 (#246)
  • fc2997 .pytool/CISettings.py: Update from 202208 to 202302 (#247)
  • 757719 pip: bump edk2-pytool-library from 0.17.0 to 0.18.0 (#245)
  • e58f76 Repo File Sync: Add cargo ecosystem to dependabot config (#248)
  • e75813 pip: bump xmlschema from 2.4.0 to 2.5.0 (#250)
  • 0e8b98 SetupDataPkg: Fix GCC failure in KnobService.py (#251)

Signed-off-by: Project Mu Bot mubot@microsoft.com

@ProjectMuBot ProjectMuBot added type:dependencies Pull requests that update a dependency file type:submodules Pull requests that update submodules labels Sep 23, 2023
@kuqin12 kuqin12 self-assigned this Sep 25, 2023
@kuqin12
Copy link
Contributor

kuqin12 commented Sep 25, 2023

Taking a look at the build failure now.

@makubacki
Copy link
Member

Taking a look at the build failure now.

I actually have a fix I'm verifying now. Just changing some types.

@kuqin12
Copy link
Contributor

kuqin12 commented Sep 25, 2023

Taking a look at the build failure now.

I actually have a fix I'm verifying now. Just changing some types.

Thanks! I will hold off then. Please let me know if you need votes on the fix in mu_feature_config.

@makubacki
Copy link
Member

Taking a look at the build failure now.

I actually have a fix I'm verifying now. Just changing some types.

Thanks! I will hold off then. Please let me know if you need votes on the fix in mu_feature_config.

This worked for me locally on GCC5:

microsoft/mu_feature_config#251

@makubacki makubacki changed the title Bump Features/CONFIG from 2.0.0 to 2.0.1 Bump Features/CONFIG from 2.0.0 to 2.0.2 Sep 25, 2023
@makubacki
Copy link
Member

Updated PR to move to v2.0.2 to pick up the bug fix.

ProjectMuBot and others added 2 commits September 25, 2023 19:21
Introduces 14 new commits in [Features/CONFIG](https://github.com/microsoft/mu_feature_config.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/f7351fb88d5eba6d809f58aff216ff5009f12f5b">f7351f</a> GitHub Action: Bump actions/checkout from 3 to 4 (<a href="https://github.com/microsoft/mu_feature_config/pull/233">#233</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/237279c740d967f2b399722a3ea6f6b24942e90e">237279</a> pip: bump antlr4-python3-runtime from 4.13.0 to 4.13.1 (<a href="https://github.com/microsoft/mu_feature_config/pull/234">#234</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/3672705455cf5624516e3254cc7539089ac910de">367270</a> pip: bump pytest from 7.4.0 to 7.4.1 (<a href="https://github.com/microsoft/mu_feature_config/pull/236">#236</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/f768b8ad120c4191d4a5e14b24f5264ffedc69bd">f768b8</a> pip: bump pytest-html from 3.2.0 to 4.0.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/235">#235</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/070a9d7af9123c57dea33db16d98d02c2d58ef21">070a9d</a> pip: bump edk2-pytool-extensions from 0.24.0 to 0.24.1 (<a href="https://github.com/microsoft/mu_feature_config/pull/239">#239</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/c8484375646407e87f826d147739babcbc8c5e6e">c84843</a> pip: bump pytest-html from 4.0.0 to 4.0.1 (<a href="https://github.com/microsoft/mu_feature_config/pull/238">#238</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/81fad9a8505717b902f6279bb35c766a33072abd">81fad9</a> pip: bump pytest from 7.4.1 to 7.4.2 (<a href="https://github.com/microsoft/mu_feature_config/pull/240">#240</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/8c0e50b5c8a443a0395d7bf2ac7948d0e5489f1e">8c0e50</a> Repo File Sync: Update CodeQL GitHub workflow (<a href="https://github.com/microsoft/mu_feature_config/pull/242">#242</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/4da0c03d73815b096e828c5034287003acce8b29">4da0c0</a> Updated auto-gen script to accept cache for policy values (<a href="https://github.com/microsoft/mu_feature_config/pull/244">#244</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/12e78e168e8fa433bf1b17bc9426d5a0769b9d8d">12e78e</a> pip: bump pytest-html from 4.0.1 to 4.0.2 (<a href="https://github.com/microsoft/mu_feature_config/pull/246">#246</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/fc299772f5068855818dc9bcc206228c38f8e7c8">fc2997</a> .pytool/CISettings.py: Update from 202208 to 202302 (<a href="https://github.com/microsoft/mu_feature_config/pull/247">#247</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/757719ae2f2709f4c5c62a3d57c27c9d3831f554">757719</a> pip: bump edk2-pytool-library from 0.17.0 to 0.18.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/245">#245</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/e58f76b437ced0e2fe73f1768eb97625e541adfd">e58f76</a> Repo File Sync: Add cargo ecosystem to dependabot config (<a href="https://github.com/microsoft/mu_feature_config/pull/248">#248</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/e75813037e402ae992e4a21ff0f1d9b93458d4c8">e75813</a> pip: bump xmlschema from 2.4.0 to 2.5.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/250">#250</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
@makubacki makubacki force-pushed the projectmubot/submodules/mu_feature_config/2.0.1 branch from 8812d26 to b957a30 Compare September 25, 2023 23:21
@makubacki makubacki assigned makubacki and unassigned kuqin12 Sep 25, 2023
@makubacki makubacki merged commit 50d3add into main Sep 26, 2023
32 checks passed
@makubacki makubacki deleted the projectmubot/submodules/mu_feature_config/2.0.1 branch September 26, 2023 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Pull requests that update a dependency file type:submodules Pull requests that update submodules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants