Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update docker image emqx/emqx-operator-controller to 1.1.10 #1016

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Jun 16, 2022

This PR contains the following updates:

Package Update Change
emqx/emqx-operator-controller patch 1.1.6 -> 1.1.10

Release Notes

emqx/emqx-operator

v1.1.10

Compare Source

Release Note 🍻

Fixes 🛠
  • Delete the needless preStop command, there is a risk will that failed. When persistence is enabled, preStop failure can lead to inconsistent EMQX cluster data

What's Changed

Full Changelog: emqx/emqx-operator@1.1.9...1.1.10

v1.1.9

Compare Source

Release Note 🍻

Fixes 🛠
  • When deploy emqx enterprise, default load emqx_modules plugin

What's Changed

Full Changelog: emqx/emqx-operator@1.1.8...1.1.9

v1.1.8

Compare Source

Release Note 🍻

Fixes 🛠
  • fix regex to validate image tag which contains ip:port

What's Changed

Full Changelog: emqx/emqx-operator@1.1.7...1.1.8

v1.1.7

Compare Source

Release Note 🍻

Fixes 🛠
  • Fixed restart listener is not working when update .spec.listener.certificate for EMQX Custom Resource

What's Changed

Full Changelog: emqx/emqx-operator@1.1.6...1.1.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner June 16, 2022 02:43
@bloopy-boi bloopy-boi bot added renovate/container type/patch area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 16, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Jun 16, 2022

Path: cluster/core/emqx-operator/helm-release.yaml

@@ -8783,7 +8783,7 @@
 - --health-probe-bind-address=:8081
 command:
 - /manager
- image: "emqx/emqx-operator-controller:1.1.6"
+ image: "emqx/emqx-operator-controller:1.1.10"
 imagePullPolicy: IfNotPresent
 livenessProbe:
 httpGet:

@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Jun 16, 2022

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.12s
✅ CREDENTIALS secretlint yes no 1.98s
✅ GIT git_diff yes no 0.04s
✅ KUBERNETES kubeval 1 0 0.09s
✅ YAML prettier 1 0 0 0.51s
✅ YAML yamllint 1 0 0.11s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@h3mmy h3mmy merged commit 25935c9 into main Jun 16, 2022
@h3mmy h3mmy deleted the renovate/emqx-emqx-operator-controller-1.1.x branch June 16, 2022 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant