Skip to content

Commit

Permalink
Bump the search version in docker script (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao authored Jun 20, 2019
1 parent d3a0cda commit 85ce0f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-amundsen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
networks:
- amundsennet
amundsensearch:
image: amundsendev/amundsen-search:1.0.2
image: amundsendev/amundsen-search:1.1.1
container_name: amundsensearch
ports:
- 5001:5000
Expand All @@ -35,7 +35,7 @@ services:
environment:
- PROXY_ENDPOINT=es_amundsen
amundsenmetadata:
image: amundsendev/amundsen-metadata:1.0.7
image: amundsendev/amundsen-metadata:1.0.11
container_name: amundsenmetadata
depends_on:
- neo4j
Expand All @@ -46,7 +46,7 @@ services:
environment:
- PROXY_HOST=bolt://neo4j_amundsen
amundsenfrontend:
image: amundsendev/amundsen-frontend:1.0.5
image: amundsendev/amundsen-frontend:1.0.6
container_name: amundsenfrontend
depends_on:
- amundsenmetadata
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def build_js() -> None:
with open(requirements_path) as requirements_file:
requirements = requirements_file.readlines()

__version__ = '1.0.5'
__version__ = '1.0.6'


setup(
Expand Down

0 comments on commit 85ce0f9

Please sign in to comment.