Skip to content

Commit

Permalink
Release commit for 14.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Nov 29, 2022
1 parent c09fd96 commit 7fafc94
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion docker/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -ex

vt_base_version='v13.0.0'
vt_base_version='14.0.4'
debian_versions='buster bullseye'
default_debian_version='bullseye'

Expand Down
20 changes: 10 additions & 10 deletions examples/compose/docker-compose.beginners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- "3306"

vtctld:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15000:$WEB_PORT"
- "$GRPC_PORT"
Expand All @@ -83,7 +83,7 @@ services:
condition: service_healthy
vtgate:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15099:$WEB_PORT"
- "$GRPC_PORT"
Expand Down Expand Up @@ -113,7 +113,7 @@ services:
condition: service_healthy

schemaload:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
command:
- sh
- -c
Expand Down Expand Up @@ -146,12 +146,12 @@ services:
environment:
- KEYSPACES=$KEYSPACE
- GRPC_PORT=15999
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- .:/script

vttablet100:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15100:$WEB_PORT"
- "$GRPC_PORT"
Expand Down Expand Up @@ -183,7 +183,7 @@ services:
retries: 15

vttablet101:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15101:$WEB_PORT"
- "$GRPC_PORT"
Expand Down Expand Up @@ -215,7 +215,7 @@ services:
retries: 15

vttablet102:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15102:$WEB_PORT"
- "$GRPC_PORT"
Expand Down Expand Up @@ -247,7 +247,7 @@ services:
retries: 15

vttablet103:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15103:$WEB_PORT"
- "$GRPC_PORT"
Expand Down Expand Up @@ -279,7 +279,7 @@ services:
retries: 15

vtorc:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
command: ["sh", "-c", "/script/vtorc-up.sh"]
depends_on:
- vtctld
Expand Down Expand Up @@ -308,7 +308,7 @@ services:
retries: 15

