Skip to content

Commit 8282f2f

Browse files
authored
Re-pointing the dependency for v1 release. (#94)
* Re-pointing the dependency for v1 release. * Upgraded the version of Mariadb (10.11.15), available till nov-26.
1 parent 44e00b4 commit 8282f2f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/mariadb-xr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
parameters:
88
region: us-west-2
99
engine: mariadb
10-
engineVersion: "10.11.6"
10+
engineVersion: "10.11.15"
1111
storageGB: 5
1212
autoGeneratePassword: true
1313
passwordSecretRef:

tests/e2etest-xsqlinstance/main.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _items = [
1717
parameters = {
1818
region = "us-west-2"
1919
engine = "mariadb"
20-
engineVersion = "10.11.6"
20+
engineVersion = "10.11.15"
2121
storageGB = 5
2222
autoGeneratePassword = True
2323
passwordSecretRef = {

tests/test-xsqlinstance/main.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _items = [
1515
parameters = {
1616
autoGeneratePassword = True
1717
engine = "mariadb"
18-
engineVersion = "10.11.6"
18+
engineVersion = "10.11.15"
1919
networkRef = {
2020
id = "configuration-aws-database"
2121
}
@@ -62,7 +62,7 @@ _items = [
6262
matchControllerRef = True
6363
}
6464
engine = "mariadb"
65-
engineVersion = "10.11.6"
65+
engineVersion = "10.11.15"
6666
instanceClass = "db.t3.micro"
6767
passwordSecretRef = {
6868
key = "password"

upbound.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
- provider: xpkg.upbound.io/upbound/provider-aws-rds
88
version: v1
99
- configuration: xpkg.upbound.io/upbound/configuration-aws-network
10-
version: v0.24.0
10+
version: v1.0.0
1111
- function: xpkg.upbound.io/crossplane-contrib/function-auto-ready
1212
version: '>=v0.0.0'
1313
description: This repository provides a foundational configuration to build and

0 commit comments

Comments
 (0)