From a28534ff910afd927d08e902653dd3043a8eb5be Mon Sep 17 00:00:00 2001 From: Rima Shah Date: Fri, 27 Sep 2024 13:54:29 -0600 Subject: [PATCH] Update changelog-1 and ciab.yml --- .github/workflows/ciab.yaml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ciab.yaml b/.github/workflows/ciab.yaml index c522f62a25..a3a9a8c94a 100644 --- a/.github/workflows/ciab.yaml +++ b/.github/workflows/ciab.yaml @@ -185,7 +185,7 @@ jobs: env: ATC_COMPONENT: ${{ github.job }} - name: Upload RPM - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ github.job }} path: ${{ github.workspace }}/dist/${{ github.job }}-*.rpm diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e9a96b8e..a6b1dea493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ##[8.0.2] - 2024-09-27 - [#8081](https://github.com/apache/trafficcontrol/pull/8081) *GH Actions* Updates the versions used for actions/artifact-download and actions/artifact-upload. +- [#8078](https://github.com/apache/trafficcontrol/pull/8078) *Traffic Ops DB* Update Postgres version to 13.16. - [#8071](https://github.com/apache/trafficcontrol/pull/8071) *Traffic Ops* Improve validation for the `id` field of the `PUT /deliveryservice_request_comments` endpoint. - [#8056](https://github.com/apache/trafficcontrol/pull/8056) Remove the `version` key from compose files and use `docker compose` instead of `docker-compose`. -- [#8078](https://github.com/apache/trafficcontrol/pull/8078) *Traffic Ops DB* Update Postgres version to 13.16. ## [8.0.1] - 2024-03-19 ### Fixed