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.
- Actually turn off datadog tracing not just instrumentation
- Fixed Critical CVEs with Aqua Score greater than 9
- Fix bug with rendering github install url
- Ensure the sidekiq scheduler only runs one copy of itself
- Fix replica counts for new worker types
- Split out search worker from high and low workers
- Pull OpsLevel app version up to v2024.7.10
- Fix CVE-2024-6387 for openssh
- Remove usage of Ruby:3.2.2 image because of CVE 2024-6387
- Add missed smtp password env var
- Add ability to host the app behind an HTTPS address by overriding a ruby configuration for SSL with the value
opslevel.forceSSL
- 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
- Add ability to override the minio CLI image
- Add ability to run preflight checks with helm install
- Revert change to elasticsearch secrets because it broke the application
- 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
- Ensure elasticsearch secret name is actually configurable and the chart still works properly when it is configured
- Update replicated sdk version from 1.0.0-beta.17 to 1.0.0-beta.20
- Fix self hosted opslevel service to properly select the web pods
- Add ability to configure the initial user account at first install
- Start Self Hosted Helm Chart
- 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'
- 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)
- Allow the configuration of the upstream gitlab host in the gitlab-proxy chart
- Switch changelog to use changie
kubernetes-sync-0.3.6 - 2021-09-19
- have cluster role match name of cronjob
kubernetes-sync-0.3.5 - 2021-09-19
- remove default apitoken value as it was confusing and not helpful
- templating of securityContext was not working
- 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
kubernetes-sync-0.3.4 - 2021-08-24
- allow conditional creation of ServiceAccount (#1)
kubernetes-sync-0.3.3 - 2021-07-25
- bump chart version for release
kubernetes-sync-0.3.2 - 2021-07-25
- bump kubernetes-sync to v0.4.4
kubernetes-sync-0.3.1 - 2021-06-25
- bump kubernetes-sync to v0.4.0
kubernetes-sync-0.3.0 - 2021-06-13
- bump kubernetes-sync to v0.3.1-beta.1
kubernetes-sync-0.2.2 - 2021-06-10
- add upgrade instructions to the readme