Skip to content

Tags: gavinljj/feast

Tags

v0.8.1

Toggle v0.8.1's commit message
0.8.1 changelog

Signed-off-by: Oleksii Moskalenko <[email protected]>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix helm repo addition and dockerhub path context (feast-dev#1155)

* Fix helm repo addition and dockerhub path context

Signed-off-by: Terence <[email protected]>

* Fix env variable access and context

Signed-off-by: Terence <[email protected]>

v0.8.0-rc.3

Toggle v0.8.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make created timestamp optional in KafkaSource (feast-dev#1146)

Signed-off-by: Oleksii Moskalenko <[email protected]>

v0.8.0-rc.2

Toggle v0.8.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
In Historical Retrieval (SDK) use project from client context (feast-…

…dev#1138)

* use client.project in historical retrieval

Signed-off-by: Oleksii Moskalenko <[email protected]>

* formatting

Signed-off-by: Oleksii Moskalenko <[email protected]>

v0.8.0-rc.1

Toggle v0.8.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement list job and get job methods for Dataproc launcher (feast-d…

…ev#1106)

* Implement list job and get job methods for Dataproc launcher

Signed-off-by: Khor Shu Heng <[email protected]>

* Add error message to SparkJobFailure

Signed-off-by: Khor Shu Heng <[email protected]>

* Add integration test for dataproc launcher

Signed-off-by: Khor Shu Heng <[email protected]>

* Remove extra line space

Signed-off-by: Khor Shu Heng <[email protected]>

* Fix argument name to integration test script

Signed-off-by: Khor Shu Heng <[email protected]>

* Add error handling for cancelled job

Signed-off-by: Khor Shu Heng <[email protected]>

* Remove dummy test

Signed-off-by: Khor Shu Heng <[email protected]>

Co-authored-by: Khor Shu Heng <[email protected]>

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to 0.7.1 & add changelog (feast-dev#1031)

Signed-off-by: Oleksii Moskalenko <[email protected]>

v0.7.0

Toggle v0.7.0's commit message
Release Version v0.7.0

sdk/go/v0.7.0

Toggle sdk/go/v0.7.0's commit message
Release Version v0.7.0

v0.7.0-rc.3

Toggle v0.7.0-rc.3's commit message
Bump versions to v0.7.0-rc.3

v0.7.0-rc.2

Toggle v0.7.0-rc.2's commit message
Fix Github Actions versioned image push (feast-dev#994)

* Fix push semver versioned ci image not being pushed if has semver suffix.

* Add comments to document semver regex.

* Replace regular expression matcher with grep -P for Perl regex style matching.