File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ DevPod on Hetzner
77
88<!-- toc -->
99
10+ * [ Project status] ( #project-status )
1011* [ Usage] ( #usage )
1112* [ Development] ( #development )
1213 * [ Required environment variables] ( #required-environment-variables )
@@ -26,6 +27,14 @@ DevPod on Hetzner
2627[ DevPod] ( https://devpod.sh/ ) on [ Hetzner] ( https://hetzner.cloud/?ref=UWVUhEZNkm6p ) .
2728This is based upon the [ DigitalOcean provider] ( https://github.com/loft-sh/devpod-provider-digitalocean ) .
2829
30+ ## Project status
31+
32+ ** This project is feature-complete and in maintenance-mode** .
33+
34+ This project is very much alive and will receive regular dependency updates. I
35+ do not intend to add any new features unless requested by a large number of people
36+ or to fix changes made by DevPod or Hetzner.
37+
2938## Usage
3039
3140To use this provider in your DevPod setup, you will need to do the following steps:
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ require (
5050 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5151 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
5252 github.com/pmezard/go-difflib v1.0.0 // indirect
53- github.com/prometheus/client_golang v1.22 .0 // indirect
53+ github.com/prometheus/client_golang v1.23 .0 // indirect
5454 github.com/prometheus/client_model v0.6.2 // indirect
5555 github.com/prometheus/common v0.65.0 // indirect
5656 github.com/prometheus/procfs v0.17.0 // indirect
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 h1:GFCKgm
9393github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 /go.mod h1:t/avpk3KcrXxUnYOhZhMXJlSEyie6gQbtLq5NM3loB8 =
9494github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
9595github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
96- github.com/prometheus/client_golang v1.22 .0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q =
97- github.com/prometheus/client_golang v1.22 .0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
96+ github.com/prometheus/client_golang v1.23 .0 h1:ust4zpdl9r4trLY/gSjlm07PuiBq2ynaXXlptpfy8Uc =
97+ github.com/prometheus/client_golang v1.23 .0 /go.mod h1:i/o0R9ByOnHX0McrTMTyhYvKE4haaf2mW08I+jGAjEE =
9898github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
9999github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
100100github.com/prometheus/common v0.65.0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE =
@@ -121,6 +121,8 @@ github.com/tidwall/jsonc v0.3.2/go.mod h1:dw+3CIxqHi+t8eFSpzzMlcVYxKp08UP5CD8/uS
121121github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
122122github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
123123github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
124+ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
125+ go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
124126go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI =
125127go.yaml.in/yaml/v2 v2.4.2 /go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU =
126128go.yaml.in/yaml/v3 v3.0.3 h1:bXOww4E/J3f66rav3pX3m8w6jDE4knZjGOw8b5Y6iNE =
You can’t perform that action at this time.
0 commit comments