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

chore: Remove remaining modules from project, update workflows now that modules are removed #1699

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

bryantbiggs
Copy link
Contributor

Description

  • Remove remaining modules from project
  • Update (simplify) workflows now that modules are removed; CI checks should run faster now 🎉

Motivation and Context

How was this change tested?

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I have updated the docs for this feature
  • Yes, I ran pre-commit run -a with this PR

Additional Notes

@bryantbiggs bryantbiggs requested a review from a team as a code owner July 24, 2023 23:27
tflint-version: ${{ env.TFLINT_VERSION }}
args: 'terraform_validate --color=always --show-diff-on-failure --files $(ls *.tf)'

preCommitMaxVersion:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was running pre-commit run -a from the root of the project. Now we are running this per pattern which means we can remove this and also speed up the CI checks

@bryantbiggs bryantbiggs force-pushed the chore/remove-modules branch from 559c444 to 1537a77 Compare July 24, 2023 23:30
@bryantbiggs bryantbiggs temporarily deployed to EKS Blueprints Test July 24, 2023 23:30 — with GitHub Actions Inactive
@bryantbiggs bryantbiggs temporarily deployed to EKS Blueprints Test July 25, 2023 20:08 — with GitHub Actions Inactive
@bryantbiggs bryantbiggs merged commit a1de62c into main Jul 31, 2023
@bryantbiggs bryantbiggs deleted the chore/remove-modules branch July 31, 2023 12:10
jzanillo added a commit to relay-delivery/terraform-aws-eks-blueprints that referenced this pull request Aug 2, 2023
…s now that modules are removed (aws-ia#1699)"

This reverts commit a1de62c.
jzanillo added a commit to relay-delivery/terraform-aws-eks-blueprints that referenced this pull request Aug 2, 2023
ananth102 added a commit to awslabs/kubeflow-manifests that referenced this pull request Aug 8, 2023
**Which issue is resolved by this Pull Request:**

Terraform deployments are not working because eks blueprints before
v4.32.1 did not pin their version in the main.tf file. As a result
terraform pulled the modules from the main branch. Last week eks
blueprints removed the modules as part of their refactoring effort which
breaks any version before v4.32.1.

Further reading:

aws-ia/terraform-aws-eks-blueprints#1699

aws-ia/terraform-aws-eks-blueprints#1630 (comment)

**Description of your changes:**

Upgrade terraform-aws-eks-blueprints from `v4.31.0` to `v4.32.1`

**Testing:**
- [ ] Unit tests pass
- [x] e2e tests pass
- Details about new tests (If this PR adds a new feature)
- Details about any manual tests performed

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
rodrigobersa pushed a commit that referenced this pull request Aug 9, 2023
rodrigobersa added a commit that referenced this pull request Aug 9, 2023
chore(deps): Bump github/codeql-action from 2.21.0 to 2.21.1 (#1703)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

fix: Correct doc name for privatelink example (#1704)

chore: Clean up of the README (#1705)

chore(deps): Bump github/codeql-action from 2.21.1 to 2.21.2 (#1706)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore: Remove remaining modules from project, update workflows now that modules are removed (#1699)

fix: Change EKS addons to use EKS Blueprint addons module (#1718)

chore(deps): Bump github/codeql-action from 2.21.2 to 2.21.3 (#1720)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Adding `README`. Running `pre-commit`

Adding example

Adding `README`. Running `pre-commit`
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