Skip to content

Commit

Permalink
adjust changelog and build for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Jul 11, 2023
1 parent afbfa96 commit 5fdc558
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: docker/Dockerfile_multiarch
push: true
tags: cars10/elasticvue-test:latest,cars10/elasticvue-test:${{ steps.package-version.outputs.current-version }}
#tags: cars10/elasticvue:latest,cars10/elasticvue:${{ steps.package-version.outputs.current-version }}
tags: cars10/elasticvue:${{ steps.package-version.outputs.current-version }}

publish:
name: Publish release
Expand All @@ -148,18 +149,21 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
prerelease: true
tag: ${{ github.ref_name }}
name: ${{ github.ref_name }}
artifacts: github-artifacts/artifact/*
body: |
## Usage
* [Docker](https://hub.docker.com/r/cars10/elasticvue)
* [Hosted](https://app.elasticvue.com)
### Browser extension
* [Google Chrome](https://chrome.google.com/webstore/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa)
* [Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/elasticvue/)
* [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/elasticvue/geifniocjfnfilcbeloeidajlfmhdlgo)
## Using elasticvue
### Desktop app
* [Linux .AppImage](https://github.com/cars10/elasticvue-test/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_amd64.AppImage)
* [Mac x68 .dmg](https://github.com/cars10/elasticvue-test/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_x64.dmg) / [Mac aarch64 .dmg](https://github.com/cars10/elasticvue-test/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_aarch64.dmg)
* [Windows .msi](https://github.com/cars10/elasticvue-test/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_x64_en-US.msi)
### Browser extension
* [Google Chrome](https://chrome.google.com/webstore/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa)
* [Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/elasticvue/)
* [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/elasticvue/geifniocjfnfilcbeloeidajlfmhdlgo)
### Other
* [Docker](https://hub.docker.com/r/cars10/elasticvue)
* [Hosted](https://app.elasticvue.com)
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

# 1.0.0-beta-1

This is basically a complete rewrite in vue 3. I also switched from vue-cli to vite, from vuetify to quasar and used
typescript. Elasticvue received a lot of improvements, fixes and new features, some of the most notable are:
[For downloads check the releases page](https://github.com/cars10/elasticvue/releases)

*This is a beta version. The browser addons are not updated yet, and the `:latest` tag of the docker image still points
to the previous stable version.*

This release is a complete rewrite of elasticvue in vue 3. I also switched from vue-cli to vite, from vuetify to quasar
and used typescript. Elasticvue received a lot of improvements, fixes and new features, some of the most notable are:

**New features**

* Setup: improved setup page with ability to directly import an elasticvue backup
* Home: improved dashboard with more cluster information
* Cluster management: ability to change cluster credentials
* Indices: can reindex indices into other indices
* Indices: can reindex indices into other indices and delete all documents from and index
* Search: you can now edit documents on the search page directly. Also adds a setting to localize `@timestamp` values.
* Rest: completely rewritten. Now includes tabs, history, saved queries - all saved separately per cluster.
* Snapshots: can create s3 repositories.
Expand Down

0 comments on commit 5fdc558

Please sign in to comment.