Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.0 #168

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genin"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Genin is the tool that will help you very quickly roll out cluster configuration
Linux binary file
Universal executable (as root user or via sudo):
```shell
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.6.0-x86_64-musl.tar.gz
tar -xvf genin-0.6.0-x86_64-musl.tar.gz ; install genin /usr/local/bin/
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.7.0-x86_64-musl.tar.gz
tar -xvf genin-0.7.0-x86_64-musl.tar.gz ; install genin /usr/local/bin/
```

1. Add the Picodata repository using the following command in a terminal (as root or via sudo):
Expand Down Expand Up @@ -80,8 +80,8 @@ brew install genin
Use the following command to grab and install Genin in macOS (10.10+) wihtout
homebrew:
```shell
curl -L https://binary.picodata.io/repository/raw/genin/apple/genin-0.6.0-darwin-amd64.zip -o genin-0.6.0-darwin-amd64.zip
unzip genin-0.6.0-darwin-amd64.zip -d ~/bin/
curl -L https://binary.picodata.io/repository/raw/genin/apple/genin-0.7.0-darwin-amd64.zip -o genin-0.7.0-darwin-amd64.zip
unzip genin-0.7.0-darwin-amd64.zip -d ~/bin/
```
> **Note:** The application can then be found under the `~/bin` directory.
> Make sure the directory is in your `$PATH`.
Expand Down
8 changes: 4 additions & 4 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Genin это генератор инваентаря для `Ansible Cartridge`.

Универсальный исполняемый файл (от пользователя root или через sudo):
```shell
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.6.0-x86_64-musl.tar.gz
tar -xvf genin-0.6.0-x86_64-musl.tar.gz ; install genin /usr/local/bin/
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.7.0-x86_64-musl.tar.gz
tar -xvf genin-0.7.0-x86_64-musl.tar.gz ; install genin /usr/local/bin/
```

#### Универскальная установка через пакетный менеджер
Expand Down Expand Up @@ -85,8 +85,8 @@ brew install genin
Для установки без помощи homebrew используйте следующие команды для загрузки и установки
Genin на macOS (10.10+):
```shell
curl -sLO https://binary.picodata.io/repository/raw/genin/osx/genin-0.6.0-x86_64-macosx.tar.gz
unzip genin-0.6.0-darwin-amd64.zip -d ~/bin/
curl -sLO https://binary.picodata.io/repository/raw/genin/osx/genin-0.7.0-x86_64-macosx.tar.gz
unzip genin-0.7.0-darwin-amd64.zip -d ~/bin/
```

---
Expand Down
Loading