Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [15.35.0](https://github.com/uktrade/platform-tools/compare/15.34.1...15.35.0) (2026-08-05)


### Features

* Use new bucket for non-production ALB logs (SR-2696) ([#1594](https://github.com/uktrade/platform-tools/issues/1594)) ([3edca75](https://github.com/uktrade/platform-tools/commit/3edca758ae7c0be96c21513555f37f1d8016c57f))


### Bug Fixes

* Fix for each in Privatelink Cert Validation (off-ticket) ([#1600](https://github.com/uktrade/platform-tools/issues/1600)) ([7076ce2](https://github.com/uktrade/platform-tools/commit/7076ce25aa6cd1605e19b2e37a21c788bb15b3d6))


### Dependencies

* Bump datadog/datadog in /terraform/datadog ([#1584](https://github.com/uktrade/platform-tools/issues/1584)) ([44e4f2a](https://github.com/uktrade/platform-tools/commit/44e4f2a2e27ddac5aac78fb85fab5658245c3c85))

## [15.34.1](https://github.com/uktrade/platform-tools/compare/15.34.0...15.34.1) (2026-07-29)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ line-length = 100

[tool.poetry]
name = "dbt-platform-helper"
version = "15.34.1"
version = "15.35.0"
description = "Set of tools to help transfer applications/services from GOV.UK PaaS to DBT PaaS augmenting AWS Copilot."
authors = ["Department for Business and Trade Platform Team <sre@businessandtrade.gov.uk>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "15.34.1"
".": "15.35.0"
}