[PR #137] [MERGED] feat: automated submodule update #256

Closed
opened 2026-03-15 11:56:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/137
Author: @weibenz1
Created: 2/3/2026
Status: Merged
Merged: 2/4/2026
Merged by: @weibenz1

Base: mainHead: feature-automated-botocore-update


📝 Commits (1)

  • 5cfca01 feat: automated submodule update

📊 Changes

1 file changed (+142 additions, -0 deletions)

View changed files

.github/workflows/weekly_submodule_update.yml (+142 -0)

📄 Description

Issue #, if available:
https://github.com/awslabs/iam-policy-autopilot/issues/63

Description of changes:
This PR implements the automated git submodule update. At high level, the workflow runs weekly on Sunday that does:

  1. Download latest iam-policy-autopilot from pypi and get compiled boto3/botocore datahash
  2. Pull repository and compile from source, and get the built boto3/botocore datahash
  3. compare pypi against built datahash
  4. If there's a diff, create a new branch and release it.

Note: The auto update only checkout latest tags from both submodules, rather than just latest commit in the main branch - this is how we ensure it's latest released change.

Testing & Validation:

  1. Pull request opened by bot https://github.com/weibenz1/iam-policy-autopilot/pull/5
  2. The actual build that resulted in the pull request - https://github.com/weibenz1/iam-policy-autopilot/actions/runs/21652828546

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awslabs/iam-policy-autopilot/pull/137 **Author:** [@weibenz1](https://github.com/weibenz1) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@weibenz1](https://github.com/weibenz1) **Base:** `main` ← **Head:** `feature-automated-botocore-update` --- ### 📝 Commits (1) - [`5cfca01`](https://github.com/awslabs/iam-policy-autopilot/commit/5cfca01f6e95cb869ec4f177b7d3a30826e37c7e) feat: automated submodule update ### 📊 Changes **1 file changed** (+142 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/weekly_submodule_update.yml` (+142 -0) </details> ### 📄 Description *Issue #, if available:* https://github.com/awslabs/iam-policy-autopilot/issues/63 *Description of changes:* This PR implements the automated git submodule update. At high level, the workflow runs weekly on Sunday that does: 1. Download latest `iam-policy-autopilot` from pypi and get compiled boto3/botocore datahash 2. Pull repository and compile from source, and get the built boto3/botocore datahash 3. compare pypi against built datahash 4. If there's a diff, create a new branch and release it. Note: The auto update only checkout latest tags from both submodules, rather than just latest commit in the main branch - this is how we ensure it's latest released change. Testing & Validation: 1. Pull request opened by bot https://github.com/weibenz1/iam-policy-autopilot/pull/5 2. The actual build that resulted in the pull request - https://github.com/weibenz1/iam-policy-autopilot/actions/runs/21652828546 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:56:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/iam-policy-autopilot#256
No description provided.