Skip to content

Commit b04f278

Browse files
committed
chore!: bump minimum Coolify version to v4.0.0-beta.381
1 parent f80822e commit b04f278

File tree

7 files changed

+449
-1051
lines changed

7 files changed

+449
-1051
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://GitHub.com/SierraJC/terraform-provider-coolify/releases/" alt="Release">
55
<img src="https://img.shields.io/github/v/release/SierraJC/terraform-provider-coolify?include_prereleases" /></a>
66
<a href="https://github.com/coollabsio/coolify" alt="Coolify">
7-
<img src="https://img.shields.io/badge/Coolify-v4.0.0--beta.380-orange" /></a>
7+
<img src="https://img.shields.io/badge/Coolify-v4.0.0--beta.389-orange" /></a>
88
<br/>
99
<a href="http://golang.org" alt="Made With Go">
1010
<img src="https://img.shields.io/github/go-mod/go-version/SierraJC/terraform-provider-coolify" /></a>

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
page_title: "coolify Provider"
44
subcategory: ""
55
description: |-
6-
The "coolify" provider facilitates interaction with resources supported by Coolify https://coolify.io/ v4.0.0-beta.373 and later.
6+
The "coolify" provider facilitates interaction with resources supported by Coolify https://coolify.io/ v4.0.0-beta.381 and later.
77
Before using this provider, you must configure it with your credentials, typically by setting the environment variable COOLIFY_TOKEN.
88
For instructions on obtaining an API token, refer to Coolify's API documentation https://coolify.io/docs/api-reference/authorization#generate.
99
---
1010

1111
# coolify Provider
1212

13-
The "coolify" provider facilitates interaction with resources supported by [Coolify](https://coolify.io/) v4.0.0-beta.373 and later.
13+
The "coolify" provider facilitates interaction with resources supported by [Coolify](https://coolify.io/) v4.0.0-beta.381 and later.
1414

1515
Before using this provider, you must configure it with your credentials, typically by setting the environment variable `COOLIFY_TOKEN`.
1616

internal/api/api_gen.go

+179-183
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/consts/provider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
ENV_KEY_TOKEN = "COOLIFY_TOKEN"
66

77
DEFAULT_COOLIFY_ENDPOINT = "https://app.coolify.io/api/v1"
8-
MIN_COOLIFY_VERSION = "4.0.0-beta.373"
8+
MIN_COOLIFY_VERSION = "4.0.0-beta.381"
99

1010
DEFAULT_RETRY_ATTEMPTS = 4
1111
DEFAULT_RETRY_MIN_WAIT = 1

tools/openapi-overlay.yml

+125-151
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)