renovate[bot]
|
989b7d710e
|
chore(deps): update terraform helm to v2.16.1
|
2024-10-31 07:05:58 +00:00 |
|
Christian Lempa
|
8fcf7c4e1c
|
Merge pull request #447 from ChristianLempa/renovate/helm-2.x
chore(deps): update terraform helm to v2.16.0
|
2024-10-12 08:47:20 +02:00 |
|
renovate[bot]
|
4b47334bce
|
chore(deps): update terraform kubernetes to v2.33.0
|
2024-10-11 23:07:17 +00:00 |
|
renovate[bot]
|
8a3459425d
|
chore(deps): update terraform helm to v2.16.0
|
2024-10-11 23:07:14 +00:00 |
|
renovate[bot]
|
c1ce9703ad
|
chore(deps): update terraform civo to ~> 1.1.0
|
2024-10-03 14:56:49 +00:00 |
|
renovate[bot]
|
f2837e9210
|
chore(deps): update terraform helm to v2.15.0
|
2024-08-17 09:18:28 +00:00 |
|
renovate[bot]
|
8a62176bbd
|
chore(deps): update terraform kubernetes to v2.32.0
|
2024-08-14 14:18:57 +00:00 |
|
renovate[bot]
|
e1d441dc36
|
chore(deps): update terraform helm to v2.14.1
|
2024-08-08 00:35:53 +00:00 |
|
renovate[bot]
|
41c06cff00
|
chore(deps): update terraform kubernetes to v2.31.0
|
2024-06-13 19:40:36 +00:00 |
|
renovate[bot]
|
fd4a342411
|
chore(deps): update terraform helm to v2.14.0
|
2024-06-13 17:49:53 +00:00 |
|
Christoph Schug
|
3789e18c88
|
Merge pull request #274 from ChristianLempa/renovate/helm-2.13.x
chore(deps): update terraform helm to v2.13.2
|
2024-05-08 20:15:47 +02:00 |
|
renovate[bot]
|
7b2d981d41
|
chore(deps): update terraform kubernetes to v2.30.0
|
2024-05-08 16:54:35 +00:00 |
|
renovate[bot]
|
0413ca1d31
|
chore(deps): update terraform helm to v2.13.2
|
2024-05-08 16:54:30 +00:00 |
|
renovate[bot]
|
fb36613d90
|
chore(deps): update terraform helm to v2.13.1
|
2024-04-16 18:31:02 +00:00 |
|
renovate[bot]
|
b795cec795
|
chore(deps): update terraform kubernetes to v2.29.0
|
2024-04-11 18:05:58 +00:00 |
|
renovate[bot]
|
89bfdbda92
|
chore(deps): update terraform kubernetes to v2.28.1
|
2024-04-10 06:50:10 +00:00 |
|
renovate[bot]
|
58168a34ee
|
chore(deps): update terraform kubernetes to v2.28.0
|
2024-04-08 19:42:31 +00:00 |
|
renovate[bot]
|
25d8d81cea
|
chore(deps): update terraform helm to v2.13.0
|
2024-04-04 15:50:47 +00:00 |
|
renovate[bot]
|
3836ec4aaa
|
chore(deps): update terraform cloudflare to v4
|
2024-03-18 15:45:46 +00:00 |
|
Christian Lempa
|
148c48a82f
|
Merge pull request #187 from ChristianLempa/renovate/kubernetes-2.x
chore(deps): update terraform kubernetes to v2.27.0
|
2024-03-18 16:44:25 +01:00 |
|
renovate[bot]
|
faecd97ecc
|
chore(deps): update terraform kubernetes to v2.27.0
|
2024-03-18 15:42:54 +00:00 |
|
renovate[bot]
|
f7e543f4bf
|
chore(deps): update terraform kubectl to v1.14.0
|
2024-03-18 15:42:50 +00:00 |
|
renovate[bot]
|
219b403b1c
|
chore(deps): update terraform helm to v2.12.1
|
2024-03-18 15:41:51 +00:00 |
|
renovate[bot]
|
bd0af3026d
|
chore(deps): update terraform docker to v3
|
2024-03-18 15:39:22 +00:00 |
|
Christoph Schug
|
8a17193dd0
|
fix: add final newline character to text files
This makes text files compliant to POSIX which requires every line of a
text file to end with a newline character [1][2].
[1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_403
[2] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
|
2024-02-22 19:06:54 +01:00 |
|
Christian Lempa
|
a7013f2470
|
terraform provider version update
|
2024-01-12 11:39:13 +01:00 |
|
Christian Lempa
|
e5d1459169
|
add civo terraform templates
|
2024-01-12 10:50:17 +01:00 |
|
mdsanima
|
7c25712177
|
docs: following markdownlint rules for consistency closes #75
Here is a list of rules that have been applied:
- [MD009](https://github.com/DavidAnson/markdownlint/blob/main/doc/md009.md) -
Trailing spaces
- [MD022](https://github.com/DavidAnson/markdownlint/blob/main/doc/md022.md) -
Headings should be surrounded by blank lines
- [MD025](https://github.com/DavidAnson/markdownlint/blob/main/doc/md025.md) -
Multiple top-level headings in the same document
- [MD026](https://github.com/DavidAnson/markdownlint/blob/main/doc/md026.md) -
Trailing punctuation in heading
- [MD029](https://github.com/DavidAnson/markdownlint/blob/main/doc/md029.md) -
Ordered list item prefix
- [MD031](https://github.com/DavidAnson/markdownlint/blob/main/doc/md031.md) -
Fenced code blocks should be surrounded by blank lines
- [MD032](https://github.com/DavidAnson/markdownlint/blob/main/doc/md032.md) -
Lists should be surrounded by blank lines
- [MD034](https://github.com/DavidAnson/markdownlint/blob/main/doc/md034.md) -
Bare URL used
- [MD041](https://github.com/DavidAnson/markdownlint/blob/main/doc/md041.md) -
First line in a file should be a top-level heading
- [MD047](https://github.com/DavidAnson/markdownlint/blob/main/doc/md047.md) -
Files should end with a single newline character
docs: removal of duplicated links and improvements
Furthermore, duplicated links to the Official Cert-Manager Documentation
have been removed. Additionally, some files have been enhanced with
improved titles and added short descriptions.
|
2023-06-01 08:51:32 +02:00 |
|
Malin Freeborn
|
6fed84806c
|
fix 'credentails' spelling in tera-proxmox
|
2023-04-05 14:55:38 +02:00 |
|
Christian Lempa
|
c09a4fce47
|
delete readmes
|
2022-11-17 09:40:38 +01:00 |
|
Christian
|
c0bb0dbbbe
|
kubernetes project update
|
2022-04-01 09:25:19 +02:00 |
|
Christian
|
cf7fffab77
|
terraform update2
|
2022-03-17 13:09:48 +01:00 |
|
Christian
|
5c73779a4a
|
terraform update
|
2022-03-16 17:54:10 +01:00 |
|
Christian
|
ebab652abf
|
packer and kubernetes changes
|
2022-03-11 14:56:55 +01:00 |
|
Christian
|
e4fa5990f4
|
more terraform boilerplates
|
2022-03-04 17:45:04 +01:00 |
|
Christian
|
cda48ece9d
|
civo terraform boilerplates
|
2022-03-04 17:38:14 +01:00 |
|
xcad2k
|
d47a0d66a4
|
terraform update
|
2021-10-12 10:29:44 +02:00 |
|
xcad2k
|
338df07e6a
|
terraform update2
|
2021-10-08 15:05:21 +02:00 |
|
xcad2k
|
a5f3432802
|
terraform test
|
2021-10-08 14:01:07 +02:00 |
|