Skip to content

Commit d934c8d

Browse files
authored
Release Redis version 8.0.2 (#28)
1 parent 06d8a46 commit d934c8d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.github/workflows/apt.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
redis_*.orig.tar.gz
5050
5151
build-binary-package:
52-
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu24-arm64-4-16' || 'ubuntu-22.04' }}
52+
runs-on: ${{ (matrix.arch == 'arm64' || matrix.arch == 'armhf') && 'ubuntu24-arm64-4-16' || 'ubuntu-22.04' }}
5353
strategy:
5454
fail-fast: false
5555
matrix:
@@ -68,6 +68,9 @@ jobs:
6868
arm64)
6969
BUILD_ARCH=arm64
7070
;;
71+
armhf)
72+
BUILD_ARCH=armhf
73+
;;
7174
*)
7275
BUILD_ARCH=amd64
7376
;;
@@ -243,14 +246,11 @@ jobs:
243246
run: |
244247
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/${{ env.DEB_S3_VERSION }}/deb-s3-${{ env.DEB_S3_VERSION }}.gem
245248
gem install deb-s3-${{ env.DEB_S3_VERSION }}.gem
246-
- name: Configure AWS Credentials
247-
uses: aws-actions/configure-aws-credentials@v4
248-
with:
249-
aws-region: ${{ secrets.APT_S3_REGION }}
250-
role-to-assume: ${{ secrets.APT_S3_IAM_ARN }}
251249
- name: Upload packages
252250
if: github.ref == 'refs/heads/release/8.0'
253251
env:
252+
AWS_ACCESS_KEY_ID: ${{ secrets.APT_S3_ACCESS_KEY_ID }}
253+
AWS_SECRET_ACCESS_KEY: ${{ secrets.APT_S3_SECRET_ACCESS_KEY }}
254254
APT_S3_BUCKET: ${{ secrets.APT_S3_BUCKET }}
255255
APT_S3_REGION: ${{ secrets.APT_S3_REGION }}
256256
run: |

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
redis (6:8.0.2-1rl1~@RELEASE@1) @RELEASE@; urgency=low
2+
3+
* Redis 8.0.2: https://github.com/redis/redis/releases/tag/8.0.2
4+
5+
-- Redis Team <[email protected]> Fri, 30 May 2025 10:47:02 +0300
6+
17
redis (6:8.0.1-1rl1~@RELEASE@1) @RELEASE@; urgency=low
28

39
* Redis 8.0.1: https://github.com/redis/redis/releases/tag/8.0.1

0 commit comments

Comments
 (0)