Compare commits
20 Commits
39125787db
...
master
Author | SHA1 | Date | |
---|---|---|---|
aeaecc7598 | |||
fed6a38b31 | |||
643c466a12 | |||
0fec31e627 | |||
dbcd37e0c2 | |||
588d98369c | |||
bf65353a10 | |||
8890fd19c6 | |||
a6c70aa338 | |||
55a45e6a12 | |||
ba385cad7a | |||
f2feb28cee | |||
728ae8ebe0 | |||
267fc43a26 | |||
4460c77425 | |||
bdf417bde5 | |||
ac6e12a7d1
|
|||
ad8da7b669
|
|||
e23167ec77 | |||
ca2b9217fb |
9
.drone.yml
Executable file
9
.drone.yml
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: "test"
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
|
||||||
|
commands:
|
||||||
|
- echo 'Run tests'
|
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
validate-packer:
|
validate-packer:
|
||||||
name: 'Validate Packer configuration'
|
name: 'Validate Packer configuration'
|
||||||
runs-on: 'ubuntu-20.04'
|
runs-on: 'ubuntu-22.04'
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
defaults:
|
defaults:
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
working-directory: './packer/'
|
working-directory: './packer/'
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout project'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v4'
|
||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf 'https://apt.releases.hashicorp.com/gpg' | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/hashicorp.gpg
|
curl --proto '=https' --tlsv1.2 -sSf 'https://apt.releases.hashicorp.com/gpg' | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/hashicorp.gpg
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
validate-terraform:
|
validate-terraform:
|
||||||
name: 'Validate Terraform configuration'
|
name: 'Validate Terraform configuration'
|
||||||
runs-on: 'ubuntu-20.04'
|
runs-on: 'ubuntu-22.04'
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
defaults:
|
defaults:
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
working-directory: './terraform/'
|
working-directory: './terraform/'
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout project'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v4'
|
||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf 'https://apt.releases.hashicorp.com/gpg' | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/hashicorp.gpg
|
curl --proto '=https' --tlsv1.2 -sSf 'https://apt.releases.hashicorp.com/gpg' | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/hashicorp.gpg
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
build-packer:
|
build-packer:
|
||||||
name: 'Build Packer image'
|
name: 'Build Packer image'
|
||||||
needs: ['validate-packer']
|
needs: ['validate-packer']
|
||||||
runs-on: 'ubuntu-20.04'
|
runs-on: 'ubuntu-22.04'
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
defaults:
|
defaults:
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
working-directory: './packer/'
|
working-directory: './packer/'
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout project'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v4'
|
||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf 'https://apt.releases.hashicorp.com/gpg' | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/hashicorp.gpg
|
curl --proto '=https' --tlsv1.2 -sSf 'https://apt.releases.hashicorp.com/gpg' | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/hashicorp.gpg
|
||||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
47
terraform/.terraform.lock.hcl
generated
47
terraform/.terraform.lock.hcl
generated
@@ -2,23 +2,36 @@
|
|||||||
# Manual edits may be lost in future updates.
|
# Manual edits may be lost in future updates.
|
||||||
|
|
||||||
provider "registry.terraform.io/hetznercloud/hcloud" {
|
provider "registry.terraform.io/hetznercloud/hcloud" {
|
||||||
version = "1.33.2"
|
version = "1.50.0"
|
||||||
constraints = "~> 1.33.2"
|
constraints = "~> 1.50.0"
|
||||||
hashes = [
|
hashes = [
|
||||||
"h1:3Hx8p9LbcnHfBhy3nT7+unlc5rwkiSZjLt9SVQOSpB8=",
|
"h1:+qK+M2TCzFMhWM3KsnRm9RUb/iRmfYzCo8PYpKKSBKE=",
|
||||||
"zh:0a5d0f332d7dfe77fa27301094af98a185aabfb9f56d71b81936e03211e4d66f",
|
"h1:5ml5MoESSVODwbYCNbAG9djGupOkmG3qDen8+sUi7+s=",
|
||||||
"zh:0e047859ee7296f335881933ccf8ce8c07aa47bef56d5449a81b85a2d9dac93a",
|
"h1:BttNgkmi36JI8Zq/oSK3cw0sTZVEve2Y3qQlfJWlcR0=",
|
||||||
"zh:1d3d0896f518df9e245c3207ed231e528f5dcfe628508e7c3ceba4a2bfefaa7a",
|
"h1:J8hlBTTUVPklgOxLnK8oW33bFlQDHySbexL6aGq6jPU=",
|
||||||
"zh:1d7a31c8c490512896ce327ab220e950f1a2e30ee83cc2e58e69bbbfbbb87e72",
|
"h1:MET0JcOv9V1qZa6Ot/Utn+Tm35XcWjM3917vz4RLRuE=",
|
||||||
"zh:67cbb2492683cb22f6c54f26bee72aec140c8dd2d0881b2815d2ef80959fc751",
|
"h1:OIE9fP+QNdPWxA1pKw9gFVqi6ZMHF4HuRcdAFfO8Hb4=",
|
||||||
"zh:771062815e662979204ac2dc91c34c893f27670d67e02370e48124483d3c9838",
|
"h1:WtwegMMk1dDjm1Z03dLzBRQU8xhMCipYfYEXRNpa76o=",
|
||||||
"zh:957ebb146898cd059c0cc8b4c32e574b61041d8b6a11cd854b3cc1d3baaeb3a9",
|
"h1:hgym1GEv8sMxDjl6IV9+8Qm8TG/HP9k4YDnsrvc5tNc=",
|
||||||
"zh:95dbd8634000b979213cb97b5d869cad78299ac994d0665d150c8dafc1390429",
|
"h1:iL8G0KPdIC1Ds/xI2pPq8BL1qlm6pksyptJ5a+gXgcg=",
|
||||||
"zh:a21b22b2e9d835e1b8b3b7e0b41a4d199171d62e9e9be78c444c700e96b31316",
|
"h1:py6baTaTZyReCUPViqfGpKQ+ETO+KYYSc06MnVDUARc=",
|
||||||
"zh:aead1ba50640a51f20d574374f2c6065d9bfa4eea5ef044d1475873c33e58239",
|
"h1:txFVTG8RI/X3NnyR1RST2cYZiseoDsCVjZt/v2Z6Q/I=",
|
||||||
"zh:cefabd0a78af40ea5cd08e1ca436c753df9b1c6496eb27281b755a2de1f167ab",
|
"h1:xW72PNXRrdwWpgokDvIqKCS2aD1+SJASTHWmgRzcZxE=",
|
||||||
"zh:d98cffc5206b9a7550a23e13031a6f53566bd1ed3bf65314bc55ef12404d49ce",
|
"h1:yaOrN9EoZv0S+MorEvXaPYtBUaCOdCg1BCG8Nu0EZRM=",
|
||||||
"zh:dddaaf95b6aba701153659feff12c7bce6acc78362cb5ff8321a1a1cbf780cd9",
|
"h1:z5J9wgkt9xIKlr699hWCjHSS7K4bYKWWnGCg2T/YNmg=",
|
||||||
"zh:fd662b483250326a1bfbe5684c22c5083955a43e0773347eea35cd4c2cfe700e",
|
"zh:0bd650fb52e272f74eda5053a7bb62f0fd92182f57ad3ef742abe165cb8cac98",
|
||||||
|
"zh:1c36667aa89b672a96c0df3d3c613e80916a2d0944b1a1f9112065f40630b689",
|
||||||
|
"zh:21f90683890ea7a184b0ac55efd52911694ba86c58898bc8bbe87ee2507bb1eb",
|
||||||
|
"zh:24349d483a6ff97420d847433553fa031f68f99b9ead4ebb3592fc8955ef521f",
|
||||||
|
"zh:3fffd83c450bea2b382a986501ae51a4d3e6530eda48ed9ca74d518e4a909c37",
|
||||||
|
"zh:43d7de1dc4c50fae99d6c4ab4bb394608948091f5b53ddb29bc65deead9dc8a6",
|
||||||
|
"zh:47a37d5fec79dd8bc9cab2c892bc59e135b86cb51eebe2b01cdb40afac7ed777",
|
||||||
|
"zh:6efeb9530b8f57618c43f0b294b983d06cce43e9423bdd737eed81db913edb80",
|
||||||
|
"zh:7511ace4b33baddfc452ef95a634d83b92bfbfaa23cb30403899e95b64727075",
|
||||||
|
"zh:7bade77104ed8788c9b5171c7daae6ab6c011b3c40b152274fda803bf0bf2707",
|
||||||
|
"zh:83bce3ff9a1bd52a340a6ebdd2e2b731ec6fb86811ef0ed8a8264daf9d7beb61",
|
||||||
|
"zh:a09d5fce4c8d33e10b9a19318c965076db2d8ed5f62f5feb3e7502416f66d7bf",
|
||||||
|
"zh:c942832b80270eb982eeb9cc14f30a437db5fd28faf37d6aa32ec2cd345537d6",
|
||||||
|
"zh:e2c1812f2e1f9fac17c7551d4ab0efb713b6d751087c18b84b8acd542f587459",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
hcloud = {
|
hcloud = {
|
||||||
source = "hetznercloud/hcloud"
|
source = "hetznercloud/hcloud"
|
||||||
version = "~> 1.33.2"
|
version = "~> 1.50.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user