Skip to content

Commit

Permalink
release: v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 27, 2023
1 parent 5da019d commit 2b3bca7
Show file tree
Hide file tree
Showing 42 changed files with 379 additions and 71 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Bug Fixes

* **cli:** assets are optional ([#3008](https://github.com/linz/basemaps/issues/3008)) ([5ea056b](https://github.com/linz/basemaps/commit/5ea056b7e5bd95c37e209086990e3d9651250251))
* **config:** allow config to be loaded where tiffs are not in Z-X-Y.tiff format ([#3009](https://github.com/linz/basemaps/issues/3009)) ([bee7815](https://github.com/linz/basemaps/commit/bee78153467571d8f4632070c842ee8f505d870e))
* **server:** create missing all tileset and stac lookup locations ([#3003](https://github.com/linz/basemaps/issues/3003)) ([d9fcbd9](https://github.com/linz/basemaps/commit/d9fcbd9be22f239e915e029912d48e038de13765))
* head can throw "NotFound" ([#2992](https://github.com/linz/basemaps/issues/2992)) ([5d63672](https://github.com/linz/basemaps/commit/5d63672b41ead80eda95ec4baa7a445fbf69d272))
* macosx sometimes timesout when running filesystem tests ([#2995](https://github.com/linz/basemaps/issues/2995)) ([fae5caa](https://github.com/linz/basemaps/commit/fae5caad11ca2dec261faacb9cc832cce1a4f0ec))
* only invalidate top level directories ([#2993](https://github.com/linz/basemaps/issues/2993)) ([c36ab5d](https://github.com/linz/basemaps/commit/c36ab5d5b88f746bbec77b4b12ba4755774347ad))
* reduce the number of cloudfront invalidations ([#2991](https://github.com/linz/basemaps/issues/2991)) ([786e4e9](https://github.com/linz/basemaps/commit/786e4e9e3ece1410cb77983baa3a887e198d69b2))
* **cli:** Fix the installiation of node js in the cli container. BM-916 ([#2985](https://github.com/linz/basemaps/issues/2985)) ([eb62388](https://github.com/linz/basemaps/commit/eb62388f7b56c3a842234b76354535f9c68b4acc))


### Features

* upgrade to gdal 3.8.0 and add max_z_overview setting ([#3014](https://github.com/linz/basemaps/issues/3014)) ([0d78a9a](https://github.com/linz/basemaps/commit/0d78a9acd8e260e3caba452e00b68a81a001a68f))
* **cli:** Relocate dgal and cog from cli package. BM-879 ([#2984](https://github.com/linz/basemaps/issues/2984)) ([6ebb106](https://github.com/linz/basemaps/commit/6ebb1061b8b044e8bb519a26ddd5912b57494d22))
* **cli:** Remove the create-mapsheet cli which is relocated into argo-tasks. BM-911 ([#2987](https://github.com/linz/basemaps/issues/2987)) ([e661201](https://github.com/linz/basemaps/commit/e661201627147478362c278287f7967c25f63d76))
* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))
* **server:** docker improvements ([#3002](https://github.com/linz/basemaps/issues/3002)) ([9db2353](https://github.com/linz/basemaps/commit/9db2353d6bf3dc22ef2c295a6dc3de8a2022bc8c))
* **server:** layer preview page for local debugging ([#3004](https://github.com/linz/basemaps/issues/3004)) ([eea8cc5](https://github.com/linz/basemaps/commit/eea8cc504f81f47a0bedb7e5f142c2286f57da7a))
* Add proof of concept docs site BM-917 ([#2990](https://github.com/linz/basemaps/issues/2990)) ([cabccc7](https://github.com/linz/basemaps/commit/cabccc730de0c0016e9d102dc8df6acbf1510e00))
* allow reads from linz "-scratch" buckets TDE-906 ([#2982](https://github.com/linz/basemaps/issues/2982)) ([615334f](https://github.com/linz/basemaps/commit/615334f0f26bcda4f7155e4b3b83bc39f39701af))





# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"conventionalCommits": true
}
},
"version": "6.46.0"
"version": "7.0.0"
}
11 changes: 11 additions & 0 deletions packages/__tests__/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Features

* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))





## [6.32.1](https://github.com/linz/basemaps/compare/v6.32.0...v6.32.1) (2022-07-28)

**Note:** Version bump only for package @basemaps/test
Expand Down
2 changes: 1 addition & 1 deletion packages/__tests__/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/test",
"version": "6.32.1",
"version": "7.0.0",
"private": true,
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/_infra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Features

* allow reads from linz "-scratch" buckets TDE-906 ([#2982](https://github.com/linz/basemaps/issues/2982)) ([615334f](https://github.com/linz/basemaps/commit/615334f0f26bcda4f7155e4b3b83bc39f39701af))
* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))





# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

**Note:** Version bump only for package @basemaps/infra
Expand Down
6 changes: 3 additions & 3 deletions packages/_infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/infra",
"version": "6.46.0",
"version": "7.0.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -24,8 +24,8 @@
"test": "ospec --globs 'build/**/*.test.js'"
},
"devDependencies": {
"@basemaps/lambda-tiler": "^6.46.0",
"@basemaps/shared": "^6.46.0",
"@basemaps/lambda-tiler": "^7.0.0",
"@basemaps/shared": "^7.0.0",
"aws-cdk": "2.79.x",
"aws-cdk-lib": "2.79.x",
"constructs": "^10.2.33"
Expand Down
12 changes: 12 additions & 0 deletions packages/attribution/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Features

* Add proof of concept docs site BM-917 ([#2990](https://github.com/linz/basemaps/issues/2990)) ([cabccc7](https://github.com/linz/basemaps/commit/cabccc730de0c0016e9d102dc8df6acbf1510e00))
* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))





# [6.44.0](https://github.com/linz/basemaps/compare/v6.43.0...v6.44.0) (2023-09-05)

**Note:** Version bump only for package @basemaps/attribution
Expand Down
6 changes: 3 additions & 3 deletions packages/attribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/attribution",
"version": "6.44.0",
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"build/"
],
"dependencies": {
"@basemaps/geo": "^6.44.0",
"@linzjs/geojson": "^6.43.0"
"@basemaps/geo": "^7.0.0",
"@linzjs/geojson": "^7.0.0"
},
"bundle": {
"entry": "src/attribution.index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/bathymetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Features

* upgrade to gdal 3.8.0 and add max_z_overview setting ([#3014](https://github.com/linz/basemaps/issues/3014)) ([0d78a9a](https://github.com/linz/basemaps/commit/0d78a9acd8e260e3caba452e00b68a81a001a68f))
* **cli:** Relocate dgal and cog from cli package. BM-879 ([#2984](https://github.com/linz/basemaps/issues/2984)) ([6ebb106](https://github.com/linz/basemaps/commit/6ebb1061b8b044e8bb519a26ddd5912b57494d22))
* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))





# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

**Note:** Version bump only for package @basemaps/bathymetry
Expand Down
8 changes: 4 additions & 4 deletions packages/bathymetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/bathymetry",
"version": "6.46.0",
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/shared": "^6.46.0",
"@basemaps/cli": "^7.0.0",
"@basemaps/geo": "^7.0.0",
"@basemaps/shared": "^7.0.0",
"@rushstack/ts-command-line": "^4.3.13",
"multihashes": "^4.0.2",
"ulid": "^2.3.0"
Expand Down
23 changes: 23 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Bug Fixes

* **cli:** assets are optional ([#3008](https://github.com/linz/basemaps/issues/3008)) ([5ea056b](https://github.com/linz/basemaps/commit/5ea056b7e5bd95c37e209086990e3d9651250251))
* head can throw "NotFound" ([#2992](https://github.com/linz/basemaps/issues/2992)) ([5d63672](https://github.com/linz/basemaps/commit/5d63672b41ead80eda95ec4baa7a445fbf69d272))
* reduce the number of cloudfront invalidations ([#2991](https://github.com/linz/basemaps/issues/2991)) ([786e4e9](https://github.com/linz/basemaps/commit/786e4e9e3ece1410cb77983baa3a887e198d69b2))
* **cli:** Fix the installiation of node js in the cli container. BM-916 ([#2985](https://github.com/linz/basemaps/issues/2985)) ([eb62388](https://github.com/linz/basemaps/commit/eb62388f7b56c3a842234b76354535f9c68b4acc))


### Features

* Add proof of concept docs site BM-917 ([#2990](https://github.com/linz/basemaps/issues/2990)) ([cabccc7](https://github.com/linz/basemaps/commit/cabccc730de0c0016e9d102dc8df6acbf1510e00))
* upgrade to gdal 3.8.0 and add max_z_overview setting ([#3014](https://github.com/linz/basemaps/issues/3014)) ([0d78a9a](https://github.com/linz/basemaps/commit/0d78a9acd8e260e3caba452e00b68a81a001a68f))
* **cli:** Relocate dgal and cog from cli package. BM-879 ([#2984](https://github.com/linz/basemaps/issues/2984)) ([6ebb106](https://github.com/linz/basemaps/commit/6ebb1061b8b044e8bb519a26ddd5912b57494d22))
* **cli:** Remove the create-mapsheet cli which is relocated into argo-tasks. BM-911 ([#2987](https://github.com/linz/basemaps/issues/2987)) ([e661201](https://github.com/linz/basemaps/commit/e661201627147478362c278287f7967c25f63d76))
* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))





# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

**Note:** Version bump only for package @basemaps/cli
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli",
"version": "6.46.0",
"version": "7.0.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,18 +39,18 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"dependencies": {
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/server": "^6.46.0",
"@basemaps/shared": "^6.46.0",
"@basemaps/tiler": "^6.44.0",
"@basemaps/tiler-sharp": "^6.45.0",
"@basemaps/config": "^7.0.0",
"@basemaps/geo": "^7.0.0",
"@basemaps/server": "^7.0.0",
"@basemaps/shared": "^7.0.0",
"@basemaps/tiler": "^7.0.0",
"@basemaps/tiler-sharp": "^7.0.0",
"@chunkd/fs": "^10.0.2",
"@chunkd/source-aws-v2": "^9.3.1",
"@cogeotiff/core": "^7.2.0",
"@cotar/core": "^5.4.0",
"@cotar/tar": "^5.4.1",
"@linzjs/geojson": "^6.43.0",
"@linzjs/geojson": "^7.0.0",
"@rushstack/ts-command-line": "^4.3.13",
"ansi-colors": "^4.1.1",
"deep-diff": "^1.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/cogify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Features

* Add proof of concept docs site BM-917 ([#2990](https://github.com/linz/basemaps/issues/2990)) ([cabccc7](https://github.com/linz/basemaps/commit/cabccc730de0c0016e9d102dc8df6acbf1510e00))
* upgrade to gdal 3.8.0 and add max_z_overview setting ([#3014](https://github.com/linz/basemaps/issues/3014)) ([0d78a9a](https://github.com/linz/basemaps/commit/0d78a9acd8e260e3caba452e00b68a81a001a68f))





# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

**Note:** Version bump only for package @basemaps/cogify
Expand Down
10 changes: 5 additions & 5 deletions packages/cogify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cogify",
"version": "6.46.0",
"version": "7.0.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,10 +39,10 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@basemaps/cli": "^6.46.0",
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/shared": "^6.46.0",
"@basemaps/cli": "^7.0.0",
"@basemaps/config": "^7.0.0",
"@basemaps/geo": "^7.0.0",
"@basemaps/shared": "^7.0.0",
"cmd-ts": "^0.12.1",
"p-limit": "^4.0.0",
"stac-ts": "^1.0.0"
Expand Down
21 changes: 21 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Bug Fixes

* **cli:** assets are optional ([#3008](https://github.com/linz/basemaps/issues/3008)) ([5ea056b](https://github.com/linz/basemaps/commit/5ea056b7e5bd95c37e209086990e3d9651250251))
* **config:** allow config to be loaded where tiffs are not in Z-X-Y.tiff format ([#3009](https://github.com/linz/basemaps/issues/3009)) ([bee7815](https://github.com/linz/basemaps/commit/bee78153467571d8f4632070c842ee8f505d870e))
* **server:** create missing all tileset and stac lookup locations ([#3003](https://github.com/linz/basemaps/issues/3003)) ([d9fcbd9](https://github.com/linz/basemaps/commit/d9fcbd9be22f239e915e029912d48e038de13765))
* macosx sometimes timesout when running filesystem tests ([#2995](https://github.com/linz/basemaps/issues/2995)) ([fae5caa](https://github.com/linz/basemaps/commit/fae5caad11ca2dec261faacb9cc832cce1a4f0ec))


### Features

* Add proof of concept docs site BM-917 ([#2990](https://github.com/linz/basemaps/issues/2990)) ([cabccc7](https://github.com/linz/basemaps/commit/cabccc730de0c0016e9d102dc8df6acbf1510e00))
* allow reads from linz "-scratch" buckets TDE-906 ([#2982](https://github.com/linz/basemaps/issues/2982)) ([615334f](https://github.com/linz/basemaps/commit/615334f0f26bcda4f7155e4b3b83bc39f39701af))
* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))





# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/config",
"version": "6.46.0",
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"build/"
],
"dependencies": {
"@basemaps/geo": "^6.44.0",
"@basemaps/geo": "^7.0.0",
"@cogeotiff/core": "^7.2.0",
"@cotar/core": "^5.4.0",
"base-x": "^4.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/geo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Features

* Add proof of concept docs site BM-917 ([#2990](https://github.com/linz/basemaps/issues/2990)) ([cabccc7](https://github.com/linz/basemaps/commit/cabccc730de0c0016e9d102dc8df6acbf1510e00))
* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))





# [6.44.0](https://github.com/linz/basemaps/compare/v6.43.0...v6.44.0) (2023-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/geo",
"version": "6.44.0",
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/lambda-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/linz/basemaps/compare/v6.46.0...v7.0.0) (2023-11-27)


### Features

* Add proof of concept docs site BM-917 ([#2990](https://github.com/linz/basemaps/issues/2990)) ([cabccc7](https://github.com/linz/basemaps/commit/cabccc730de0c0016e9d102dc8df6acbf1510e00))
* **doc:** Improve the individual package documentations. BM-776 ([#2981](https://github.com/linz/basemaps/issues/2981)) ([5a4adcb](https://github.com/linz/basemaps/commit/5a4adcbbff15857a6f4c315d54280d542f785fec))





# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

**Note:** Version bump only for package @basemaps/lambda-analytics
Expand Down
Loading

0 comments on commit 2b3bca7

Please sign in to comment.