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 bastion_linux::modernisation-platform-terraform-bastion-linux from 4.0.0 to 4.1.2 in /terraform/environments/xhibit-portal #4879

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2024

Bumps bastion_linux::modernisation-platform-terraform-bastion-linux from 4.0.0 to 4.1.2.

Release notes

Sourced from bastion_linux::modernisation-platform-terraform-bastion-linux's releases.

v4.1.2

What's New

The variables "bucket_versioning" and "bucket_force_destroy" have been removed as they are set to true in the module. As they're redundant the tflint action was failing.

NOTE - Do not use switch to this version for an existing implementation of a bastion using this module as the changes could result in the stack's deletion & recreation.

What's Changed

New Contributors

Full Changelog: ministryofjustice/modernisation-platform-terraform-bastion-linux@v4.1.1...v4.1.2

v4.1.1

What's New

Incorrectly positioned variables for scale up and scale down times have been repositioned

What's Changed

Full Changelog: ministryofjustice/modernisation-platform-terraform-bastion-linux@v4.1.0...v4.1.1

v4.1.0

What's New

Users can now set customisable schedules for their bastion, through supplying the var.autoscaling_cron variable. By default, this variable is set as follows:

variable "autoscaling_cron" {
  description = "Cron expressions for scale up and scale down"
  type        = map(string)
  default = {
    "up"   = "0 5 * * *"  # 5.00 UTC or 6.00 BST
    "down" = "0 20 * * *" # 20.00 UTC or 21.00 BST
  }
}

What's Changed

... (truncated)

Commits
  • 4ef702f Merge pull request #359 from ministryofjustice/issue/6114
  • 0c4f0dc Commit changes made by code formatters
  • 87fc7c9 Removes "bucket_versioning" and "bucket_force_versioning" from unit test.
  • 09a716c terraform-docs: automated action
  • aac7128 Removes "bucket_versioning & "bucket_force_destroy" vars as per issue #6114.
  • 6fc8ff5 Merge pull request #358 from ministryofjustice/dependabot/github_actions/brid...
  • b31c396 Build(deps): bump bridgecrewio/checkov-action
  • 1650226 Merge pull request #357 from ministryofjustice/dependabot/github_actions/brid...
  • 08c1855 Build(deps): bump bridgecrewio/checkov-action
  • 0bb6c93 Merge pull request #350 from ministryofjustice/custom-name-option
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bastion_linux::modernisation-platform-terraform-bastion-linux](https://github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux) from 4.0.0 to 4.1.2.
- [Release notes](https://github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux/releases)
- [Commits](ministryofjustice/modernisation-platform-terraform-bastion-linux@v4.0.0...v4.1.2)

---
updated-dependencies:
- dependency-name: bastion_linux::github::ministryofjustice/modernisation-platform-terraform-bastion-linux::v4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 7, 2024 00:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2024
@dependabot dependabot bot requested a review from a team as a code owner February 7, 2024 00:12
@dependabot dependabot bot added the terraform Pull requests that update Terraform code label Feb 7, 2024
@dependabot dependabot bot requested a review from a team as a code owner February 7, 2024 00:12
@github-actions github-actions bot added the environments-repository Used to exclude PRs from this repo in our Slack PR update label Feb 7, 2024
Copy link
Contributor

github-actions bot commented Feb 7, 2024

TFSEC Scan Success

Show Output ```hcl

TFSEC will check the following folders:

</details> #### `Checkov Scan` Success
<details><summary>Show Output</summary>

```hcl

*****************************

Checkov will check the following folders:

CTFLint Scan Success

Show Output
*****************************

Setting default tflint config...
Running tflint --init...
Installing "terraform" plugin...
Installed "terraform" (source: github.com/terraform-linters/tflint-ruleset-terraform, version: 0.5.0)
tflint will check the following folders:

Trivy Scan

Show Output

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #4919.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/terraform/terraform/environments/xhibit-portal/bastion_linux--github--ministryofjustice/modernisation-platform-terraform-bastion-linux--v4.0.0-4.1.2 branch February 12, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file environments-repository Used to exclude PRs from this repo in our Slack PR update terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants