Andrew Calcutt
77b741986f
try to Fix workflow ( #1436 )
...
* remove bad env use
* try to fix outputs level
2025-01-10 18:56:23 -05:00
Andrew Calcutt
70f954b308
remove bad env use ( #1435 )
2025-01-10 18:53:06 -05:00
Andrew Calcutt
c30d799811
add support for pre-release in release workflow ( #1434 )
...
* add support for pre-release in release workflow
* Update release.yml
* add release check
* workflow cleanup
* cleanup
* Create CHANGELOG.md
* Update PUBLISHING.md
2025-01-10 18:46:19 -05:00
dependabot[bot]
fa988ea28b
fix(deps): bump docker/build-push-action from 5 to 6 ( #1282 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 22:17:12 +00:00
Andrew Calcutt
2a94190bd1
Update Maplibre-Native to v5.3.0 ( #1124 )
...
* update to maplibre-gl-native 5.3.0-pre.0
* use ubuntu:jammy
* use node 20 in docker image
* update max node version to 20
* update docs to reflect new requirements
* fix: update workflows to ubuntu-22.04
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
* chore: update to maplibre-gl-native 5.3.0
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
* chore: update version
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
* docs: update OS/package information
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
* fix: require node-addon-api ^7
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
* fix: update package-lock.json
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
---------
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
2024-01-15 17:46:22 -05:00
Andrew Calcutt
254aafee4c
fix: try to fix sharp 0.33.0. remove omit
...
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
2023-12-01 09:55:46 -05:00
Andrew Calcutt
967ee0d988
fix: try to fix sharp 0.33.0. remove omit optional
...
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
2023-12-01 09:52:17 -05:00
Andrew Calcutt
404acbf05e
fix: move updates into light and release
...
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
2023-10-25 00:15:46 -04:00
dependabot[bot]
a633cc8bb3
fix(deps): bump actions/setup-node from 3 to 4 ( #1032 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-23 22:26:45 +00:00
dependabot[bot]
203035aeb1
fix(deps): bump actions/checkout from 3 to 4 ( #968 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 22:43:17 +00:00
acalcutt
c2bb67ca1c
Revert "test if caching causes https://github.com/maptiler/tileserver-gl/issues/745 "
...
This reverts commit 12e8cf5c3d
.
2023-02-20 22:51:02 -05:00
acalcutt
12e8cf5c3d
test if caching causes https://github.com/maptiler/tileserver-gl/issues/745
2023-02-20 19:14:16 -05:00
dependabot[bot]
faaf1fc46c
fix(deps): bump docker/build-push-action from 3 to 4 ( #741 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 01:51:31 +00:00
Vinayak Kulkarni
62a6d6243d
chore: add.nvmrc
& cache Docker build(s) 📦 ( #707 )
...
* feat: add supoort for `.nvmrc`
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* perf: enable caching of docker builds
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
2023-01-13 14:05:44 -05:00
acalcutt
63701471d4
add 'v' to docker tag, bump version to test rel.
2022-12-10 15:07:54 -05:00
Andrew Calcutt
76a89ae8e4
add back missing PACKAGE_VERSION ( #669 )
2022-12-10 14:21:38 -05:00
Andrew Calcutt
53d65d211a
add arm64 docker build to workflow (once maplibre binary is available) ( #628 )
2022-12-10 13:19:09 -05:00
Vinayak Kulkarni
6e7c3eb3b3
build: move to GitHub Actions workflow(s) ( #597 )
...
* build: add `Pipeline` GitHub Action workflow(s)
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* refactor(build): use CT action instead of travis-ci
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* chore: remove `main` branch
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* build: add `ct` workflow in The Pipeline 🕺
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* revert: remove builder workflow to automate deployments on `ghcr.io`
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* build(ci): upgrade node version to 17
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* build: use node version from `"engines"`
https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#node-version-file
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* chore: run linter(s) once we have linting tools in place
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* fix: file name for automerger workflow
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* fix: run workflow on protected branch
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* chore: ignore hadolint rules
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* fix: setup-node after checkout repo
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* fix: remove deprecated ::set-output
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* style: fix Dockerfile lint issues
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* chore(deps): upgrade pinned libcurl4 package
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* feat: add codeql workflow
https: //github.com/github/codeql-action/
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* fix: enable Lint check in CI
cause #626 is merged! ❤️
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* feat: add publishConfig in `package.json` 🕺
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* style: remove extra space
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* feat: add builder workflow 🎉
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* perf: enable `npm ci` since we now have lockfile 🕺
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* refactor!: remove pipeline and just enable automerger & CI
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* refactor: enable codeql & remove CI
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* revert: old files unneeded in this PR
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* revert: remove hadolint config
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* build: enable CT as per @acalcutt review
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* fix: remove travis cause CT workflow
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
* force ubuntu-20.04
Testing fails on ubuntu-latest due to no libicu66 being available in ubuntu 22.04
* simplify dependencies install
* add publish workflow
* remove automerger for now
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
Co-authored-by: acalcutt <acalcutt@techidiots.net>
2022-12-08 01:15:12 -05:00