Skip to content

Latest commit

 

History

History
154 lines (121 loc) · 6.29 KB

CHANGELOG.md

File metadata and controls

154 lines (121 loc) · 6.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and is generated by Changie.

Bugfix

  • Actually turn off datadog tracing not just instrumentation

Security

  • Fixed Critical CVEs with Aqua Score greater than 9

Bugfix

  • Fix bug with rendering github install url
  • Ensure the sidekiq scheduler only runs one copy of itself
  • Fix replica counts for new worker types

Feature

  • Split out search worker from high and low workers
  • Pull OpsLevel app version up to v2024.7.10

Security

  • Fix CVE-2024-6387 for openssh
  • Remove usage of Ruby:3.2.2 image because of CVE 2024-6387

Bugfix

  • Add missed smtp password env var

Feature

  • Add ability to host the app behind an HTTPS address by overriding a ruby configuration for SSL with the value opslevel.forceSSL

Bugfix

  • Used wrong tag for opslevel-runner image
  • Fix opslevel-runner api-url to use the proper k8s service discovery env vars
  • Fix incorrect minio storage endpoint
  • Fix incorrect usage of object storage bucket name var

Bugfix

  • Add ability to override the minio CLI image

Feature

  • Add ability to run preflight checks with helm install

Bugfix

  • Revert change to elasticsearch secrets because it broke the application

Refactor

  • BREAKING CHANGE: The value .global.replicated.dockerconfigjson was not actually overrideable. We have added .global.dockerconfigjson so you can override the pull secrets to be used

Bugfix

  • Ensure elasticsearch secret name is actually configurable and the chart still works properly when it is configured

Dependency

  • Update replicated sdk version from 1.0.0-beta.17 to 1.0.0-beta.20

Bugfix

  • Fix self hosted opslevel service to properly select the web pods

Feature

  • Add ability to configure the initial user account at first install

Feature

  • Start Self Hosted Helm Chart

Bugfix

  • Fix bug where config was not being read from the /app directory, causing the program to crash
  • Fix bug where the chart's appVersion was was written as '2024.3.4' and not 'v2024.3.4'

Feature

  • Bump kubernetes-sync version to v2024.1.27 (has lots of bug fixes)
  • Bump kubernetes-sync version to v2024.2.26 (fixes repository crash bug)
  • Bump kubernetes-sync version to v2024.3.4 (fixes version bug)
  • Bump kubernetes-sync version to v2024.3.18 (fixes bug where fields are unexpectedly set to "null")
  • Bump kubernetes-sync version to v2024.4.3 (fixes bug where service repository error is logged unnecessarily)

Feature

  • Allow the configuration of the upstream gitlab host in the gitlab-proxy chart

Refactor

  • Switch changelog to use changie

Feature

  • have cluster role match name of cronjob

Bugfix

  • remove default apitoken value as it was confusing and not helpful
  • templating of securityContext was not working

Feature

  • add ability to specify extra arguments to the sync command
  • bump the chart and app versions
  • support init containers and the filesystem as an alternative way to fetch the API token
  • add license file

Feature

  • allow conditional creation of ServiceAccount (#1)

Feature

  • bump chart version for release

Feature

  • bump kubernetes-sync to v0.4.4

Feature

  • bump kubernetes-sync to v0.4.0

Feature

  • bump kubernetes-sync to v0.3.1-beta.1

Docs

  • add upgrade instructions to the readme

opslevel-sync-0.1.0 - 2021-05-30