Skip to content

Commit

Permalink
Release version 2.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iszulcdeepsense committed Feb 5, 2025
1 parent 7a0a6de commit d67606a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: setup test clean registry venv

# docker tag of images
TAG ?= 2.34.2
TAG ?= 2.35.0
DOCKER_REGISTRY ?= ghcr.io
DOCKER_REGISTRY_NAMESPACE ?= theracetrack/racetrack
GHCR_PREFIX = ghcr.io/theracetrack/racetrack
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.35.0] - 2025-02-05
### Added
- More types of Pub errors are presented on the Grafana Dashboard, including panic errors.
([#546](https://github.com/TheRacetrack/racetrack/issues/546))
Expand All @@ -18,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Upgraded third-party dependencies.
- Use `svc.cluster.local` suffix for Kubernetes DNS names.
- Take into account negation patterns in .gitignore
([#556](https://github.com/TheRacetrack/racetrack/pull/556))

## [2.34.2] - 2024-11-29
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion racetrack_client/racetrack_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "racetrack_client"
__version__ = "2.34.2"
__version__ = "2.35.0"

0 comments on commit d67606a

Please sign in to comment.