Compare commits
2 Commits
4e1482f09a
...
218b08a3c4
Author | SHA1 | Date | |
---|---|---|---|
218b08a3c4 | |||
80ae8c4302 |
4
.changes/2.0.0-alpha2.md
Normal file
4
.changes/2.0.0-alpha2.md
Normal file
@ -0,0 +1,4 @@
|
||||
## 2.0.0-alpha2 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
5
.changes/2.0.0-alpha3.md
Normal file
5
.changes/2.0.0-alpha3.md
Normal 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
|
5
.changes/unreleased/Release-20240703-133816.yaml
Normal file
5
.changes/unreleased/Release-20240703-133816.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
kind: Release
|
||||
body: upgrade chill-bundle to v3.0.0-RC4
|
||||
time: 2024-07-03T13:38:16.338710196+02:00
|
||||
custom:
|
||||
Issue: ""
|
5
.changes/unreleased/Release-20240703-135412.yaml
Normal file
5
.changes/unreleased/Release-20240703-135412.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
kind: Release
|
||||
body: Add graylog to image
|
||||
time: 2024-07-03T13:54:12.983732476+02:00
|
||||
custom:
|
||||
Issue: ""
|
11
CHANGELOG.md
11
CHANGELOG.md
@ -6,6 +6,17 @@ 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
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
|
||||
## 2.0.0-alpha1 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v2.0.0-RC3
|
||||
|
@ -4,13 +4,14 @@
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"php": ">=8.2.0",
|
||||
"ext-ctype": "*",
|
||||
"ext-iconv": "*",
|
||||
"champs-libres/wopi-bundle": "dev-master@dev",
|
||||
"champs-libres/wopi-lib": "dev-master@dev",
|
||||
"chill-project/chill-bundles": "v3.0.0-RC3",
|
||||
"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",
|
||||
|
48
composer.lock
generated
48
composer.lock
generated
@ -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": "e29db7665f176385c33add162f4ca1be",
|
||||
"content-hash": "6f8866c29c800c279eba1cddda061a38",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@ -185,16 +185,16 @@
|
||||
},
|
||||
{
|
||||
"name": "chill-project/chill-bundles",
|
||||
"version": "v3.0.0-RC3",
|
||||
"version": "v3.0.0-RC4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.com/Chill-Projet/chill-bundles.git",
|
||||
"reference": "f8fa96d8367d954ade4aebe31c2177ca9499a4fa"
|
||||
"reference": "ead1abb825dbfeaefeb9c2f853a52c41c37db956"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=f8fa96d8367d954ade4aebe31c2177ca9499a4fa",
|
||||
"reference": "f8fa96d8367d954ade4aebe31c2177ca9499a4fa",
|
||||
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=ead1abb825dbfeaefeb9c2f853a52c41c37db956",
|
||||
"reference": "ead1abb825dbfeaefeb9c2f853a52c41c37db956",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -208,7 +208,6 @@
|
||||
"ext-json": "*",
|
||||
"ext-openssl": "*",
|
||||
"ext-redis": "*",
|
||||
"graylog2/gelf-php": "^1.5",
|
||||
"knplabs/knp-menu-bundle": "^3.0",
|
||||
"knplabs/knp-time-bundle": "^1.12",
|
||||
"knpuniversity/oauth2-client-bundle": "^2.10",
|
||||
@ -326,9 +325,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues",
|
||||
"source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.0.0-RC3"
|
||||
"source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.0.0-RC4"
|
||||
},
|
||||
"time": "2024-06-24T14:23:47+00:00"
|
||||
"time": "2024-07-03T13:29:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "chill-project/chill-deploy",
|
||||
@ -2211,36 +2210,31 @@
|
||||
},
|
||||
{
|
||||
"name": "graylog2/gelf-php",
|
||||
"version": "1.7.1",
|
||||
"version": "2.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bzikarsky/gelf-php.git",
|
||||
"reference": "8dceab86227c184725479cc36ab5cae4da940f6e"
|
||||
"reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/8dceab86227c184725479cc36ab5cae4da940f6e",
|
||||
"reference": "8dceab86227c184725479cc36ab5cae4da940f6e",
|
||||
"url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/29ef48fa6eac6c8787b588949483f1739c57ad4f",
|
||||
"reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"paragonie/constant_time_encoding": "^1|^2",
|
||||
"php": ">=5.6",
|
||||
"psr/log": "^1.0|^2.0"
|
||||
"php": ">=8.0",
|
||||
"psr/log": "^1|^2|^3"
|
||||
},
|
||||
"provide": {
|
||||
"psr/log-implementation": "~1.0"
|
||||
"psr/log-implementation": "3.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7|^6.5|^7.5",
|
||||
"squizlabs/php_codesniffer": "^3.3"
|
||||
"phpunit/phpunit": "^9.6|^10.1",
|
||||
"squizlabs/php_codesniffer": "^3.6",
|
||||
"vimeo/psalm": "^5.11"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Gelf\\": "src/Gelf"
|
||||
@ -2253,7 +2247,7 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "Benjamin Zikarsky",
|
||||
"email": "benjamin@zikarsky.de"
|
||||
"email": "benjamin@familie-zikarsky.de"
|
||||
},
|
||||
{
|
||||
"name": "gelf-php contributors",
|
||||
@ -2263,9 +2257,9 @@
|
||||
"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/1.7.1"
|
||||
"source": "https://github.com/bzikarsky/gelf-php/tree/2.0.1"
|
||||
},
|
||||
"time": "2021-08-20T09:39:08+00:00"
|
||||
"time": "2023-05-23T14:45:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
@ -12472,7 +12466,7 @@
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=7.2.5",
|
||||
"php": ">=8.2.0",
|
||||
"ext-ctype": "*",
|
||||
"ext-iconv": "*"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user