add graylog/gelf to image and release 2.0.0-alpha3
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Julien Fastré 2024-07-03 13:55:07 +02:00
parent 80ae8c4302
commit 218b08a3c4
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
5 changed files with 71 additions and 1 deletions

5
.changes/2.0.0-alpha3.md Normal file
View File

@ -0,0 +1,5 @@
## 2.0.0-alpha3 - 2024-07-03
### Release
* Upgrade chill to v3.0.0-RC3
* upgrade chill-bundle to v3.0.0-RC4
* Add graylog to image

View File

@ -0,0 +1,5 @@
kind: Release
body: Add graylog to image
time: 2024-07-03T13:54:12.983732476+02:00
custom:
Issue: ""

View File

@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.0.0-alpha3 - 2024-07-03
### Release
* Upgrade chill to v3.0.0-RC3
* upgrade chill-bundle to v3.0.0-RC4
* Add graylog to image
## 2.0.0-alpha2 - 2024-07-03
### Release
* Upgrade chill to v3.0.0-RC3

View File

@ -11,6 +11,7 @@
"champs-libres/wopi-lib": "dev-master@dev",
"chill-project/chill-bundles": "v3.0.0-RC4",
"chill-project/chill-deploy": "^1.0",
"graylog2/gelf-php": "^2.0",
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/flex": "^1.17|^2",

55
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "040e9414cc0ee438060961cd5fb7b6b8",
"content-hash": "6f8866c29c800c279eba1cddda061a38",
"packages": [
{
"name": "brick/math",
@ -2208,6 +2208,59 @@
},
"time": "2024-04-18T19:31:19+00:00"
},
{
"name": "graylog2/gelf-php",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/bzikarsky/gelf-php.git",
"reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/29ef48fa6eac6c8787b588949483f1739c57ad4f",
"reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f",
"shasum": ""
},
"require": {
"php": ">=8.0",
"psr/log": "^1|^2|^3"
},
"provide": {
"psr/log-implementation": "3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6|^10.1",
"squizlabs/php_codesniffer": "^3.6",
"vimeo/psalm": "^5.11"
},
"type": "library",
"autoload": {
"psr-4": {
"Gelf\\": "src/Gelf"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Benjamin Zikarsky",
"email": "benjamin@familie-zikarsky.de"
},
{
"name": "gelf-php contributors",
"homepage": "https://github.com/bzikarsky/gelf-php/contributors"
}
],
"description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
"support": {
"issues": "https://github.com/bzikarsky/gelf-php/issues",
"source": "https://github.com/bzikarsky/gelf-php/tree/2.0.1"
},
"time": "2023-05-23T14:45:24+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "7.8.1",