Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2023
1 parent d91dcb6 commit ad90c7a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness
# renovate: datasource=github-tags depName=defenseunicorns/build-harness
BUILD_HARNESS_VERSION=1.7.0
BUILD_HARNESS_VERSION=1.8.0
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ repos:
args:
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.7.0
rev: 36.10.0
hooks:
- id: renovate-config-validator
10 changes: 5 additions & 5 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
adr-tools 3.0.0
awscli 2.13.0
checkov 2.3.234
golang 1.20.5
awscli 2.13.1
checkov 2.3.331
golang 1.20.6
golangci-lint 1.53.3
pre-commit 3.3.3
terraform 1.5.2
terraform 1.5.3
terraform-docs 0.16.0
tflint 0.47.0
tfsec 1.28.1
# renovate: datasource=github-tags depName=defenseunicorns/zarf
zarf 0.28.1
zarf 0.28.2
8 changes: 4 additions & 4 deletions examples/complete/fixtures.common.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ secondary_cidr_blocks = ["100.64.0.0/16"] #https://aws.amazon.com/blogs/containe
bastion_ssh_user = "ec2-user" # local user in bastion used to ssh
bastion_ssh_password = "my-password"
# renovate: datasource=github-tags depName=defenseunicorns/zarf
zarf_version = "v0.26.3"
zarf_version = "v0.28.2"

###########################################################
#################### EKS Config ###########################
Expand Down Expand Up @@ -99,7 +99,7 @@ enable_cluster_autoscaler = true
cluster_autoscaler_helm_config = {
wait = false
# renovate: datasource=github-tags depName=kubernetes/autoscaler extractVersion=^cluster-autoscaler-chart-(?<version>.*)$
version = "v9.28.0"
version = "v9.29.1"
set = [
{
name = "extraArgs.expander"
Expand All @@ -108,7 +108,7 @@ cluster_autoscaler_helm_config = {
{
name = "image.tag"
# renovate: datasource=github-tags depName=kubernetes/autoscaler extractVersion=^cluster-autoscaler-(?<version>.*)$
value = "v1.27.1"
value = "v1.27.2"
}
]
}
Expand All @@ -124,7 +124,7 @@ enable_calico = true
calico_helm_config = {
wait = false
# renovate: datasource=github-tags depName=projectcalico/calico
version = "v3.25.1"
version = "v3.26.1"
}

######################################################
Expand Down
4 changes: 2 additions & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ locals {
####################### VPC ###############################

module "vpc" {
source = "git::https://github.com/defenseunicorns/terraform-aws-uds-vpc.git?ref=v0.0.2-alpha"
source = "git::https://github.com/defenseunicorns/terraform-aws-uds-vpc.git?ref=v0.0.2"

name = local.vpc_name
vpc_cidr = var.vpc_cidr
Expand Down Expand Up @@ -270,7 +270,7 @@ module "bastion" {
###########################################################
################### EKS Cluster ###########################
module "eks" {
source = "git::https://github.com/defenseunicorns/terraform-aws-uds-eks.git?ref=v0.0.1-alpha"
source = "git::https://github.com/defenseunicorns/terraform-aws-uds-eks.git?ref=v0.0.2"

name = local.cluster_name
aws_region = var.region
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/defenseunicorns/delivery-aws-iac
go 1.20

require (
github.com/aws/aws-sdk-go v1.44.299
github.com/aws/aws-sdk-go v1.44.302
github.com/gruntwork-io/terratest v0.43.8
github.com/stretchr/testify v1.8.4
k8s.io/api v0.27.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ github.com/aws/aws-sdk-go v1.44.293 h1:oBPrQqsyMYe61Sl/xKVvQFflXjPwYH11aKi8QR3Nh
github.com/aws/aws-sdk-go v1.44.293/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.44.299 h1:HVD9lU4CAFHGxleMJp95FV/sRhtg7P4miHD1v88JAQk=
github.com/aws/aws-sdk-go v1.44.299/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.44.302 h1:ST3ko6GrJKn3Xi+nAvxjG3uk/V1pW8KC52WLeIxqqNk=
github.com/aws/aws-sdk-go v1.44.302/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down
2 changes: 1 addition & 1 deletion modules/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data "aws_caller_identity" "current" {}


module "password_lambda" {
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v5.0.0"
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v5.3.0"
function_name = "${var.name_prefix}-password-function-${var.random_id}"
count = var.enable_password_rotation_lambda ? 1 : 0
description = "Lambda Function that performs password rotation on ec2 windows and linux"
Expand Down

0 comments on commit ad90c7a

Please sign in to comment.