github: move repository to its own organization

This commit is contained in:
Vincent Bernat
2022-09-09 18:03:06 +02:00
parent 06b3fbe400
commit 60eaeb7c52
6 changed files with 18 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ actual bugs.
[documenation]: https://demo.akvorado.net/docs/intro
[troublehooting section]: https://demo.akvorado.net/docs/troubleshooting
[discussions]: https://github.com/vincentbernat/akvorado/discussions
[discussions]: https://github.com/akvorado/akvorado/discussions
When putting code snippets (logs, commands), put them between triple
backticks:

View File

@@ -1,4 +1,4 @@
contact_links:
- name: "Discussions and Q&A"
url: https://github.com/vincentbernat/akvorado/discussions
url: https://github.com/akvorado/akvorado/discussions
about: Please ask and answer questions here.

View File

@@ -16,7 +16,7 @@ only requirement is to have
[Docker](https://docs.docker.com/get-docker/) and [Docker
Compose](https://docs.docker.com/compose/install/). Grab the latest
tarball from the [release page on
GitHub](https://github.com/vincentbernat/akvorado/releases), unpack
GitHub](https://github.com/akvorado/akvorado/releases), unpack
it, rename the target directory to `akvorado`, then run the
`docker-compose` command:

View File

@@ -13,8 +13,8 @@ You can get *Akvorado* as a
[Docker](https://docs.docker.com/get-docker) image.
```console
# docker pull ghcr.io/vincentbernat/akvorado:latest
# docker run --rm ghcr.io/vincentbernat/akvorado:latest help
# docker pull ghcr.io/akvorado/akvorado:latest
# docker run --rm ghcr.io/akvorado/akvorado:latest help
```
Check the `docker-compose.yml` file for an example on how to deploy
@@ -23,7 +23,7 @@ Check the `docker-compose.yml` file for an example on how to deploy
## Pre-built binary
The second option is to get a pre-built binary from the [release page
on GitHub](https://github.com/vincentbernat/akvorado/releases).
on GitHub](https://github.com/akvorado/akvorado/releases).
Currently, only a pre-built binary for Linux x86-64 is provided.
## Compilation from source

View File

@@ -15,7 +15,9 @@ identified with a specific icon:
This release bumps the minimal required version for ClickHouse to
22.4. The `docker-compose` file has been updated to use ClickHouse
22.8 (which is a long term version).
22.8 (which is a long term version). Moreover, *Akvorado* now has its
own organisation and the code is hosted at
[akvorado/akvorado](https://github.com/akvorado/akvorado).
- 💥 *console*: make ClickHouse interpolate missing values (ClickHouse 22.4+ is required)
- 🩹 *orchestrator*: validate configuration of other services on start
@@ -61,7 +63,7 @@ details.
- 🌱 *inlet*: `inlet.snmp.communities` accepts subnets as keys
- 🌱 *docker-compose*: disable healthcheck for the conntrack-fixer container
[PR #61]: https://github.com/vincentbernat/akvorado/pull/61
[PR #61]: https://github.com/akvorado/akvorado/pull/61
## 1.5.3 - 2022-07-26
@@ -74,7 +76,7 @@ details.
- 🩹 *build*: remove `-dirty` from version number in released Docker images
- 🌱 *console*: hide `::ffff:` prefix from IPv6-mapped IPv4 addresses
[PR #57]: https://github.com/vincentbernat/akvorado/pull/57
[PR #57]: https://github.com/akvorado/akvorado/pull/57
## 1.5.1 - 2022-07-22
@@ -101,10 +103,10 @@ the orchestrator to load this new schema.
- 🌱 *doc*: add configuration for Juniper devices
- 🌱 *docker-compose*: add [UI for Apache Kafka][] to help debug starter issues
[PR #11]: https://github.com/vincentbernat/akvorado/pull/11
[PR #14]: https://github.com/vincentbernat/akvorado/pull/14
[PR #15]: https://github.com/vincentbernat/akvorado/pull/15
[PR #23]: https://github.com/vincentbernat/akvorado/pull/23
[PR #11]: https://github.com/akvorado/akvorado/pull/11
[PR #14]: https://github.com/akvorado/akvorado/pull/14
[PR #15]: https://github.com/akvorado/akvorado/pull/15
[PR #23]: https://github.com/akvorado/akvorado/pull/23
[UI for Apache Kafka]: https://github.com/provectus/kafka-ui
## 1.4.2 - 2022-07-16
@@ -120,8 +122,8 @@ the orchestrator to load this new schema.
- 🌱 *docker-compose*: pull image from GitHub instead of building it
- 🌱 *doc*: add more tips to the troubleshooting section
[PR #4]: https://github.com/vincentbernat/akvorado/pull/4
[PR #7]: https://github.com/vincentbernat/akvorado/pull/7
[PR #4]: https://github.com/akvorado/akvorado/pull/4
[PR #7]: https://github.com/akvorado/akvorado/pull/7
## 1.4.1 - 2022-07-12

View File

@@ -61,7 +61,7 @@ services:
# latest stable release from GitHub.
akvorado-service: &akvorado-image
build: {context: .}
# image: ghcr.io/vincentbernat/akvorado:latest
# image: ghcr.io/akvorado/akvorado:latest
command: version
akvorado-orchestrator: