Skip to content

Commit a639671

Browse files
author
MySQL Build Team
committed
Release version 1.1.9-cluster
* Bump shell version to 8.0.14 * Add parameters to build and test scripts * Bump cluster versions for 1.1.9 release
1 parent 5b75808 commit a639671

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

7.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
FROM oraclelinux:7-slim
1717

18-
ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-7.5.12
19-
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.13
18+
ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-7.5.13
19+
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.14
2020

2121
# Install server
2222
RUN yum install -y \

7.5/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
echo "[Entrypoint] MySQL Docker Image 7.5.12-1.1.8-cluster"
19+
echo "[Entrypoint] MySQL Docker Image 7.5.13-1.1.9-cluster"
2020
# Fetch value from server config
2121
# We use mysqld --verbose --help instead of my_print_defaults because the
2222
# latter only show values present in config files, and not server defaults
@@ -191,7 +191,7 @@ password=healthcheckpass
191191
EOF
192192
touch /mysql-init-complete
193193
chown -R mysql:mysql "$DATADIR"
194-
echo "[Entrypoint] Starting MySQL 7.5.12-1.1.8-cluster"
194+
echo "[Entrypoint] Starting MySQL 7.5.13-1.1.9-cluster"
195195

196196
elif [ "$1" == "ndb_mgmd" ]; then
197197
echo "[Entrypoint] Starting ndb_mgmd"

7.5/inspec/control.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
impact 0.5
1313
describe package('mysql-cluster-community-server-minimal') do
1414
it { should be_installed }
15-
its ('version') { should match '7.5.12.*' }
15+
its ('version') { should match '7.5.13.*' }
1616
end
1717
describe package('mysql-shell') do
1818
it { should be_installed }
19-
its ('version') { should match '8.0.13.*' }
19+
its ('version') { should match '8.0.14.*' }
2020
end
2121
end

7.6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
FROM oraclelinux:7-slim
1717

18-
ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-7.6.8
19-
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.13
18+
ARG MYSQL_CLUSTER_PACKAGE=mysql-cluster-community-server-minimal-7.6.9
19+
ARG MYSQL_SHELL_PACKAGE=mysql-shell-8.0.14
2020

2121
# Install server
2222
RUN yum install -y \

7.6/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
echo "[Entrypoint] MySQL Docker Image 7.6.8-1.1.8-cluster"
19+
echo "[Entrypoint] MySQL Docker Image 7.6.9-1.1.9-cluster"
2020
# Fetch value from server config
2121
# We use mysqld --verbose --help instead of my_print_defaults because the
2222
# latter only show values present in config files, and not server defaults
@@ -191,7 +191,7 @@ password=healthcheckpass
191191
EOF
192192
touch /mysql-init-complete
193193
chown -R mysql:mysql "$DATADIR"
194-
echo "[Entrypoint] Starting MySQL 7.6.8-1.1.8-cluster"
194+
echo "[Entrypoint] Starting MySQL 7.6.9-1.1.9-cluster"
195195

196196
elif [ "$1" == "ndb_mgmd" ]; then
197197
echo "[Entrypoint] Starting ndb_mgmd"

7.6/inspec/control.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
impact 0.5
1313
describe package('mysql-cluster-community-server-minimal') do
1414
it { should be_installed }
15-
its ('version') { should match '7.6.8.*' }
15+
its ('version') { should match '7.6.9.*' }
1616
end
1717
describe package('mysql-shell') do
1818
it { should be_installed }
19-
its ('version') { should match '8.0.13.*' }
19+
its ('version') { should match '8.0.14.*' }
2020
end
2121
end

0 commit comments

Comments
 (0)