Skip to content

Commit

Permalink
release: 4.7.0 (#1111)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [4.7.0](v4.6.0...v4.7.0)
(2024-10-21)


### Features

* **basemaps:** Add nz-elevation bucket as valid source s3 bucket.
BM-1088 ([#1109](#1109))
([bc09b74](bc09b74))
* expose method to calculate a sheet code from any x,y
([#1110](#1110))
([ffa03ad](ffa03ad))
* Flatten providers into strings per role TDE-1291
([#1108](#1108))
([92af2f9](92af2f9))


### Bug Fixes

* ensure file systems with matching roleArns are registered correctly
TDE-1268 ([#1092](#1092))
([e004506](e004506))

---
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>
  • Loading branch information
github-actions[bot] authored Oct 21, 2024
1 parent 92af2f9 commit 68940d5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.6.0"
".": "4.7.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:linz/argo-tasks.git",
Expand Down

0 comments on commit 68940d5

Please sign in to comment.