Skip to content

Commit 3d40fd3

Browse files
committed
Release v1.2.8
1 parent 9db62bb commit 3d40fd3

7 files changed

Lines changed: 32 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
## s3-browser 1.2.7-1
1+
## s3-browser 1.2.8-1
22

3-
* Apply SSE encryption params (--sse, --sse-kms-key-id) to prefix copy/move operations
4-
* Fix NotImplemented fallback (RGW SSE-KMS) to preserve encryption on re-upload
5-
* Support SSE params in multipart copy for large objects
6-
* Remove unused _bucket_default_sse helper function
7-
* Add debian architecture to manifest.json
3+
* Packaging cleanup and removal of debian-trixie target
4+
* Simplified RPM spec files for rocky-el8 and rocky-el9

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "cockpit-s3-browser",
44
"title": "s3-browser",
55
"stable": true,
6-
"version": "1.2.7",
6+
"version": "1.2.8",
77
"build_number": "1",
88
"author": "Rachit Hans <rhans@45drives.com>",
99
"git_url": "https://github.com/45Drives/cockpit-s3-browser",
@@ -64,7 +64,7 @@
6464
],
6565
"changelog": {
6666
"urgency": "medium",
67-
"version": "1.2.7",
67+
"version": "1.2.8",
6868
"build_number": "1",
6969
"date": null,
7070
"packager": "Rachit Hans <rhans@45drives.com>",

packaging/debian-trixie/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
cockpit-s3-browser (1.2.8-1trixie) trixie; urgency=medium
2+
3+
* Packaging cleanup and removal of debian-trixie target
4+
* Simplified RPM spec files for rocky-el8 and rocky-el9
5+
6+
-- Rachit Hans <rhans@45drives.com> Tue, 07 Jul 2026 13:22:09 -0300
7+
18
cockpit-s3-browser (1.2.7-1trixie) trixie; urgency=medium
29

310
* Apply SSE encryption params (--sse, --sse-kms-key-id) to prefix copy/move operations

packaging/rocky-el8/main.spec.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ make DESTDIR=%{buildroot} install
2828
/opt/45drives/houston/s3Navigator/*
2929

3030
%changelog
31+
* Tue Jul 07 2026 Rachit Hans <rhans@45drives.com> 1.2.8-1
32+
- Packaging cleanup and removal of debian-trixie target
33+
- Simplified RPM spec files for rocky-el8 and rocky-el9
3134
* Tue Jul 07 2026 Rachit Hans <rhans@45drives.com> 1.2.7-1
3235
- Apply SSE encryption params (--sse, --sse-kms-key-id) to prefix copy/move operations
3336
- Fix NotImplemented fallback (RGW SSE-KMS) to preserve encryption on re-upload

packaging/rocky-el9/main.spec.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ make DESTDIR=%{buildroot} install
2929

3030

3131
%changelog
32+
* Tue Jul 07 2026 Rachit Hans <rhans@45drives.com> 1.2.8-1
33+
- Packaging cleanup and removal of debian-trixie target
34+
- Simplified RPM spec files for rocky-el8 and rocky-el9
3235
* Tue Jul 07 2026 Rachit Hans <rhans@45drives.com> 1.2.7-1
3336
- Apply SSE encryption params (--sse, --sse-kms-key-id) to prefix copy/move operations
3437
- Fix NotImplemented fallback (RGW SSE-KMS) to preserve encryption on re-upload

packaging/ubuntu-focal/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
cockpit-s3-browser (1.2.8-1focal) focal; urgency=medium
2+
3+
* Packaging cleanup and removal of debian-trixie target
4+
* Simplified RPM spec files for rocky-el8 and rocky-el9
5+
6+
-- Rachit Hans <rhans@45drives.com> Tue, 07 Jul 2026 13:22:09 -0300
7+
18
cockpit-s3-browser (1.2.7-1focal) focal; urgency=medium
29

310
* Apply SSE encryption params (--sse, --sse-kms-key-id) to prefix copy/move operations

packaging/ubuntu-jammy/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
cockpit-s3-browser (1.2.8-1jammy) jammy; urgency=medium
2+
3+
* Packaging cleanup and removal of debian-trixie target
4+
* Simplified RPM spec files for rocky-el8 and rocky-el9
5+
6+
-- Rachit Hans <rhans@45drives.com> Tue, 07 Jul 2026 13:22:09 -0300
7+
18
cockpit-s3-browser (1.2.7-1jammy) jammy; urgency=medium
29

310
* Apply SSE encryption params (--sse, --sse-kms-key-id) to prefix copy/move operations

0 commit comments

Comments
 (0)