vreplication:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- ".:/script"
environment:
Expand Down
28 changes: 14 additions & 14 deletions examples/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
- SCHEMA_FILES=lookup_keyspace_schema_file.sql
- POST_LOAD_FILE=
- EXTERNAL_DB=0
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- .:/script
schemaload_test_keyspace:
Expand All @@ -101,7 +101,7 @@ services:
- SCHEMA_FILES=test_keyspace_schema_file.sql
- POST_LOAD_FILE=
- EXTERNAL_DB=0
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- .:/script
set_keyspace_durability_policy:
Expand All @@ -115,7 +115,7 @@ services:
environment:
- KEYSPACES=test_keyspace lookup_keyspace
- GRPC_PORT=15999
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- .:/script
vreplication:
Expand All @@ -129,7 +129,7 @@ services:
- TOPOLOGY_FLAGS=-topo_implementation consul -topo_global_server_address consul1:8500
-topo_global_root vitess/global
- EXTERNAL_DB=0
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- .:/script
vtctld:
Expand All @@ -143,7 +143,7 @@ services:
depends_on:
external_db_host:
condition: service_healthy
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 15000:8080
- "15999"
Expand All @@ -160,7 +160,7 @@ services:
-normalize_queries=true '
depends_on:
- vtctld
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 15099:8080
- "15999"
Expand All @@ -181,7 +181,7 @@ services:
- EXTERNAL_DB=0
- DB_USER=
- DB_PASS=
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 13000:3000
volumes:
Expand Down Expand Up @@ -216,7 +216,7 @@ services:
- CMD-SHELL
- curl -s --fail --show-error localhost:8080/debug/health
timeout: 10s
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 15101:8080
- "15999"
Expand Down Expand Up @@ -253,7 +253,7 @@ services:
- CMD-SHELL
- curl -s --fail --show-error localhost:8080/debug/health
timeout: 10s
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 15102:8080
- "15999"
Expand Down Expand Up @@ -290,7 +290,7 @@ services:
- CMD-SHELL
- curl -s --fail --show-error localhost:8080/debug/health
timeout: 10s
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 15201:8080
- "15999"
Expand Down Expand Up @@ -327,7 +327,7 @@ services:
- CMD-SHELL
- curl -s --fail --show-error localhost:8080/debug/health
timeout: 10s
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 15202:8080
- "15999"
Expand Down Expand Up @@ -364,7 +364,7 @@ services:
- CMD-SHELL
- curl -s --fail --show-error localhost:8080/debug/health
timeout: 10s
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 15301:8080
- "15999"
Expand Down Expand Up @@ -401,7 +401,7 @@ services:
- CMD-SHELL
- curl -s --fail --show-error localhost:8080/debug/health
timeout: 10s
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- 15302:8080
- "15999"
Expand All @@ -417,7 +417,7 @@ services:
-port 8080 -grpc_port 15999 -use_v3_resharding_mode=true '
depends_on:
- vtctld
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "8080"
- "15999"
Expand Down
20 changes: 10 additions & 10 deletions examples/compose/vtcompose/vtcompose.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ func generateDefaultShard(tabAlias int, shard string, keyspaceData keyspaceInfo,
- op: add
path: /services/init_shard_primary%[2]d
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
command: ["sh", "-c", "/vt/bin/vtctlclient %[5]s InitShardPrimary -force %[4]s/%[3]s %[6]s-%[2]d "]
%[1]s
`, dependsOn, aliases[0], shard, keyspaceData.keyspace, opts.topologyFlags, opts.cell)
Expand Down Expand Up @@ -566,7 +566,7 @@ func generateExternalPrimary(
- op: add
path: /services/vttablet%[1]d
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15%[1]d:%[3]d"
- "%[4]d"
Expand Down Expand Up @@ -628,7 +628,7 @@ func generateDefaultTablet(tabAlias int, shard, role, keyspace string, dbInfo ex
- op: add
path: /services/vttablet%[1]d
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15%[1]d:%[4]d"
- "%[5]d"
Expand Down Expand Up @@ -666,7 +666,7 @@ func generateVtctld(opts vtOptions) string {
- op: add
path: /services/vtctld
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15000:%[1]d"
- "%[2]d"
Expand Down Expand Up @@ -699,7 +699,7 @@ func generateVtgate(opts vtOptions) string {
- op: add
path: /services/vtgate
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "15099:%[1]d"
- "%[2]d"
Expand Down Expand Up @@ -729,7 +729,7 @@ func generateVtwork(opts vtOptions) string {
- op: add
path: /services/vtwork
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
ports:
- "%[1]d"
- "%[2]d"
Expand Down Expand Up @@ -764,7 +764,7 @@ func generateVtorc(dbInfo externalDbInfo, keyspaceInfoMap map[string]keyspaceInf
- op: add
path: /services/vtorc
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- ".:/script"
environment:
Expand All @@ -788,7 +788,7 @@ func generateVreplication(dbInfo externalDbInfo, opts vtOptions) string {
- op: add
path: /services/vreplication
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- ".:/script"
environment:
Expand Down Expand Up @@ -816,7 +816,7 @@ func generateSetKeyspaceDurabilityPolicy(
- op: add
path: /services/set_keyspace_durability_policy_%[3]s
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- ".:/script"
environment:
Expand Down Expand Up @@ -853,7 +853,7 @@ func generateSchemaload(
- op: add
path: /services/schemaload_%[7]s
value:
image: vitess/lite:v14.0.3
image: vitess/lite:v14.0.4
volumes:
- ".:/script"
environment:
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v14.0.3
vtgate: vitess/lite:v14.0.3
vttablet: vitess/lite:v14.0.3
vtbackup: vitess/lite:v14.0.3
vtctld: vitess/lite:v14.0.4
vtgate: vitess/lite:v14.0.4
vttablet: vitess/lite:v14.0.4
vtbackup: vitess/lite:v14.0.4
mysqld:
mysql56Compatible: vitess/lite:v14.0.3
mysql56Compatible: vitess/lite:v14.0.4
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v14.0.3
vtgate: vitess/lite:v14.0.3
vttablet: vitess/lite:v14.0.3
vtbackup: vitess/lite:v14.0.3
vtctld: vitess/lite:v14.0.4
vtgate: vitess/lite:v14.0.4
vttablet: vitess/lite:v14.0.4
vtbackup: vitess/lite:v14.0.4
mysqld:
mysql56Compatible: vitess/lite:v14.0.3
mysql56Compatible: vitess/lite:v14.0.4
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v14.0.3
vtgate: vitess/lite:v14.0.3
vttablet: vitess/lite:v14.0.3
vtbackup: vitess/lite:v14.0.3
vtctld: vitess/lite:v14.0.4
vtgate: vitess/lite:v14.0.4
vttablet: vitess/lite:v14.0.4
vtbackup: vitess/lite:v14.0.4
mysqld:
mysql56Compatible: vitess/lite:v14.0.3
mysql56Compatible: vitess/lite:v14.0.4
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v14.0.3
vtgate: vitess/lite:v14.0.3
vttablet: vitess/lite:v14.0.3
vtbackup: vitess/lite:v14.0.3
vtctld: vitess/lite:v14.0.4
vtgate: vitess/lite:v14.0.4
vttablet: vitess/lite:v14.0.4
vtbackup: vitess/lite:v14.0.4
mysqld:
mysql56Compatible: vitess/lite:v14.0.3
mysql56Compatible: vitess/lite:v14.0.4
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
Loading

0 comments on commit 7fafc94

Please sign in to comment.