Skip to content

Commit eea02d2

Browse files
keukoAlex-Welsh
authored andcommitted
Bump proxysql to 3.0.x
This patch bump proxysql 2.7.x to 3.0.x Change-Id: I30d5093c1997b1ac99a762983248b8d29e677ba3
1 parent 57896db commit eea02d2

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

doc/source/contributor/versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ information about package sources.
4242
.. _`Kibana install guide`: https://www.elastic.co/guide/en/kibana/7.10/install.html
4343
.. _`Logstash install guide`: https://www.elastic.co/guide/en/logstash/7.9/installing-logstash.html
4444
.. _`TreasureData install guide`: https://www.fluentd.org/download
45-
.. _`ProxySQL repository`: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/
45+
.. _`ProxySQL repository`: https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/
4646

4747
.. _`Team RabbitMQ 'Cloudsmith' repo (Deb)`: https://www.rabbitmq.com/install-debian.html#apt-cloudsmith
4848
.. _`Team RabbitMQ 'Modern Erlang' PPA`: https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang

docker/base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
309309
{'name': 'influxdb', 'url': 'https://repos.influxdata.com/influxdata-archive_compat.key'},
310310
{'name': 'mariadb', 'url': 'https://downloads.mariadb.com/MariaDB/mariadb-keyring-2019.gpg', 'type': 'gpg'},
311311
{'name': 'opensearch', 'url': 'https://artifacts.opensearch.org/publickeys/opensearch.pgp'},
312-
{'name': 'proxysql', 'url': 'https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/repo_pub_key'},
312+
{'name': 'proxysql', 'url': 'https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/repo_pub_key'},
313313
{'name': 'treasuredata', 'url': 'https://packages.treasuredata.com/GPG-KEY-td-agent'},
314314
] %}
315315

docker/base/proxysql.repo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[proxysql]
22
name = ProxySQL
3-
baseurl = https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/almalinux/$releasever
4-
gpgkey = https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/repo_pub_key
3+
baseurl = https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/almalinux/$releasever
4+
gpgkey = https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/repo_pub_key
55
gpgcheck = 1
66
enabled = 0

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ debian:
8282
component: "main"
8383
gpg_key: "opensearch.asc"
8484
proxysql:
85-
url: "https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/bookworm/"
85+
url: "https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/bookworm/"
8686
suite: "./"
8787
component: ""
8888
gpg_key: "proxysql.asc"
@@ -134,7 +134,7 @@ debian-aarch64:
134134
component: "main"
135135
gpg_key: "opensearch.asc"
136136
proxysql:
137-
url: "https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/bookworm/"
137+
url: "https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/bookworm/"
138138
suite: "./"
139139
component: ""
140140
gpg_key: "proxysql.asc"
@@ -228,7 +228,7 @@ ubuntu:
228228
component: "main"
229229
gpg_key: "opensearch.asc"
230230
proxysql:
231-
url: "https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/noble/"
231+
url: "https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/noble/"
232232
suite: "./"
233233
component: ""
234234
gpg_key: "proxysql.asc"
@@ -281,7 +281,7 @@ ubuntu-aarch64:
281281
component: "main"
282282
gpg_key: "opensearch.asc"
283283
proxysql:
284-
url: "https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/noble/"
284+
url: "https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/noble/"
285285
suite: "./"
286286
component: ""
287287
gpg_key: "proxysql.asc"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
upgrade:
3+
- Upgraded ProxySQL to version ``3.0.x``.

0 commit comments

Comments
 (0)