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.0 in /terraform/environments/xhibit-portal #3729

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

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

Release notes

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

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

New Contributors

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

Commits
  • 5d862d5 Allow customisable cron expression for bastion scale up/down schedules (#276)
  • 3dc3689 Merge pull request #277 from ministryofjustice/dependabot/github_actions/acti...
  • 0e8a1cd Merge pull request #278 from ministryofjustice/dependabot/github_actions/brid...
  • 3ecfa96 Bump bridgecrewio/checkov-action from 12.2530.0 to 12.2531.0
  • 8130070 Bump actions/checkout from 4.1.0 to 4.1.1
  • b922c8c Merge pull request #275 from ministryofjustice/fix/checkov-errors-#4872
  • 0919ffb Commit changes made by code formatters
  • 84d2af4 terraform-docs: automated action
  • bfd411a Merge branch 'main' into fix/checkov-errors-#4872
  • 57590fa Pinted to latest s3-bucket release and stopped a KMS checkov - CKV2_AWS_64 - ...
  • 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.0.
- [Release notes](https://github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux/releases)
- [Commits](ministryofjustice/modernisation-platform-terraform-bastion-linux@v4.0.0...v4.1.0)

---
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] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners October 19, 2023 01:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 19, 2023
@github-actions github-actions bot added the environments-repository Used to exclude PRs from this repo in our Slack PR update label Oct 19, 2023
@github-actions
Copy link
Contributor

TFSEC Scan Success

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

TFSEC will check the following folders:

Checkov Scan Success

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

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.2.1)
tflint will check the following folders:

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

Superseded by #3831.

@dependabot dependabot bot closed this Oct 31, 2023
@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.0 branch October 31, 2023 00:48
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