Port packages to latest versions + update netlify to latest CLI version + update aws to latest version

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
guillaume
2022-01-04 15:27:33 +01:00
parent 80a21cd6ea
commit bd4916873b
28 changed files with 70 additions and 70 deletions

View File

@@ -20,7 +20,7 @@ import "alpha.dagger.io/aws"
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
|*config.localMode* | `*false \| bool` |AWS localstack mode |
|*version* | `*"1.18" \| string` |- |
|*version* | `*"1.19" \| string` |- |
### aws.#CLI Outputs
@@ -55,7 +55,7 @@ Configuration specific to CLI v1
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
|*config.localMode* | `*false \| bool` |AWS localstack mode |
|*version* | `*"1.18" \| string` |- |
|*version* | `*"1.19" \| string` |- |
### aws.#V1 Outputs
@@ -73,7 +73,7 @@ Configuration specific to CLI v2
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
|*config.localMode* | `*false \| bool` |AWS localstack mode |
|*version* | `*"2.1.27" \| string` |- |
|*version* | `*"2.1.29" \| string` |- |
### aws.#V2 Outputs

View File

@@ -26,7 +26,7 @@ Convert ECR credentials to Docker Login format
|*ctr.image.config.accessKey* | `dagger.#Secret` |AWS access key |
|*ctr.image.config.secretKey* | `dagger.#Secret` |AWS secret key |
|*ctr.image.config.localMode* | `*false \| bool` |AWS localstack mode |
|*ctr.image.version* | `*"1.18" \| string` |- |
|*ctr.image.version* | `*"1.19" \| string` |- |
### ecr.#Credentials Outputs