-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/azure-gh
- Loading branch information
Showing
4 changed files
with
26 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
# Change Log | ||
|
||
## [1.0.2](https://github.com/bakdata/kserve-client/tree/1.0.2) (2024-01-26) | ||
[View commits](https://github.com/bakdata/kserve-client/compare/1.0.1...1.0.2) | ||
|
||
**Merged pull requests:** | ||
|
||
- Update dependencies [\#9](https://github.com/bakdata/kserve-client/pull/9) ([@philipp94831](https://github.com/philipp94831)) | ||
- Set link to blog post [\#6](https://github.com/bakdata/kserve-client/pull/6) ([@JakobEdding](https://github.com/JakobEdding)) | ||
|
||
## [1.0.1](https://github.com/bakdata/kserve-client/tree/1.0.1) (2022-06-03) | ||
[Full Changelog](https://github.com/bakdata/kserve-client/compare/1.0.0...1.0.1) | ||
[View commits](https://github.com/bakdata/kserve-client/compare/1.0.0...1.0.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Fix package namespace in readme [\#5](https://github.com/bakdata/kserve-client/pull/5) ([@jakob-ed](https://github.com/jakob-ed)) | ||
- Update dependencies jackson\-databind, jsoup [\#4](https://github.com/bakdata/kserve-client/pull/4) ([@jakob-ed](https://github.com/jakob-ed)) | ||
- Fix package namespace in readme [\#5](https://github.com/bakdata/kserve-client/pull/5) ([@JakobEdding](https://github.com/JakobEdding)) | ||
- Update dependencies jackson\-databind, jsoup [\#4](https://github.com/bakdata/kserve-client/pull/4) ([@JakobEdding](https://github.com/JakobEdding)) | ||
|
||
## [1.0.0](https://github.com/bakdata/kserve-client/tree/1.0.0) (2022-06-01) | ||
[View commits](https://github.com/bakdata/kserve-client/compare/c473888baa1173f779b244cd7d5ebd53dff1a0c7...1.0.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Make gradlew executable [\#3](https://github.com/bakdata/kserve-client/pull/3) ([@philipp94831](https://github.com/philipp94831)) | ||
- Fix gradle build config for release [\#2](https://github.com/bakdata/kserve-client/pull/2) ([@jakob-ed](https://github.com/jakob-ed)) | ||
- Add kserve\-client [\#1](https://github.com/bakdata/kserve-client/pull/1) ([@jakob-ed](https://github.com/jakob-ed)) | ||
- Fix gradle build config for release [\#2](https://github.com/bakdata/kserve-client/pull/2) ([@JakobEdding](https://github.com/JakobEdding)) | ||
- Add kserve\-client [\#1](https://github.com/bakdata/kserve-client/pull/1) ([@JakobEdding](https://github.com/JakobEdding)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
version=1.0.2-SNAPSHOT | ||
version=1.0.3-SNAPSHOT | ||
org.gradle.caching=true | ||
org.gradle.parallel=true | ||
okHttpVersion=4.9.3 | ||
junitVersion=5.7.2 | ||
okHttpVersion=4.12.0 | ||
junitVersion=5.10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |