Skip to content

Commit

Permalink
chore(main): release 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 22, 2025
1 parent b4f0d58 commit 9b93699
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.13.1"
".": "5.14.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [5.14.0](https://github.com/dvsa/vol-app/compare/v5.13.1...v5.14.0) (2025-01-22)


### Features

* 5950 build logstash container image pipeline ([#548](https://github.com/dvsa/vol-app/issues/548)) ([6e9ab18](https://github.com/dvsa/vol-app/commit/6e9ab186afa29cd9aefe1fd67d5a77c72fb1d68a))
* integrate liquibase runs into CD pipeline ([#553](https://github.com/dvsa/vol-app/issues/553)) ([f434069](https://github.com/dvsa/vol-app/commit/f4340694be60936ade2e0e1545068ae62dd473db))


### Bug Fixes

* 5588 containers missing tag fix ([#557](https://github.com/dvsa/vol-app/issues/557)) ([08e8d0b](https://github.com/dvsa/vol-app/commit/08e8d0b05c8071932396cb220a396c7c208794b0))
* 5588 missing tag ([#559](https://github.com/dvsa/vol-app/issues/559)) ([8359512](https://github.com/dvsa/vol-app/commit/8359512d0b004c1213d24b4613fe311d3bea6890))
* incorrect secret arn ([#564](https://github.com/dvsa/vol-app/issues/564)) ([6117b4c](https://github.com/dvsa/vol-app/commit/6117b4c4a7c3043ec50223fe4ba8ffbb1fe7c9d1))
* liquibase job queue and definition tweaks ([#549](https://github.com/dvsa/vol-app/issues/549)) ([4e78843](https://github.com/dvsa/vol-app/commit/4e788437e05e2ba13e926d71a4b4134bc663765c))
* liquibase step dependencies ([#565](https://github.com/dvsa/vol-app/issues/565)) ([90f8dd9](https://github.com/dvsa/vol-app/commit/90f8dd91d1d5349a21d7ce4bae2719a1c884f4e6))
* pass repo secret to called workflow ([#560](https://github.com/dvsa/vol-app/issues/560)) ([e2709c6](https://github.com/dvsa/vol-app/commit/e2709c6a6cb897c3c0e163f8f8dc7af9b8136f0c))
* remove param being passed to workflow_call that was only valid for workflow_dispatch ([#556](https://github.com/dvsa/vol-app/issues/556)) ([e0f8202](https://github.com/dvsa/vol-app/commit/e0f8202c7775b30b1e12d645fba7295d9a4dce40))
* set share identifier to volapp as advised ([#563](https://github.com/dvsa/vol-app/issues/563)) ([b5fdc14](https://github.com/dvsa/vol-app/commit/b5fdc1440b6cf76912e7fb3f7231b6d0f5355c8e))
* specify scheduling params for liquibase batch job ([#562](https://github.com/dvsa/vol-app/issues/562)) ([3d05d72](https://github.com/dvsa/vol-app/commit/3d05d72c2f42f6612c5ef2ca1ae3dbf0a3f3abdd))
* spelling ([#567](https://github.com/dvsa/vol-app/issues/567)) ([b4f0d58](https://github.com/dvsa/vol-app/commit/b4f0d5871d9e4a5dca605bcb48a4a36a1878eb2f))
* test deployment ([#566](https://github.com/dvsa/vol-app/issues/566)) ([0d53702](https://github.com/dvsa/vol-app/commit/0d53702712be26ab32b2f5d1d947045c86954878))
* typo in called workflow filename ([#554](https://github.com/dvsa/vol-app/issues/554)) ([327b833](https://github.com/dvsa/vol-app/commit/327b833a27b708856d4845c2d927522078e3d42f))

## [5.13.1](https://github.com/dvsa/vol-app/compare/v5.13.0...v5.13.1) (2025-01-13)


Expand Down

0 comments on commit 9b93699

Please sign in to comment.