diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 52d11d472..50ce2e3c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.0" + ".": "4.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f85ef19..352a402eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.7.0](https://github.com/linz/argo-tasks/compare/v4.6.0...v4.7.0) (2024-10-21) + + +### Features + +* **basemaps:** Add nz-elevation bucket as valid source s3 bucket. BM-1088 ([#1109](https://github.com/linz/argo-tasks/issues/1109)) ([bc09b74](https://github.com/linz/argo-tasks/commit/bc09b74e53b99de36b9c941711e19380c0ae8ddd)) +* expose method to calculate a sheet code from any x,y ([#1110](https://github.com/linz/argo-tasks/issues/1110)) ([ffa03ad](https://github.com/linz/argo-tasks/commit/ffa03ada33108985d3fe866fd9b4eb421c2ee556)) +* Flatten providers into strings per role TDE-1291 ([#1108](https://github.com/linz/argo-tasks/issues/1108)) ([92af2f9](https://github.com/linz/argo-tasks/commit/92af2f9b6343c8fe7bd77b253b55bb6c838e889b)) + + +### Bug Fixes + +* ensure file systems with matching roleArns are registered correctly TDE-1268 ([#1092](https://github.com/linz/argo-tasks/issues/1092)) ([e004506](https://github.com/linz/argo-tasks/commit/e00450605e3cfaf4b2d2ff2c399e3454cae0cbd8)) + ## [4.6.0](https://github.com/linz/argo-tasks/compare/v4.5.2...v4.6.0) (2024-10-13) diff --git a/package-lock.json b/package-lock.json index e8c4f70a8..1e29a826f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linzjs/argo-tasks", - "version": "4.6.0", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linzjs/argo-tasks", - "version": "4.6.0", + "version": "4.7.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.440.0", diff --git a/package.json b/package.json index db380a3fb..39a38a3de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@linzjs/argo-tasks", "private": true, - "version": "4.6.0", + "version": "4.7.0", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "git@github.com:linz/argo-tasks.git",