Skip to content

Commit

Permalink
Airnode 0.11.2 and OIS 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkande committed Jun 30, 2023
1 parent 73e7336 commit 1f4a6c0
Show file tree
Hide file tree
Showing 29 changed files with 69 additions and 69 deletions.
4 changes: 2 additions & 2 deletions docs/guides/airnode/deploy-airnode/deploy-aws/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "quick-aws"
},
"triggers": {
Expand All @@ -101,7 +101,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "CoinGecko Basic Request",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "quick-container"
},
"triggers": {
Expand All @@ -99,7 +99,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "CoinGecko Basic Request",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/airnode/deploy-airnode/deploy-gcp/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.11.1",
"nodeVersion": "2",
"stage": "quick-gcp"
},
"triggers": {
Expand All @@ -102,7 +102,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "CoinGecko Basic Request",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/airnode/post-processing/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "quick-container"
},
"triggers": {
Expand All @@ -99,7 +99,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "API3 coin data",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
Binary file modified docs/public/zip-files/quick-start-aws.zip
Binary file not shown.
Binary file modified docs/public/zip-files/quick-start-container.zip
Binary file not shown.
Binary file modified docs/public/zip-files/quick-start-gcp.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ An object containing general deployment parameters of an Airnode.
```json
// nodeSettings
{
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"cloudProvider": {
"type": "gcp",
"region": "us-east1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"logFormat": "plain",
"logLevel": "INFO",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "dev"
},
"triggers": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "CoinGecko Requests",
"version": "1.0.0",
"apiSpecifications": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"logFormat": "plain",
"logLevel": "INFO",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "dev"
},
"triggers": {
Expand All @@ -75,7 +75,7 @@
"templates": [],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"version": "1.2.3",
"title": "Currency Converter API",
"apiSpecifications": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ not generated for client deployments (deploying to a Docker container).
"disableConcurrencyReservations": false
},
"stage": "starter-example",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"timestamp": "2022-03-26T02:37:55.506Z"
},
"success": true
Expand All @@ -75,7 +75,7 @@ not generated for client deployments (deploying to a Docker container).
"projectId": "api3-753118"
},
"stage": "dev",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"timestamp": "2022-03-26T02:37:55.506Z"
},
"success": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ as a reference while building a config.json file.
},
"logFormat": "json",
"logLevel": "INFO",
"nodeVersion": "0.11.1",
"nodeVersion": "0.11.2",
"stage": "<FILL_*>"
},
"triggers": {
Expand Down Expand Up @@ -174,7 +174,7 @@ as a reference while building a config.json file.
],
"ois": [
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"version": "<FILL_*>",
"title": "<FILL_OIS_TITLE>",
"apiSpecifications": {
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/airnode/latest/docker/admin-cli-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npx @api3/airnode-admin get-sponsor-status \
--requester-address 0x2c2e12...

# Docker
docker run api3/airnode-admin:0.11.1 get-sponsor-status \
docker run api3/airnode-admin:0.11.2 get-sponsor-status \
--provider-url https://eth-goerli.gateway.pokt.network/v1/lb/<APP_ID> \
--sponsor-address 0x9Ec6C4... \
--requester-address 0x2c2e12...
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/airnode/latest/docker/client-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@ Use the following command to run Airnode:
docker run \
--volume $(pwd):/app/config \
--name airnode \
api3/airnode-client:0.11.1
api3/airnode-client:0.11.2
```

```powershell [Windows PowerShell]
docker run \
--volume $(pwd):/app/config \
--name airnode \
api3/airnode-client:0.11.1
api3/airnode-client:0.11.2
```

```batch [Windows]
docker run ^
--volume %cd%:/app/config ^
--name airnode ^
api3/airnode-client:0.11.1
api3/airnode-client:0.11.2
```

:::
Expand Down
34 changes: 17 additions & 17 deletions docs/reference/airnode/latest/docker/deployer-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ some deployment information and is used to remove the Airnode.
docker run -it --rm \
-e USER_ID=$(id -u) -e GROUP_ID=$(id -g) \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 deploy
api3/airnode-deployer:0.11.2 deploy
```

```batch [Windows]
# For Windows, use CMD (not PowerShell).
docker run -it --rm ^
-v "%cd%:/app/config" ^
api3/airnode-deployer:0.11.1 deploy
api3/airnode-deployer:0.11.2 deploy
```

:::
Expand Down Expand Up @@ -145,7 +145,7 @@ Use the following example to avoid the automatic removal of the Airnode.
docker run -it --rm \
-e USER_ID=$(id -u) -e GROUP_ID=$(id -g) \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 deploy --auto-remove false
api3/airnode-deployer:0.11.2 deploy --auto-remove false
```

### `list`
Expand All @@ -162,14 +162,14 @@ and/or `gcp.json` (for GCP).
```sh [Linux/Mac/WSL2]
docker run -it --rm \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 list
api3/airnode-deployer:0.11.2 list
```

```batch [Windows]
# For Windows, use CMD (not PowerShell).
docker run -it --rm ^
-v "%cd%:/app/config" ^
api3/airnode-deployer:0.11.1 list
api3/airnode-deployer:0.11.2 list
```

:::
Expand All @@ -183,14 +183,14 @@ just the cloud providers you want the deployer to list from.
```sh [Linux/Mac/WSL2]
docker run -it --rm \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 list --cloud-providers aws
api3/airnode-deployer:0.11.2 list --cloud-providers aws
```

```batch [Windows]
# For Windows, use CMD (not PowerShell).
docker run -it --rm ^
-v "%cd%:/app/config" ^
api3/airnode-deployer:0.11.1 list --cloud-providers aws
api3/airnode-deployer:0.11.2 list --cloud-providers aws
```

:::
Expand All @@ -211,14 +211,14 @@ run correctly: `aws.env` (for AWS) and/or `gcp.json` (for GCP).
```sh [Linux/Mac/WSL2]
docker run -it --rm \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 info aws2c6ef2b3
api3/airnode-deployer:0.11.2 info aws2c6ef2b3
```

```batch [Windows]
# For Windows, use CMD (not PowerShell).
docker run -it --rm ^
-v "%cd%:/app/config" ^
api3/airnode-deployer:0.11.1 info aws2c6ef2b3
api3/airnode-deployer:0.11.2 info aws2c6ef2b3
```

:::
Expand All @@ -242,14 +242,14 @@ version using its configuration. Check this with the
```sh [Linux/Mac/WSL2]
docker run -it --rm \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 rollback aws2c6ef2b3 3580a278
api3/airnode-deployer:0.11.2 rollback aws2c6ef2b3 3580a278
```

```batch [Windows]
# For Windows, use CMD (not PowerShell).
docker run -it --rm ^
-v "%cd%:/app/config" ^
api3/airnode-deployer:0.11.1 rollback aws2c6ef2b3 3580a278
api3/airnode-deployer:0.11.2 rollback aws2c6ef2b3 3580a278
```

:::
Expand Down Expand Up @@ -279,14 +279,14 @@ GCP).
```sh [Linux/Mac/WSL2]
docker run -it --rm \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 fetch-files aws2c6ef2b3
api3/airnode-deployer:0.11.2 fetch-files aws2c6ef2b3
```

