Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated vmq * update * INITIAL COMMIT * Create LICENSE * Create README.md * Update README.md * Update README.md * Update README.md * Add VerneMQ StatefulSet after scaffolding operator * Update README.md * Cleaning up a lot * initial stuff * ConfigMap reload * Add clusterViewSecret * Make clustering work * Add more stuff * Refactoring * Enable Env substitution * Add Travis CI support * add source * change source line * rename travis yaml * add .travis.yml (#3) * Added docs (#4) * Add more docs (#5) * Fix Readme and Getting Started Guide (#6) * Update getting-started.md * Handle cluster join error * Add full operator yaml * Use vmq-plugin-bundler to fetch plugin dependencies * Added Jsonnet support, added Jsonnet based full stack example * Add VerneMQ cluster to example * Fix examples * Travis should use only_vernemq example * Fix travis.ci * Don't generate ServiceMonitor for only_vernemq example * Provide Listener and Plugins through CRD * Improve Configuration via VerneMQ Custom Resource * Updated API docs * Properly parse integer * Fix config value parsing * Improve docs, allow interface instead of address when specifying listener * Yaml doesn't know how to handle unsinged ints :( * Set default listeners and configs in examples * Review (#8) A few small fixes and corrections * Configure plugins via command hooks (#10) * Configure plugins via commands * Log os:cmds * Fix a couple of bugs * Trim res to avoid the newline * Remove redirect stuff, not needed * Implement timeout handling * Improve logging * Omit timeout if empty * Fix swapped log lines * Fix bug when stopping plugins * Generate code for plugin configuration via command hooks * Add pod watch to operator roles in examples * Make the Plugin Bundler Image configurable * Update default VerneMQ image to 1.9.2-alpine * operator-sdk doesn't use dep anymore for managing deps * check for bundler deployment * try to get out some logs * Specify default Bundler Version * Fix typo in bundler image name * Cleanup dependency management - Use 'go mod' instead of 'dep' - Give up on vendoring dependencies - Use the operator-sdk binary releases to run the travis CI tests. * Fix protocol versions (#16) * Fix `vmq-admin listener start` allowed_protocol_versions name * Rerun make to ensure proper file generation * prometheus and grafana - order #14 (#15) * Update README.md * Update getting-started.md * Update image location & change operator deployment apiVersion (#22) * Update base image to vernemq/vernemq * make operator deployment v1 instead of v1beta since in k8s 1.16 the apis have changed * all Deployments api/v1beta2 -> apps/v1 * undo apiVersion change for node-exporter-daemonset * Change jsonnet api version also in jsonnet file not only in generated yaml (#23) * Fix git protocol (#29) The `git://` protocol was deprecated in March 15, 2022. If you change the protocol to `https://` vmq-operator will work again. * update * updated vmq * updated reamdme * kubectl call * conf update * config to statefulset.go * config away from statefulset.go * fixing smaller issues regarding docker-imgaes / names * public image changed * public image changed Co-authored-by: Andre Graf <[email protected]> Co-authored-by: Lars Hesel Christensen <[email protected]> Co-authored-by: Charles Hufnagel <[email protected]> Co-authored-by: Mariane Previde <[email protected]> Co-authored-by: ioolkos <[email protected]> Co-authored-by: Kusha Gharahi <[email protected]> Co-authored-by: kaflake <[email protected]> Co-authored-by: Leonardo Mariano <[email protected]>
- Loading branch information