Skip to content

Commit

Permalink
Merge pull request #543 from 5730289021-NN/patch-1
Browse files Browse the repository at this point in the history
Jetpack Release 4.6.5
  • Loading branch information
rbonghi authored Jul 24, 2024
2 parents 7871872 + fdcfa2d commit 3453653
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
!startsWith(github.ref, 'refs/heads/feature/') &&
!contains(github.ref, '.dev') &&
!contains(github.ref, 'rc')
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
push: |
${{ github.actor != 'dependabot[bot]' &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-approve-and-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# will not occur.
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2.1.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
# Here the PR gets approved.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.


FROM python:3.12.3-slim-bullseye
FROM python:3.12.4-slim-bullseye

ADD . /jetson_stats

Expand Down
2 changes: 1 addition & 1 deletion jtop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
__copyright__ = "(c) 2024, Raffaello Bonghi"
# Version package
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme
__version__ = "4.2.8"
__version__ = "4.2.9"
# EOF
1 change: 1 addition & 0 deletions jtop/core/jetson_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"34.1.0": "5.0 DP",
"34.0.1": "5.0 PRE-DP",
# -------- JP4 --------
"32.7.5": "4.6.5"
"32.7.4": "4.6.4",
"32.7.3": "4.6.3",
"32.7.2": "4.6.2",
Expand Down

0 comments on commit 3453653

Please sign in to comment.