From 68940d582004f88350b30e8a6064dd1174e2631e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:37:55 +1300 Subject: [PATCH] release: 4.7.0 (#1111) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 52d11d47..50ce2e3c 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 40f85ef1..352a402e 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 e8c4f70a..1e29a826 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 db380a3f..39a38a3d 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",