Skip to content

Commit

Permalink
Release 0.9.15 (#106)
Browse files Browse the repository at this point in the history
* update readme

* update tag version
  • Loading branch information
finaldie authored Nov 10, 2024
1 parent c993e71 commit 96b20a0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ deps: prepare-env
# deps: docker-network

repo ?= finaldie/auto-news
tag ?= 0.9.14
tag ?= 0.9.15

build:
cd docker && make build repo=$(repo) tag=$(tag) topdir=$(topdir)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ https://github.com/finaldie/auto-news/wiki

## Installation
### :star: :star: Managed Solution :star: :star:
Great News! Now we have the in-house managed solution, it is powered by the `auto-news` as the backend. For the client App, download it from `App Store` or `Google Play`, install and enjoy. It is the **quickest** and **easiest** solution for anyone who doesn't want to/or does not have time to set up by themselves. (**Notes:** _App is available in US and Canada at this point_)
Great News! Now we have the in-house managed solution, it is powered by the `auto-news` as the backend. It supports the [Web version](https://dots.dotsfy.com/) and the mobile Apps, download it from `App Store` or `Google Play`, install and enjoy. It is the **quickest** and **easiest** solution for anyone who doesn't want to/or does not have time to set up by themselves. (**Notes:** _App is available in US and Canada at this point_)

<img src="https://github.com/finaldie/auto-news/assets/1088543/3b072078-17eb-4f1d-b301-75bc8295479c" width="80%" />

For more details, please check out the [App official website](https://dotsfy.com/dots-agent/). Click below to install the App directly:

* [Web version (Beta)](https://dots.dotsfy.com/)
* [![iOS](https://img.shields.io/itunes/v/6481704531)](https://apps.apple.com/app/dots-agent/id6481704531)
* [![Android](https://img.shields.io/badge/Google_Play-v1.1.2-blue)](https://play.google.com/store/apps/details?id=com.dotsfy.dotsagent)

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ x-airflow-common:
# Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
# and uncomment the "build" line below, Then run `docker-compose build` to build the images.
# image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.5.2}
image: ${AIRFLOW_IMAGE_NAME:-finaldie/auto-news:0.9.14}
image: ${AIRFLOW_IMAGE_NAME:-finaldie/auto-news:0.9.15}
# build: .

networks:
Expand Down
2 changes: 1 addition & 1 deletion docker/portainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ x-airflow-common:
# Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
# and uncomment the "build" line below, Then run `docker-compose build` to build the images.
# image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.5.2}
image: ${AIRFLOW_IMAGE_NAME:-finaldie/auto-news:0.9.14}
image: ${AIRFLOW_IMAGE_NAME:-finaldie/auto-news:0.9.15}
# build: .

networks:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ airflow:
images:
airflow:
repository: finaldie/auto-news
tag: 0.9.14
tag: 0.9.15

useDefaultImageForMigration: true

Expand Down

0 comments on commit 96b20a0

Please sign in to comment.