Skip to content

Upgrade analytics-manager to 1.1.3

Halil Coban requested to merge upgrade-manager-1.1.3 into main

What does this MR do and why?

Updates analytics-manager dependency to 1.1.3 which creates custom partitioned sessions table for new projects when setting up a project.

MR acceptance checklist

  • The correct type labels have been applied to this MR.
  • This MR has been made as small as possible, to improve review efficiency and code quality.
  • This MR has been self-reviewed per the code review guidelines.
  • The changes have undergone manual testing and are functioning as intended.
  • This MR has updated the Chart.yaml version number following SemVer versioning practices.
  • This MR documents any breaking changes in the MR description, and the upgrade path has been documented in the first commit as well as in MR description.

How to set up and validate

  1. Run helm upgrade -f [your values file] [release-name] ./
  2. kubectl describe pods [snowplow-configurator-pod]
  3. Verify that analytics-manager tag is 1.1.3

How to deploy upon merging

Numbered steps to explain how this change needs to be deployed. For instance, if there are any changes that should be made outside of the code changes themselves.

Edited by Halil Coban

Merge request reports