Skip to content

Commit 75075a0

Browse files
authored
docs: Update LICENSE information (#10)
* docs: Update LICENSE information * fix: Adjust the GH release action
1 parent 8b98347 commit 75075a0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/version_bump_and_new_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Identify the used versions
5151
run: |
52-
echo "USED_JQ_VERSION=$(cat config/blobs.yml | grep -o "jq-linux64-[[:digit:]].[[:digit:]]" | cut -d "-" -f 3)" >> $GITHUB_ENV
52+
echo "USED_JQ_VERSION=$(cat config/blobs.yml | grep -o "jq-linux64-[[:digit:]].[[:digit:]].[[:digit:]]" | cut -d "-" -f 3)" >> $GITHUB_ENV
5353
echo "USED_LOKI_VERSION=$(cat config/blobs.yml | grep loki | cut -d "-" -f 3 | cut -d ":" -f 1)" >> $GITHUB_ENV
5454
echo "USED_PROMTAIL_VERSION=$(cat config/blobs.yml | grep promtail | cut -d "-" -f 3 | cut -d ":" -f 1)" >> $GITHUB_ENV
5555

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,19 @@ To remove the deployment:
194194
$ bosh -d loki delete-deployment
195195
```
196196

197+
## Clap your hands for the dependencies
198+
199+
The Loki Bosh release wouldn't be possible if it weren't for the great projects and tools they depend on. Please check out the list below and clap your hands for them.
200+
201+
### Loki
202+
[Loki](https://github.com/grafana/loki) is a highly available, horizontally scalable, multi-tenant log aggregation system inspired by Prometheus system. It's licensed under the [AGPL-3.0 license](https://github.com/grafana/loki?tab=AGPL-3.0-1-ov-file#readme).
203+
204+
### Promtail
205+
[Promtail](https://github.com/grafana/loki) is an agent which forward the content of logs to a Loki instance. It's licensed under the [AGPL-3.0 license](https://github.com/grafana/loki?tab=AGPL-3.0-1-ov-file#readme).
206+
207+
### JQ
208+
[JQ](https://github.com/jqlang/jq) is a command-line JSON processor. It's licensed under the [[MIT license](https://github.com/jqlang/jq/blob/master/COPYING).
209+
197210
## Contribution
198211
If you would like to contribute something, have an improvement request, or want to make a change inside the code, please open a pull request.
199212

0 commit comments

Comments
 (0)