```batch [Windows]
# For Windows, use CMD (not PowerShell).
docker run -it --rm ^
-v "%cd%:/app/config" ^
api3/airnode-deployer:0.11.1 fetch-files aws2c6ef2b3
api3/airnode-deployer:0.11.2 fetch-files aws2c6ef2b3
```

:::
Expand All @@ -309,14 +309,14 @@ the recommended way to remove a deployment, but an alternative is the
```sh [Linux/Mac/WSL2]
docker run -it --rm \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 remove aws2c6ef2b3
api3/airnode-deployer:0.11.2 remove aws2c6ef2b3
```

```batch [Windows]
# For Windows, use CMD (not PowerShell).
docker run -it --rm ^
-v "%cd%:/app/config" ^
api3/airnode-deployer:0.11.1 remove aws2c6ef2b3
api3/airnode-deployer:0.11.2 remove aws2c6ef2b3
```

:::
Expand All @@ -335,14 +335,14 @@ are needed for the command to run correctly: `aws.env` (for AWS) or `gcp.json`
```sh [Linux/Mac/WSL2]
docker run -it --rm \
-v "$(pwd):/app/config" \
api3/airnode-deployer:0.11.1 remove-with-receipt
api3/airnode-deployer:0.11.2 remove-with-receipt
```

```batch [Windows]
# For Windows, use CMD (not PowerShell).
docker run -it --rm ^
-v "%cd%:/app/config" ^
api3/airnode-deployer:0.11.1 remove-with-receipt
api3/airnode-deployer:0.11.2 remove-with-receipt
```

:::
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/airnode/latest/packages/admin-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ npx @api3/airnode-admin $COMMAND --help
Use the Admin CLI docker image as an alternative to `npx`:

```sh
docker run api3/airnode-admin:0.11.1 --help
docker run api3/airnode-admin:0.11.2 --help
```

View the parameters of a command:

```sh
docker run api3/airnode-admin:0.11.1 $COMMAND --help
docker run api3/airnode-admin:0.11.2 $COMMAND --help
```

## SDK
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/airnode/latest/packages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ systems for development. If you are using Windows, consider
The `airnode-ois` monorepo package was removed from the Airnode repo and is now
in its own repo (`ois`) starting with Airnode `v0.8`.

- [ois<ExternalLinkImage />:](https://github.com/api3dao/ois/tree/v2.0.0) Types
- [ois<ExternalLinkImage />:](https://github.com/api3dao/ois/tree/v2.1.0) Types
for
[Oracle Integration Specification (OIS)](/reference/ois/latest/specification.md).

Expand Down
7 changes: 3 additions & 4 deletions docs/reference/airnode/latest/understand/api-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ json object.

```json
{
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "myOisTitle",
"version": "0.1.0",
...
Expand All @@ -102,8 +102,7 @@ json object.

A specific version of the
[OIS Specification](/reference/ois/latest/specification.md#_1-oisformat) to be
used. For this guide, which uses Airnode `v0.11.x`, the proper OIS version is
`2.0.0`.
used. For Airnode `v0.11.2`, the proper OIS version is `2.1.0`.

### title

Expand All @@ -124,7 +123,7 @@ version could be `0.1.0`.
The `apiSpecifications` field is used to describe the API and its operations.

```json
"oisFormat": "2.0.0",
"oisFormat": "2.1.0",
"title": "myOisTitle",
"version": "0.1.0",
"apiSpecifications": {
Expand Down
Loading

0 comments on commit 1f4a6c0

Please sign in to comment.