Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Delete unavailable tarballs from downloads
Browse files Browse the repository at this point in the history
* Tarballs for version 8.0.29 were removed from MySQL archives.
  To prevent test failures and users wrath, I removed them from the
  downloads list
  • Loading branch information
datacharmer committed Aug 10, 2022
1 parent e146a80 commit 351bf00
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 41 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 1.67.0 09-Aug-2022
## 1.67.0 10-Aug-2022

### Code improvements

* Reformat code using go 1.19 (some tiny differences are found within comments)
* Remove deprecated usage of `io/ioutil` (replaced with either `os` or `io`)
* Add testscript tests (`ts` and `ts_static`)

### ADJUSTMENTS

* Remove from downloads list all 8.0.29 tarballs, after they were removed from MySQL downloads archives.

## 1.66.0 27-Jul-2022

### NEW FEATURES
Expand Down
48 changes: 48 additions & 0 deletions downloads/removed_tarball_list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"DbdeployerVersion": "1.67.0",
"Comment": "List of tarballs that became unavailable",
"Tarballs": [
{
"name": "mysql-8.0.29-linux-glibc2.12-x86_64.tar.xz",
"checksum": "MD5:13bb219c9ab74b3c8ea8c41c204cbef4",
"OS": "Linux",
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-linux-glibc2.12-x86_64.tar.xz",
"flavor": "mysql",
"minimal": false,
"size": 540173160,
"short_version": "8.0",
"version": "8.0.29",
"notes": "added with version 1.64.1",
"date_added": "2022-06-20 11:50",
"date_removed": "2022-08-10"
},
{
"name": "mysql-8.0.29-macos12-x86_64.tar.gz",
"checksum": "MD5:c39041762d08775f5ac62c03b1a07f07",
"OS": "Darwin",
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-macos12-x86_64.tar.gz",
"flavor": "mysql",
"minimal": false,
"size": 176860182,
"short_version": "8.0",
"version": "8.0.29",
"notes": "added with version 1.64.1",
"date_added": "2022-06-20 11:50",
"date_removed": "2022-08-10"
},
{
"name": "mysql-8.0.29-linux-glibc2.17-x86_64-minimal.tar.xz",
"checksum": "MD5:f01b187ac4d6961d5ac0fb380ad56d59",
"OS": "Linux",
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-linux-glibc2.17-x86_64-minimal.tar.xz",
"flavor": "mysql",
"minimal": true,
"size": 54767572,
"short_version": "8.0",
"version": "8.0.29",
"notes": "added with version 1.66.0",
"date_added": "2022-07-25 12:25",
"date_removed": "2022-08-10"
}
]
}
41 changes: 1 addition & 40 deletions downloads/tarball_list.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"DbdeployerVersion": "1.61.0",
"DbdeployerVersion": "1.67.0",
"Tarballs": [
{
"name": "tidb-master-darwin-amd64.tar.gz",
Expand Down Expand Up @@ -1377,19 +1377,6 @@
"notes": "added with version 1.64.1",
"date_added": "2021-06-20 11:50"
},
{
"name": "mysql-8.0.29-linux-glibc2.12-x86_64.tar.xz",
"checksum": "MD5:13bb219c9ab74b3c8ea8c41c204cbef4",
"OS": "Linux",
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-linux-glibc2.12-x86_64.tar.xz",
"flavor": "mysql",
"minimal": false,
"size": 540173160,
"short_version": "8.0",
"version": "8.0.29",
"notes": "added with version 1.64.1",
"date_added": "2022-06-20 11:50"
},
{
"name": "mysql-8.0.28-macos11-x86_64.tar.gz",
"checksum": "MD5:b2d5b57edb92811040fd61c84f1c9d6f",
Expand All @@ -1403,32 +1390,6 @@
"notes": "added with version 1.64.1",
"date_added": "2022-06-20 11:50"
},
{
"name": "mysql-8.0.29-macos12-x86_64.tar.gz",
"checksum": "MD5:c39041762d08775f5ac62c03b1a07f07",
"OS": "Darwin",
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-macos12-x86_64.tar.gz",
"flavor": "mysql",
"minimal": false,
"size": 176860182,
"short_version": "8.0",
"version": "8.0.29",
"notes": "added with version 1.64.1",
"date_added": "2022-06-20 11:50"
},
{
"name": "mysql-8.0.29-linux-glibc2.17-x86_64-minimal.tar.xz",
"checksum": "MD5:f01b187ac4d6961d5ac0fb380ad56d59",
"OS": "Linux",
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-linux-glibc2.17-x86_64-minimal.tar.xz",
"flavor": "mysql",
"minimal": true,
"size": 54767572,
"short_version": "8.0",
"version": "8.0.29",
"notes": "added with version 1.66.0",
"date_added": "2022-07-25 12:25"
},
{
"name": "mysql-8.0.30-macos12-x86_64.tar.gz",
"checksum": "MD5:6dca88f61448a2e31a830073efe175bf",
Expand Down

0 comments on commit 351bf00

Please sign in to comment.