From bc5fde87ccc43602cc9bcbf8cc5555e537d5e689 Mon Sep 17 00:00:00 2001 From: Carl George Date: Feb 08 2021 16:25:23 +0000 Subject: Add missing profiles - mariadb:10.5/server - postgresql:13/server - redis:6/common - subversion:1.14/common - swig:4.0/common --- diff --git a/mariadb.yaml b/mariadb.yaml index 9672146..054884a 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -6,4 +6,5 @@ data: stream: 10.3 profiles: 10.3: [server] + 10.5: [server] ... diff --git a/postgresql.yaml b/postgresql.yaml index ccfbc22..7c28ba7 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -8,4 +8,5 @@ data: 9.6: [server] 10: [server] 12: [server] + 13: [server] ... diff --git a/redis.yaml b/redis.yaml index c406e04..d9d3399 100644 --- a/redis.yaml +++ b/redis.yaml @@ -6,4 +6,5 @@ data: stream: 5 profiles: 5: [common] + 6: [common] ... diff --git a/subversion.yaml b/subversion.yaml index 15eb396..56158bc 100644 --- a/subversion.yaml +++ b/subversion.yaml @@ -6,4 +6,5 @@ data: stream: 1.10 profiles: 1.10: [common] + 1.14: [common] ... diff --git a/swig.yaml b/swig.yaml index 851a99e..c11d113 100644 --- a/swig.yaml +++ b/swig.yaml @@ -6,4 +6,5 @@ data: stream: 3.0 profiles: 3.0: [common] + 4.0: [common] ...