Skip to content

Commit

Permalink
Merge branch 'main' into renovate/gruntwork-io-terragrunt-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR authored Nov 17, 2023
2 parents 0981296 + bd5fa0c commit ec1f4e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packer-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup packer
uses: hashicorp/setup-packer@v2.0.0
uses: hashicorp/setup-packer@v2.0.1
id: setup
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ collections:
- name: ansible.posix
version: "1.5.4"
- name: community.general
version: "7.4.0"
version: "7.5.1"
- name: community.crypto
version: "2.15.1"
- name: community.postgresql
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/argocd/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# datasource=github-tags depName=argoproj/argo-cd
argocd_version: "v2.9.0"
argocd_version: "v2.9.1"
# datasource=github-tags depName=argoproj/argo-helm
argocd_chart_version: "5.46.4"
argocd_force_install: false
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/kubectl/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# datasource=github-tags depName=kubernetes/kubernetes
kubectl_repo_version: "v1.28.3"
kubectl_repo_version: "v1.28.4"
# kubectl_version:
kubectl_package_state: latest
2 changes: 1 addition & 1 deletion argocd/stakater/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ helmCharts:
releaseName: stakater
namespace: stakater
repo: https://stakater.github.io/stakater-charts
version: 1.0.51
version: 1.0.52
valuesFile: values.yaml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform = [
"paramiko==3.3.1"
]
octodns = [
"octodns==1.2.1",
"octodns==1.3.0",
"octodns_scaleway==0.0.3"
]

Expand Down

0 comments on commit ec1f4e7

Please sign in to comment.