PackageTrack

Go modules · #2233

github.com/VictoriaMetrics/operator

v0.74.1VictoriaMetrics/operator

Release timeline

753 releases since 2020
202120222023202420252026

Releases

  1. v0.39.5-0.20231219155814-504ddd36697a19 Dec 2023pre-release

    Nothing published for this version

  2. v0.39.412 Dec 2023
    Release notes

    Release date: 13 Dec 2023

    Open source →
  3. v0.39.4-0.20231128174956-7965dba7721028 Nov 2023pre-release

    Nothing published for this version

  4. v0.39.316 Nov 2023
    Release notes

    Release date: 16 Nov 2023

    • update VictoriaMetrics image tags to v1.95.1.
    Open source →
  5. v0.39.215 Nov 2023
    Release notes

    Release date: 15 Nov 2023

    Features

    • vmoperator: properly compare difference for statefulSet claimTemplate metadata. See this commit for details.
    • vmoperator: sort statefulSet pods by id for rolling update order. See this commit for details.
    • vmoperator: optimize statefulset update logic, that should reduce some unneeded operations. See this PR for details.
    Open source →
  6. v0.39.2-0.20231101174116-b89ce3b1ecc11 Nov 2023pre-release

    Nothing published for this version

  7. v0.39.11 Nov 2023
    Release notes

    Release date: 1 Nov 2023

    • vmuser: adds new paths for vminsert/vmselect routing with enabled dynamic discovery feature for VMUser. See this PR for details.
    • vmcluster: from now on operator passes -replicationFactor (if it set in vmcluster) for vmselect. See this issue.
    • vmagent: updated dependency for properly parsing chained if expressions in validation webhook.
    Open source →
  8. v0.39.04 Oct 2023
    Release notes

    Release date: 4 Oct 2023

    Features

    • vmoperator: upgrade vmagent/vmauth's default config-reloader image.
    • vmuser: adds retry_status_codes , max_concurrent_requests and response_headers settings. It's supported since v1.94.0 release of vmauth
    • vmoperator: adds useStrictSecurity for all components. It allows to migrate from insecure to strictly secured deployments per component without breaking changes. See this issue for details.
    • vmoperator: add ability to provide license key for VictoriaMetrics enterprise components. See this doc for the details.

    Fixes

    • vmcluster: remove redundant annotation operator.victoriametrics/last-applied-spec from created workloads like vmstorage statefulset.
    • vmoperator: properly resize statefulset's multiple pvc when needed and allowable, before they could be updated with wrong size.
    • vmoperator: fix wrong api group of endpointsices, before vmagent won't able to access endpointsices resources with default rbac rule.
    • vmauth/vmagent: adds default resources for init container with configuration download. See this issue for details.
    • vmauth/vmagent: correctly set flag for custom config reloader image during config initialisation. See this issue for details.
    • vmauth: correctly set config reloader image for init container.
    Open source →
  9. v0.38.1-0.20230926074016-aa62d790c5d926 Sept 2023pre-release

    Nothing published for this version

  10. v0.38.1-0.20230925082608-587ea54cea1b25 Sept 2023pre-release

    Nothing published for this version

  11. v0.38.1-0.20230919052625-92e9f6c550b419 Sept 2023pre-release

    Nothing published for this version

  12. v0.38.011 Sept 2023
    Release notes

    Release date: 11 Sep 2023

    Fixes

    • vmuser: [Enterprise] fixes ip_filters indent for url_prefix. Previously it wasn't possible to use ip_filters with multiple target refs
    • vmoperator: turn off EnableStrictSecurity by default. Before, upgrade operator to v0.36.0+ could fail components with volume attached, see this issue for details.
    • vmoperator: bump default version of VictoriaMetrics components to 1.93.4.

    Features

    Open source →
  13. v0.37.2-0.20230904183130-5bf7674e08b84 Sept 2023pre-release

    Nothing published for this version

  14. v0.37.12 Sept 2023
    Release notes

    Release date: 02 Sep 2023

    Updates

    • bump default version of Victoria Metrics components to v1.93.3
    Open source →
  15. v0.37.030 Aug 2023
    Release notes

    Release date: 30 Aug 2023

    Fixes

    • vmagent: fix unmarshalling for streaming aggregation match field.

    Features

    Open source →
  16. v0.36.125 Aug 2023
    Release notes

    Release date: 25 Aug 2023

    Fixes

    • vmselect: fix cache directory when cacheDataPath not specified, before it will use /tmp which is protect by default strict securityContext.

    Features

    Open source →
  17. v0.36.1-0.20230825145044-8f741e79f11525 Aug 2023pre-release

    Nothing published for this version

  18. v0.36.1-0.20230825132844-f28d05b5463125 Aug 2023pre-release

    Nothing published for this version

  19. v0.36.1-0.20230823172448-8a25794b4d4823 Aug 2023pre-release

    Nothing published for this version

  20. v0.36.023 Aug 2023
    Release notes

    Release date: 23 Aug 2023

    Breaking changes

    • vmalert: Field OAuth2 was renamed to oauth2 due to compatibility issue. If you defined OAuth2 with below fields in vmalert objects using operator before v0.36.0, these fields must be reapplied with new tag oauth2 after upgrading. See this issue and this PR for details.

      • Affected fields:
        • VMAlert.spec.datasource.OAuth2 -> VMAlert.spec.datasource.oauth2,
        • VMAlert.spec.notifier.OAuth2 -> VMAlert.spec.notifier.oauth2,
        • VMAlert.spec.notifiers[].OAuth2 -> VMAlert.spec.notifiers[].oauth2,
        • VMAlert.spec.remoteRead.OAuth2 -> VMAlert.spec.remoteRead.oauth2,
        • VMAlert.spec.remoteWrite.OAuth2 -> VMAlert.spec.remoteWrite.oauth2,
    • vmalert: Field bearerTokenFilePath was renamed to bearerTokenFile due to compatibility issue. If you defined bearerTokenFilePath with below fields in vmalert objects using operator before v0.36.0, these fields must be reapplied with new tag bearerTokenFile after upgrading. See this issue and this PR for details.

      • Affected fields:
        • VMAlert.spec.datasource.bearerTokenFilePath --> VMAlert.spec.datasource.bearerTokenFile,
        • VMAlert.spec.notifier.bearerTokenFilePath --> VMAlert.spec.notifier.bearerTokenFile,
        • VMAlert.spec.notifiers[].bearerTokenFile --> VMAlert.spec.notifiers[].bearerTokenFile,
        • VMAlert.spec.remoteRead.bearerTokenFilePath --> VMAlert.spec.remoteRead.bearerTokenFile,
        • VMAlert.spec.remoteWrite.bearerTokenFilePath --> VMAlert.spec.remoteWrite.bearerTokenFile.

    Fixes

    • operator set resource requests for config-reloader container by default. See this PR for details.
    • fix attachMetadata value miscovert for scrape objects. See this issue and this PR for details.
    • fix volumeClaimTemplates change check for objects that generate statefulset, like vmstorage, vmselect. Before, the statefulset won't be recreated if additional claimTemplates object changed. See this issue and this PR for details.
    • vmalert: fix tlsCAFile argument value generation when using secret or configMap. See this issue and this PR for details.
    • vmalertmanager: fix default request memory and apply default resources if not set. See this issue and this PR for details.
    • vmagent: fix missing additional VolumeClaimTemplates when using ClaimTemplates under StatefulMode.

    Features

    Open source →
  21. v0.35.2-0.20230717055612-622cf84b164517 Jul 2023pre-release

    Nothing published for this version

  22. v0.35.112 Jul 2023
    Release notes

    Release date: 12 Jul 2023

    Fixes

    Open source →
  23. v0.35.1-0.20230703080649-c199848d02f43 Jul 2023pre-release

    Nothing published for this version

  24. v0.35.03 Jul 2023
    Release notes

    Release date: 03 Jul 2023

    Fixes

    Features

    Open source →
  25. v0.34.2-0.20230626142506-8950675e8bb126 Jun 2023pre-release

    Nothing published for this version

  26. v0.34.2-0.20230619154249-4c97f70c9a7719 Jun 2023pre-release

    Nothing published for this version

  27. v0.34.2-0.20230617192302-27cd5e501c9017 Jun 2023pre-release

    Nothing published for this version

  28. v0.34.2-0.20230601075347-67d7c8aca0991 Jun 2023pre-release

    Nothing published for this version

  29. v0.34.129 May 2023
    Release notes

    Release date: 29 May 2023

    Fixes

    • vmcluster: fail fast on misconfigured or missing kubernetes pods. It should prevent rare bug with cascade pod deletion. See this issue for details
    • vmauth/vmagent: correctly renders initConfig image with global container registry domain. See this issue for details.
    • vmagent: correctly set RBAC permissions for single namespace mode and custom config reloader image. See this issue for details.
    Open source →
  30. v0.34.024 May 2023
    Release notes

    Release date: 24 May 2023

    Breaking changes

    • [Operator]: allows to properly run operator with single namespace. It changes default behavior with WATCH_NAMESPACE param is set. Operator will no longer make any calls for cluster wide resources and create only single namespace config for VMAgent. https://github.com/VictoriaMetrics/operator/issues/641

    Fixes

    Features

    Open source →
  31. v0.33.019 Apr 2023
    Release notes

    Release date: 19 Apr 2023

    Fixes

    Features

    Open source →
  32. v0.32.2-0.20230419211903-3fefad006faf19 Apr 2023pre-release

    Nothing published for this version

  33. v0.32.2-0.20230413120847-bb754d5c20bb13 Apr 2023pre-release

    Nothing published for this version

  34. v0.32.2-0.20230322113449-8de819b0222322 Mar 2023pre-release

    Nothing published for this version

  35. v0.32.116 Mar 2023
    Release notes

    Release date: 16 Mar 2023

    Fixes

    Open source →
  36. v0.32.1-0.20230315211557-43c2f37b5d4915 Mar 2023pre-release

    Nothing published for this version

  37. v0.32.015 Mar 2023
    Release notes

    Release date: 15 Mar 2023

    Fixes

    • security: builds docker image with latest alpine base image and go v1.20.

    Features

    Open source →
  38. v0.31.1-0.20230315181205-0626fbb44d7215 Mar 2023pre-release

    Nothing published for this version

  39. v0.31.02 Mar 2023
    Release notes

    Release date: 02 Mar 2023

    Fixes

    Features

    Open source →
  40. v0.30.5-0.20230220091759-84f2193c342d20 Feb 2023pre-release

    Nothing published for this version

  41. v0.30.427 Jan 2023
    Release notes

    Release date: 27 Jan 2023

    Fixes

    Features

    Open source →
  42. v0.30.316 Jan 2023
    Release notes

    Release date: 16 Jan 2023

    Fixes

    Open source →
  43. v0.30.212 Jan 2023
    Release notes

    Release date: 12 Jan 2023

    Upgrade notes

    • It's recommend to upgrade for this release when vmagent.spec.statefulMode is used.

    Fixes

    Open source →
  44. v0.30.19 Jan 2023
    Release notes

    Release date: 09 Jan 2023

    Fixes

    Features

    Open source →
  45. v0.30.1-0.20230104165638-93c9e780981c4 Jan 2023pre-release

    Nothing published for this version

  46. v0.30.029 Dec 2022
    Release notes

    Release date: 29 Dec 2022

    Fixes

    Features

    Open source →
  47. v0.29.217 Nov 2022
    Release notes

    Release date: 17 Nov 2022

    Fixes

    Open source →
  48. v0.29.2-0.20221117002216-4a7e8736820917 Nov 2022pre-release

    Nothing published for this version

  49. v0.29.111 Nov 2022
    Release notes

    Release date: 14 Nov 2022

    Fixes

    Features

    Open source →
  50. v0.29.1-0.20221024162246-3b7806b8ef7d24 Oct 2022pre-release

    Nothing published for this version

  51. v0.29.024 Oct 2022
    Release notesOpen source →
  52. v0.28.6-0.20221014072036-2fbc6a7c9cfd14 Oct 2022pre-release

    Nothing published for this version

  53. v0.28.6-0.20221013103638-976315cd3dbf13 Oct 2022pre-release

    Nothing published for this version

  54. v0.28.513 Sept 2022
    Release notes

    Release date: 13 Sep 2022

    Fixes

    Features

    Open source →
  55. v0.28.412 Sept 2022
    Release notes

    Release date: 12 Sep 2022

    Fixes

    Features

    Open source →
  56. v0.28.32 Sept 2022
    Release notes

    Release date: 02 Sep 2022

    Fixes

    Open source →
  57. v0.28.3-0.20220902150709-ce2299bad20f2 Sept 2022pre-release

    Nothing published for this version

  58. v0.28.3-0.20220902094352-5ef9710976532 Sept 2022pre-release

    Nothing published for this version

  59. v0.28.3-0.20220901204942-07ce4ca80d3b1 Sept 2022pre-release

    Nothing published for this version

  60. v0.28.21 Sept 2022
    Release notes

    Release date: 01 Sep 2022

    Fixes

    Open source →