Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(prod): update gateway-rs to latest GA v1.2.1 #885

Merged
merged 4 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push-to-prod-nebraos-cloud-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python gen_docker_compose_by_variant.py "$variant" -o docker-compose.yml

- name: Balena Deploy
uses: nebraltd/balena-cli-action@v17.1.1
uses: nebraltd/balena-cli-action@v16.7.0
with:
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
balena_url: cloud.nebra.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-prod-nebraos-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python gen_docker_compose_by_variant.py "$variant" -o docker-compose.yml

- name: Balena Deploy
uses: nebraltd/balena-cli-action@v17.1.1
uses: nebraltd/balena-cli-action@v16.7.0
with:
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
balena_url: cloud.nebra.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
fi

- name: Balena Deploy
uses: nebraltd/balena-cli-action@v17.1.1
uses: nebraltd/balena-cli-action@v16.7.0
with:
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
balena_url: cloud.nebra.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-testnet-nebraos-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
fi

- name: Balena Deploy
uses: nebraltd/balena-cli-action@v17.1.1
uses: nebraltd/balena-cli-action@v16.7.0
with:
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
balena_url: cloud.nebra.com
Expand Down
2 changes: 1 addition & 1 deletion balena/workflows/balena-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Random sleep (balena API workaround)
run: sleep $[ ( $RANDOM % 600 ) + 1 ]s
- name: Balena Deploy
uses: nebraltd/[email protected].1
uses: nebraltd/[email protected].4
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy nebraltd/helium-${{ env.miner }}-app --debug --nocache --build"
6 changes: 3 additions & 3 deletions balena/workflows/build-open-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_dispatch:

env:
balena-cli: v17.1.1
raspberrypi3-64: 4.0.7
raspberrypi4-64: 4.0.7
balena-cli: v16.7.0
raspberrypi3-64: 4.0.16+rev1
raspberrypi4-64: 4.0.7+rev3
raspberrypicm4-ioboard: 2.112.12
rockpi-4b-rk3399: 2.108.25+rev1
balena-bobcat-px30-image: 2023.07.17
Expand Down
2 changes: 1 addition & 1 deletion balena/workflows/update-action-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Balena Deploy
if: env.LATEST == 'FALSE'
uses: nebraltd/[email protected].1
uses: nebraltd/[email protected].4
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy ${{ env.fleet }} --debug --nocache --build"
Expand Down
2 changes: 1 addition & 1 deletion balena/workflows/update-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Balena Deploy
if: env.LATEST == 'FALSE'
uses: nebraltd/[email protected].1
uses: nebraltd/[email protected].4
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
balena_command: "deploy ${{ env.fleet }} --debug --nocache --build"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jinja2==3.1.2
grpcio==1.56.0
hm-pyhelper==0.14.30
hm-pyhelper==0.14.31
10 changes: 5 additions & 5 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
FIRMWARE_VERSION=v1.1.1
DIAGNOSTICS_VERSION=95860ee
CONFIG_VERSION=8e93fcc
PKTFWD_VERSION=d9a70aa
GATEWAYRS_VERSION=c94b250
FIRMWARE_VERSION=v1.2.1
DIAGNOSTICS_VERSION=d24559a
CONFIG_VERSION=2386553
PKTFWD_VERSION=ee5b6b1
GATEWAYRS_VERSION=b73b130
MULTIPLEXER_VERSION=a1fc09b
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bandit==1.7.5
pytest==7.4.0
pytest-cov==4.1.0
grpcio==1.56.0
hm_pyhelper==0.14.30
hm_pyhelper==0.14.31