Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

70 lines (55 loc) · 3.05 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Updated dependencies via dependabot
  • Remove several unused build files and update the docker images to work. #119
  • Fix the docker image so the configuration file is not empty.
  • Updated dependencies.
  • Vuln patches
  • Updated spec file and rpkg version macro to be able to choose when the 'v' is included in the version. #75
  • Patched failing Docker image, removed deprecated Maintainer information, fixed linter issues and enabled linte. #107

Added

  • use configured scheme filter. #71

Changed

  • Update mentions of the default branch from 'master' to 'main'. #54
  • Update buildtime format in Makefile to match RPM spec file. #61
  • Migrate to github actions, normalize analysis tools, Dockerfiles and Makefiles. #62
  • Add optional OpenTelemetry tracing feature. #67 thanks to @utsavbatra5

Added

  • adding docker automation #48

Changed

  • switch dependency tooling from glide to go modules
  • updated release pipeline to use travis #47
  • register for specific OS signals #51

Fixed

  • dependency updates including webpa-common's which fixes the SD metric label value for a service #51

fixed build upload

Switching to new build process

Added

  • Initial creation