Skip to content

⚠️ CONFLICT! Lineage pull request for: skeleton#45

Draft
cisagovbot wants to merge 47 commits intodevelopfrom
lineage/skeleton
Draft

⚠️ CONFLICT! Lineage pull request for: skeleton#45
cisagovbot wants to merge 47 commits intodevelopfrom
lineage/skeleton

Conversation

@cisagovbot
Copy link

Lineage Pull Request: CONFLICT

Achtung!!!

Lineage has created this pull request to incorporate new changes found in an upstream repository:

Upstream repository: https://github.com/cisagov/skeleton-packer.git
Remote branch: HEAD

Check the changes in this pull request to ensure they won't cause issues with your project.

The lineage/skeleton branch has one or more unresolved merge conflicts that you must resolve before merging this pull request!

How to resolve the conflicts

  1. Take ownership of this pull request by removing any other assignees.

  2. Clone the repository locally, and reapply the merge:

    git clone git@github.com:cisagov/ubuntu-server-packer.git ubuntu-server-packer
    cd ubuntu-server-packer
    git remote add skeleton https://github.com/cisagov/skeleton-packer.git
    git remote set-url --push skeleton no_push
    git switch develop
    git switch --create lineage/skeleton --track origin/develop
    git pull skeleton HEAD
    git status
  3. Review the changes displayed by the status command. Fix any conflicts and possibly incorrect auto-merges.

  4. After resolving each of the conflicts, add your changes to the branch, commit, and push your changes:

    git add ansible/playbook.yml requirements.txt terraform-build-user/main.tf version.txt 
    git commit
    git push --force --set-upstream origin lineage/skeleton

    Note that you may append to the default merge commit message that git creates for you, but please do not delete the existing content. It provides useful information about the merge that is being performed.

  5. Wait for all the automated tests to pass.

  6. Confirm each item in the "Pre-approval checklist" below.

  7. Remove any of the checklist items that do not apply.

  8. Ensure every remaining checkbox has been checked.

  9. Mark this draft pull request "Ready for review".

✅ Pre-approval checklist

Remove any of the following that do not apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!

  • ✌️ The conflicts in this pull request have been resolved.
  • All future TODOs are captured in issues, which are referenced in code comments.
  • All relevant type-of-change labels have been added.
  • All relevant repo and/or project documentation has been updated to reflect the changes in this PR.
  • Tests have been added and/or modified to cover the changes in this PR.
  • All new and existing tests pass.
  • Bump major, minor, patch, pre-release, and/or build versions as appropriate via the bump_version script if this repository is versioned and the changes in this PR warrant a version bump.
  • Create a pre-release (necessary if and only if the pre-release version was bumped).

✅ Pre-merge checklist

Remove any of the following that do not apply. These boxes should remain unchecked until the pull request has been approved.

  • Finalize version.

✅ Post-merge checklist

Remove any of the following that do not apply.

  • Create a release (necessary if and only if the version was bumped).

Note

You are seeing this because one of this repository's maintainers has configured Lineage to open pull requests.

For more information:

🛠 Lineage configurations for this project are stored in .github/lineage.yml

📚 Read more about Lineage

mcdonnnj and others added 24 commits February 21, 2026 02:17
Now that I have two pull requests out for changes relevant to our work
it makes sense to use a branch that consolidates any changes we need.
We need to update the comment about using a branch of mcdonnnj's
terraform-docs fork to reflect that a second PR with different
functionality is now included in the branch.

Co-authored-by: Shane Frasier <jeremy.frasier@gwe.cisa.dhs.gov>
…s_branch

Change the branch we use for installing terraform-docs
This is necessary because we are now using the amazon.aws.aws_ssm
Ansible lookup plugin to pull parameters value from AWS Parameter
Store.
This is being done for testing purposes, and this change can be
reverted once cisagov/ansible-role-wazuh-agent#3 has been merged.
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 6.32.1 to 6.33.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.32.1...v6.33.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 6.32.1 to 6.33.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.32.1...v6.33.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ost-packer/hashicorp/aws-6.33.0

Bump hashicorp/aws from 6.32.1 to 6.33.0 in /terraform-post-packer
…uild-user/hashicorp/aws-6.33.0

Bump hashicorp/aws from 6.32.1 to 6.33.0 in /terraform-build-user
Lineage pull request for: skeleton
# Conflicts:
#	ansible/playbook.yml
#	requirements.txt
#	terraform-build-user/main.tf
#	version.txt
@cisagovbot cisagovbot added the upstream update This issue or pull request pulls in upstream updates label Mar 3, 2026
@github-actions github-actions bot added the version bump This issue or pull request increments the version number label Mar 3, 2026
@github-actions github-actions bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code ansible Pull requests that update Ansible code github-actions Pull requests that update GitHub Actions code labels Mar 3, 2026
jsf9k and others added 23 commits March 3, 2026 12:35
These collections are required for the amazon.aws.aws_ssm lookup
plugin and the community.general.json_query filter.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jsf9k <5521725+jsf9k@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Correct terraform-docs step name and comment to reference cisagov branch
# Conflicts:
#	ansible/requirements.yml
#	requirements.txt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Update comment to be more specific about the origin of a dependency
…axy-instructions

Update `ansible-galaxy` instructions to include installation of both roles and collections
Ensure that the Terraform AWS provider PRs are grouped together
Bumps the aws-provider group with 1 update in the /terraform-build-user directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).
Bumps the aws-provider group with 1 update in the /terraform-post-packer directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).


Updates `hashicorp/aws` from 6.33.0 to 6.35.1
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.33.0...v6.35.1)

Updates `hashicorp/aws` from 6.33.0 to 6.35.1
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.33.0...v6.35.1)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-provider
- dependency-name: hashicorp/aws
  dependency-version: 6.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-provider
...

Signed-off-by: dependabot[bot] <support@github.com>
…uild-user/aws-provider-ba6fafa386

Bump the aws-provider group across 2 directories with 1 update
# Conflicts:
#	.github/dependabot.yml
#	README.md
#	ansible/requirements.yml
@github-actions github-actions bot added the documentation This issue or pull request improves or adds to documentation label Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ansible Pull requests that update Ansible code dependencies Pull requests that update a dependency file documentation This issue or pull request improves or adds to documentation github-actions Pull requests that update GitHub Actions code terraform Pull requests that update Terraform code upstream update This issue or pull request pulls in upstream updates version bump This issue or pull request increments the version number

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants