Releases: terascope/teraslice
v2.3.0
What's Changed
- create default import for elasticsearch-api by @busma13 in #3734
- Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #3733
- Fix file extension in data mate and minio in scripts by @sotojn in #3737
- [docs] update docs to remove escape characters by @busma13 in #3732
- [teraslice] - Add ability to soft delete a job by @busma13 in #3711
- [teraslice-cli] add earl jobs export command by @busma13 in #3717
- [e2e] Prevent the dockerUp function from failing by retrying when node version check returns undefined by @busma13 in #3741
- [teraslice] - Add execution controller restart logic in kubernetesV2 by @sotojn in #3740
- Bump express from 4.19.2 to 4.20.0 by @dependabot in #3745
- [docs] Escape special characters in md file by @busma13 in #3749
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
Starting with this release, all Teraslice container images will be published to ghcr
instead of docker hub, e.g. :
ghcr.io/terascope/teraslice:v2.2.0-nodev18.20.4
WARNING This version of Teraslice does not work with file-assets version 3.0.0. Use version 3.0.1
- Changes in Teraslice
- Changes in Teraslice KubernetesV2 Backend
- Add binary support to is base64 by @jeffmontagna in #3691
- Add
--diff
option toteraslice-cli
by @sotojn in #3710 - Update Docusaurus to v3 by @busma13 in #3686
- CI Related Changes
- Docker ratelimit ci by @busma13 in #3679
- Add daily docker cache workflow to master by @sotojn in #3681
- Unpin node versions in CI by @sotojn in #3687
- Update minio to use RELEASE.2022-06-11T19-55-32Z by @sotojn in #3708
- add retry to asset downloads by @busma13 in #3709
- remove docker images after saving zip file by @busma13 in #3712
- Misc
- make extract schema async by @lesleydreyer in #3689
- Fix node version check in k8s --dev mode by @sotojn in #3701
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add labels to docker image by @busma13 in #3677
- Add k8s v2 backend by @busma13 in #3630
- Add k8s-env --dev option by @sotojn in #3667
- Add external ports to job automatically when promMetrics are enabled by @busma13 in #3643
- e2e TLS minio test coverage by @sotojn in #3652
- revert @swc/core to version 1.4.0 by @busma13 in #3661
- Remove references to op test harness by @busma13 in #3673
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- Update publish-master.yml by @busma13 in #3657
- mark running jobs as failed on exc k8s restart by @busma13 in #3642
- Add node_master child process shutdown logic by @sotojn in #3636
- Set default label 'name' at init, not when PromMetrics class is created. by @busma13 in #3647
- Add resource cleanup on ex error scenario by @sotojn in #3641
- Check for successful npm authentication during publish CI workflows by @busma13 in #3654
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Breaking Change - All asset*
configuration settings have been moved out of the terafoundation
section of the config file into the teraslice
section.
- convert packages to esm, migrate esm unit tests to their own workflow by @jsnoble in #3571
- Bump @terascope/fetch-github-release from 0.8.7 to 0.8.10 by @dependabot in #3638
- Bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in #3639
Full Changelog: v1.8.0...v2.0.0
v1.8.0
What's Changed
- Update to support node 22.2.0 by @sotojn in #3628
- Bump semver from 7.6.1 to 7.6.2 by @dependabot in #3633
- Bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in #3631
- Bump validator and @types/validator by @dependabot in #3632
Full Changelog: v1.7.2...v1.8.0
v1.7.2
v1.7.1
What's Changed
This release makes it possible to use older versions of the Kafka asset, undoing the restriction imposed in the previous release v1.7.0
.
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
This release of Teraslice makes a breaking change to the terafoundation_kafka_connector
and requires kafka assets with version 4.2.0
or greater.
- release: (minor) teraslice@1.7.0 by @busma13 in #3624
- fix broken promMetric collect callback by @busma13 in #3617
Full Changelog: v1.6.0...v1.7.0