Skip to content

Commit 5a82b4d

Browse files
Merge pull request Kong#31 from Mashape/support/0.9.9
support for Kong v0.9.9
2 parents 5efe2b2 + 4e7b8be commit 5a82b4d

7 files changed

+14
-7
lines changed

templates/kong-elb-cassandra-new-vpc-optional-hvm.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@
191191
"KongVersion": {
192192
"Description": "Kong version (Only 0.9.x and above supported)",
193193
"Type": "String",
194-
"Default": "0.9.8",
194+
"Default": "0.9.9",
195195
"AllowedValues": [
196+
"0.9.9",
196197
"0.9.8",
197198
"0.9.7",
198199
"0.9.6",

templates/kong-elb-cassandra-new-vpc-optional-pv.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,9 @@
180180
"KongVersion": {
181181
"Description": "Kong version (Only 0.9.x and above supported)",
182182
"Type": "String",
183-
"Default": "0.9.8",
183+
"Default": "0.9.9",
184184
"AllowedValues": [
185+
"0.9.9",
185186
"0.9.8",
186187
"0.9.7",
187188
"0.9.6",

templates/kong-elb-cassandra-user-vpc-optional-hvm.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,9 @@
124124
"KongVersion": {
125125
"Description": "Kong version (Only 0.9.x and above supported)",
126126
"Type": "String",
127-
"Default": "0.9.8",
127+
"Default": "0.9.9",
128128
"AllowedValues": [
129+
"0.9.9",
129130
"0.9.8",
130131
"0.9.7",
131132
"0.9.6",

templates/kong-elb-cassandra-user-vpc-optional-pv.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@
113113
"KongVersion": {
114114
"Description": "Kong version (Only 0.9.x and above supported)",
115115
"Type": "String",
116-
"Default": "0.9.8",
116+
"Default": "0.9.9",
117117
"AllowedValues": [
118+
"0.9.9",
118119
"0.9.8",
119120
"0.9.7",
120121
"0.9.6",

templates/kong-elb-postgres-optional-vpc-new-hvm.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@
179179
"KongVersion": {
180180
"Description": "Kong version (Only 0.9.x and above supported)",
181181
"Type": "String",
182-
"Default": "0.9.8",
182+
"Default": "0.9.9",
183183
"AllowedValues": [
184+
"0.9.9",
184185
"0.9.8",
185186
"0.9.7",
186187
"0.9.6",

templates/kong-elb-postgres-optional-vpc-optional-hvm.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,9 @@
229229
"KongVersion": {
230230
"Description": "Kong version (Only 0.9.x and above supported)",
231231
"Type": "String",
232-
"Default": "0.9.8",
232+
"Default": "0.9.9",
233233
"AllowedValues": [
234+
"0.9.9",
234235
"0.9.8",
235236
"0.9.7",
236237
"0.9.6",

templates/kong-elb-postgres-optional-vpc-optional-pv.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,9 @@
218218
"KongVersion": {
219219
"Description": "Kong version (Only 0.9.x and above supported)",
220220
"Type": "String",
221-
"Default": "0.9.8",
221+
"Default": "0.9.9",
222222
"AllowedValues": [
223+
"0.9.9",
223224
"0.9.8",
224225
"0.9.7",
225226
"0.9.6",

0 commit comments

Comments
 (0)