Skip to content

Commit

Permalink
Merge pull request #70 from usdot-jpo-ode/release/2025-q1
Browse files Browse the repository at this point in the history
Merge Release/2025 q1 into master
  • Loading branch information
SaikrishnaBairamoni authored Jan 28, 2025
2 parents 31fc6ff + a4ba824 commit 10ea1c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
8 changes: 4 additions & 4 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
run: echo "TAG=$(echo ${GITHUB_REF##*/} | sed 's/\//-/g')" >> $GITHUB_ENV

- name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
tags: usdotjpoode/jpo-s3-deposit:${{ env.TAG }}
12 changes: 12 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Jpo-s3-deposit Release Notes
----------------------------

Version 1.7.0, released January 2025
----------------------------------------
### **Summary**
The jpo-s3-deposit 1.7.0 release updates GitHub Actions workflows with the latest versions of third-party actions from external repositories to eliminate Node.js and other deprecation warnings.

Enhancements in this release:
- [USDOT PR 67](https://github.com/usdot-jpo-ode/jpo-s3-deposit/pull/67): Update GitHub Actions Third-Party Action Versions

Known Issues:
- No known issues at this time.


Version 1.6.0, released September 2024
----------------------------------------
### **Summary**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-aws-depositor</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0</version>
<packaging>jar</packaging>
<name>JPO AWS Depositor</name>
<properties>
Expand Down

0 comments on commit 10ea1c4

Please sign in to comment.