From 25ab13e602ff113b50dbcd1368f70cb3936e6ef9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:28:39 +1200 Subject: [PATCH] chore(master): release 4.2.0 (#996) :robot: I have created a release *beep* *boop* --- ## [4.2.0](https://github.com/linz/argo-tasks/compare/v4.1.0...v4.2.0) (2024-06-11) ### Features * **basemaps:** Update the create-pr cli to support elevation config. BM-936 ([#953](https://github.com/linz/argo-tasks/issues/953)) ([1ddd8fb](https://github.com/linz/argo-tasks/commit/1ddd8fbfec78c4283541de66f76b1d27512944d8)) * verify multihash when copy TDE-1181 TDE-1172 ([#1001](https://github.com/linz/argo-tasks/issues/1001)) ([84e261b](https://github.com/linz/argo-tasks/commit/84e261b99829a136eadd90ba1c1d39c4d5da58be)) ### Bug Fixes * prevent deadlock when validating bits per sample TDE-1201 ([#1007](https://github.com/linz/argo-tasks/issues/1007)) ([5d44748](https://github.com/linz/argo-tasks/commit/5d44748aace4d7c837e1afb4ebcbd7fd02ad30c7)) * uniform checksum s3 metadata key TDE-1181 ([#999](https://github.com/linz/argo-tasks/issues/999)) ([c177234](https://github.com/linz/argo-tasks/commit/c17723499e7c55cad5559fd9eeb81376061f4aa2)) --- 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 033186b2..26b9cc6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.0" + ".": "4.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 80865dea..f2da0c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.2.0](https://github.com/linz/argo-tasks/compare/v4.1.0...v4.2.0) (2024-06-11) + + +### Features + +* **basemaps:** Update the create-pr cli to support elevation config. BM-936 ([#953](https://github.com/linz/argo-tasks/issues/953)) ([1ddd8fb](https://github.com/linz/argo-tasks/commit/1ddd8fbfec78c4283541de66f76b1d27512944d8)) +* verify multihash when copy TDE-1181 TDE-1172 ([#1001](https://github.com/linz/argo-tasks/issues/1001)) ([84e261b](https://github.com/linz/argo-tasks/commit/84e261b99829a136eadd90ba1c1d39c4d5da58be)) + + +### Bug Fixes + +* prevent deadlock when validating bits per sample TDE-1201 ([#1007](https://github.com/linz/argo-tasks/issues/1007)) ([5d44748](https://github.com/linz/argo-tasks/commit/5d44748aace4d7c837e1afb4ebcbd7fd02ad30c7)) +* uniform checksum s3 metadata key TDE-1181 ([#999](https://github.com/linz/argo-tasks/issues/999)) ([c177234](https://github.com/linz/argo-tasks/commit/c17723499e7c55cad5559fd9eeb81376061f4aa2)) + ## [4.1.0](https://github.com/linz/argo-tasks/compare/v4.0.0...v4.1.0) (2024-05-23) diff --git a/package-lock.json b/package-lock.json index 298d7246..563a3f2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linzjs/argo-tasks", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linzjs/argo-tasks", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.440.0", diff --git a/package.json b/package.json index 791954a4..3a1347e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@linzjs/argo-tasks", "private": true, - "version": "4.1.0", + "version": "4.2.0", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "git@github.com:linz/argo-tasks.git",