nlamirault / terraform-digitalocean-doks

Terraform module for Digital Ocean Kubernetes (DOKS)
8 stars 8 forks source link

Update cirrus-actions/rebase action to v1.8 #31

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cirrus-actions/rebase action minor 1.7 -> 1.8

Release Notes

cirrus-actions/rebase ### [`v1.8`](https://togithub.com/cirrus-actions/rebase/releases/tag/1.8) [Compare Source](https://togithub.com/cirrus-actions/rebase/compare/1.7...1.8) #### What's Changed - docs: Fix errors in the example in README.md ([#​1](https://togithub.com/cirrus-actions/rebase/issues/1)) by [@​martolini](https://togithub.com/martolini) in [https://github.com/cirrus-actions/rebase/pull/98](https://togithub.com/cirrus-actions/rebase/pull/98) - `runs-on` property missing. by [@​dim0627](https://togithub.com/dim0627) in [https://github.com/cirrus-actions/rebase/pull/102](https://togithub.com/cirrus-actions/rebase/pull/102) - fix(chore): bugs autosquash always set true by [@​adeherysh](https://togithub.com/adeherysh) in [https://github.com/cirrus-actions/rebase/pull/103](https://togithub.com/cirrus-actions/rebase/pull/103) #### New Contributors - [@​martolini](https://togithub.com/martolini) made their first contribution in [https://github.com/cirrus-actions/rebase/pull/98](https://togithub.com/cirrus-actions/rebase/pull/98) - [@​dim0627](https://togithub.com/dim0627) made their first contribution in [https://github.com/cirrus-actions/rebase/pull/102](https://togithub.com/cirrus-actions/rebase/pull/102) - [@​adeherysh](https://togithub.com/adeherysh) made their first contribution in [https://github.com/cirrus-actions/rebase/pull/103](https://togithub.com/cirrus-actions/rebase/pull/103) **Full Changelog**: https://github.com/cirrus-actions/rebase/compare/1.7...1.8

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

Terraform Security Scan Failed

Show Output ```hcl Result #1 MEDIUM Surge upgrades are disabled in your Kubernetes cluster. Please enable this feature. ──────────────────────────────────────────────────────────────────────────────── cluster.tf:15-40 ──────────────────────────────────────────────────────────────────────────────── 15 β”Œ resource "digitalocean_kubernetes_cluster" "k8s" { 16 β”‚ name = var.cluster_name 17 β”‚ region = var.region 18 β”‚ version = data.digitalocean_kubernetes_versions.k8s.latest_version 19 β”‚ #var.kubernetes_version 20 β”‚ 21 β”‚ vpc_uuid = var.vpc_uuid 22 β”‚ auto_upgrade = var.auto_upgrade 23 β”” tags = var.tags .. ──────────────────────────────────────────────────────────────────────────────── ID digitalocean-compute-surge-upgrades-not-enabled Impact Upgrades may influence availability of your Kubernetes cluster Resolution Enable surge upgrades in your Kubernetes cluster More Information - https://aquasecurity.github.io/tfsec/latest/checks/digitalocean/compute/surge-upgrades-not-enabled/ - https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/kubernetes_cluster#surge_upgrade ──────────────────────────────────────────────────────────────────────────────── timings ────────────────────────────────────────── disk i/o 175.3Β΅s parsing 1.517405ms adaptation 131.3Β΅s checks 12.070242ms total 13.894247ms counts ────────────────────────────────────────── modules downloaded 0 modules processed 1 blocks processed 21 files read 5 results ────────────────────────────────────────── passed 3 ignored 0 critical 0 high 0 medium 1 low 0 3 passed, 1 potential problem(s) detected. ```