Skip to content

Commit 22f37ff

Browse files
authoredFeb 20, 2025··
chore(main): release 13.1.0 (#770)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf4e52a commit 22f37ff

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [13.1.0](https://github.com/uktrade/platform-tools/compare/13.0.2...13.1.0) (2025-02-20)
4+
5+
6+
### Features
7+
8+
* add deploy_repository as an optional key to platform-config.yml. ([#762](https://github.com/uktrade/platform-tools/issues/762)) ([9f69b32](https://github.com/uktrade/platform-tools/commit/9f69b324faf1e3f4c18c1ebb582fab0518c9d771))
9+
* DBTP-1788 Add deploy_repository key to codebase pipeline ([#777](https://github.com/uktrade/platform-tools/issues/777)) ([cf4e52a](https://github.com/uktrade/platform-tools/commit/cf4e52a86ba78725d3bd1380fad86ba433b035e6))
10+
11+
12+
### Bug Fixes
13+
14+
* DBTP-1789 - Default pipelines config to empty list ([#772](https://github.com/uktrade/platform-tools/issues/772)) ([f109139](https://github.com/uktrade/platform-tools/commit/f109139b12239b30ec53c83fa220dc3b6e547ca7))
15+
* DBTP-1792 Set FileProvider default in CopilotTemplating ([#769](https://github.com/uktrade/platform-tools/issues/769)) ([81401e6](https://github.com/uktrade/platform-tools/commit/81401e60326126a56c01aa0736789bc9a7ac0f00))
16+
* Use fakefs in test to avoid message changing to 'overwritten' in subsequent test runs ([#775](https://github.com/uktrade/platform-tools/issues/775)) ([433592e](https://github.com/uktrade/platform-tools/commit/433592e1655ac4bcfaf2adc2ae9e1eff80a574b7))
17+
318
## [13.0.2](https://github.com/uktrade/platform-tools/compare/13.0.1...13.0.2) (2025-02-10)
419

520

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 100
33

44
[tool.poetry]
55
name = "dbt-platform-helper"
6-
version = "13.0.2"
6+
version = "13.1.0"
77
description = "Set of tools to help transfer applications/services from GOV.UK PaaS to DBT PaaS augmenting AWS Copilot."
88
authors = ["Department for Business and Trade Platform Team <sre-team@digital.trade.gov.uk>"]
99
license = "MIT"

‎release-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "13.0.2"
2+
".": "13.1.0"
33
}

0 commit comments

Comments
 (0)
Please sign in to comment.