Skip to content

Commit

Permalink
Bump agent version
Browse files Browse the repository at this point in the history
Upgraded the agent version to v0.0.4-beta1.
See mariadb-operator/agent#5 (review)
  • Loading branch information
Matthieu` committed Nov 14, 2023
1 parent 78a2662 commit add47f6
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions config/crd/bases/mariadb.mmontes.io_mariadbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9009,6 +9009,24 @@ spec:
state:
additionalProperties:
properties:
gtid:
description: 'GTID represents a MariaDB global transaction
identifier. See: https://mariadb.com/kb/en/gtid/'
properties:
domainId:
format: int32
type: integer
sequenceNumber:
format: int64
type: integer
serverId:
format: int32
type: integer
required:
- domainId
- sequenceNumber
- serverId
type: object
safeToBootstrap:
type: boolean
seqno:
Expand All @@ -9018,6 +9036,7 @@ spec:
version:
type: string
required:
- gtid
- safeToBootstrap
- seqno
- uuid
Expand Down
19 changes: 19 additions & 0 deletions deploy/charts/mariadb-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12554,6 +12554,24 @@ spec:
state:
additionalProperties:
properties:
gtid:
description: 'GTID represents a MariaDB global transaction
identifier. See: https://mariadb.com/kb/en/gtid/'
properties:
domainId:
format: int32
type: integer
sequenceNumber:
format: int64
type: integer
serverId:
format: int32
type: integer
required:
- domainId
- sequenceNumber
- serverId
type: object
safeToBootstrap:
type: boolean
seqno:
Expand All @@ -12563,6 +12581,7 @@ spec:
version:
type: string
required:
- gtid
- safeToBootstrap
- seqno
- uuid
Expand Down
19 changes: 19 additions & 0 deletions deploy/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12554,6 +12554,24 @@ spec:
state:
additionalProperties:
properties:
gtid:
description: 'GTID represents a MariaDB global transaction
identifier. See: https://mariadb.com/kb/en/gtid/'
properties:
domainId:
format: int32
type: integer
sequenceNumber:
format: int64
type: integer
serverId:
format: int32
type: integer
required:
- domainId
- sequenceNumber
- serverId
type: object
safeToBootstrap:
type: boolean
seqno:
Expand All @@ -12563,6 +12581,7 @@ spec:
version:
type: string
required:
- gtid
- safeToBootstrap
- seqno
- uuid
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-logr/logr v1.2.4
github.com/go-sql-driver/mysql v1.6.0
github.com/hashicorp/go-multierror v1.0.0
github.com/mariadb-operator/agent v0.0.2-0.20230705212819-67aac2bf05b9
github.com/mariadb-operator/agent v0.0.4-beta1
github.com/onsi/ginkgo/v2 v2.12.0
github.com/onsi/gomega v1.27.10
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.57.0
Expand Down Expand Up @@ -37,7 +37,7 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/google/uuid v1.3.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiu
github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=
github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
Expand Down Expand Up @@ -80,8 +80,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mariadb-operator/agent v0.0.2-0.20230705212819-67aac2bf05b9 h1:NOnvXXDUSPNhe9OJfqn8kkTORplQIHxiqgShVwQ/3jk=
github.com/mariadb-operator/agent v0.0.2-0.20230705212819-67aac2bf05b9/go.mod h1:UrpYUTpGuh8s1M5dpWLwRu8BSIMjswCBsXCQJaYuNlk=
github.com/mariadb-operator/agent v0.0.4-beta1 h1:mX+XhBIgouqmhPdbsuiFd6hVD9lBb0BoS9cUqXg3TI8=
github.com/mariadb-operator/agent v0.0.4-beta1/go.mod h1:ACdAxUXVIKLKm0dqOYRbYbKaBUSyDKPvO55OOkVhadE=
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
Expand Down

0 comments on commit add47f6

Please sign in to comment.