Skip to content

Commit

Permalink
chore(version): the next version will be 2.6.5
Browse files Browse the repository at this point in the history
build(JoanFM): fix K8s deployment Hubble call
  • Loading branch information
jina-bot committed Jan 4, 2022
1 parent 56af142 commit f6c1861
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@






# Change Logs
Expand Down Expand Up @@ -11971,3 +11972,33 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```614846c6```](https://github.com/jina-ai/jina/commit/614846c66ea7bbfa804196e5212513b69bd6c9c9)] __-__ __version__: the next docarray version will be 0.0.3 (*Jina Dev Bot*)
- [[```7699293f```](https://github.com/jina-ai/jina/commit/7699293f6d4cc0b33765ef09c55e88cb6d3151ed)] __-__ __version__: the next version will be 2.6.3 (*Jina Dev Bot*)

<a name=release-note-2-6-4></a>
## Release Note (`2.6.4`)

> Release time: 2022-01-04 08:42:32



🙇 We'd like to thank all contributors for this new release! In particular,
Zhaofeng Miao, Jina Dev Bot, Deepankar Mahapatro, Wang Bo, 🙇


### 🐞 Bug fixes

- [[```77cfc818```](https://github.com/jina-ai/jina/commit/77cfc818a50e4dcaef0bf94256eef65d3b112b48)] __-__ ignore non jina resources (#4107) (*Deepankar Mahapatro*)

### 🧼 Code Refactoring

- [[```c84d0fa0```](https://github.com/jina-ai/jina/commit/c84d0fa0fb67ec52dcf0afd95b30e079506984a9)] __-__ __helloworld__: supress warnings of traversal flat (#4094) (*Wang Bo*)

### 📗 Documentation

- [[```56af142a```](https://github.com/jina-ai/jina/commit/56af142ad73f0db7d821a325a6967f9084fce415)] __-__ __tutorial__: typo (#4120) (*Zhaofeng Miao*)

### 🍹 Other Improvements

- [[```65194e83```](https://github.com/jina-ai/jina/commit/65194e8332e538fde1779583702c5ccf7c55ca24)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[```b59b1935```](https://github.com/jina-ai/jina/commit/b59b193549cd6a460b3f8de5e9e5362739debb26)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```79388360```](https://github.com/jina-ai/jina/commit/79388360877941f3c81e8e8b22a8cde9d3b11b80)] __-__ __version__: the next docarray version will be 0.0.4 (*Jina Dev Bot*)
- [[```ebcbb078```](https://github.com/jina-ai/jina/commit/ebcbb078c7339bf3fec6b25352270fa9c679d6a5)] __-__ __version__: the next version will be 2.6.4 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs):
# this is managed by git tag and updated on every release
# NOTE: this represents the NEXT release version

__version__ = '2.6.4'
__version__ = '2.6.5'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down

0 comments on commit f6c1861

Please sign in to comment.