Compare commits
3 Commits
v2.0.0-RC1
...
v2.0.0-RC2
Author | SHA1 | Date | |
---|---|---|---|
182f2fa111
|
|||
8a61ff2b7a
|
|||
b6bc9e4a3a
|
@@ -1,6 +1,3 @@
|
|||||||
## 2.0.0-RC1 - 2024-07-18
|
## 2.0.0-RC1 - 2024-07-18
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v3.0.0-RC3
|
|
||||||
* upgrade chill-bundle to v3.0.0-RC4
|
|
||||||
* Add graylog to image
|
|
||||||
* upgrade to chill-bundles/3.0.0-RC5
|
* upgrade to chill-bundles/3.0.0-RC5
|
||||||
|
3
.changes/2.0.0-RC2.md
Normal file
3
.changes/2.0.0-RC2.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2.0.0-RC2 - 2024-07-18
|
||||||
|
### Fixed
|
||||||
|
* Fix definition of workflow
|
@@ -1,3 +1,3 @@
|
|||||||
## 2.0.0-alpha1 - 2024-07-03
|
## 2.0.0-alpha1 - 2024-07-03
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v2.0.0-RC3
|
* Upgrade chill to v3.0.0-RC3
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
## 2.0.0-alpha2 - 2024-07-03
|
## 2.0.0-alpha2 - 2024-07-03
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v3.0.0-RC3
|
|
||||||
* upgrade chill-bundle to v3.0.0-RC4
|
* upgrade chill-bundle to v3.0.0-RC4
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
## 2.0.0-alpha3 - 2024-07-03
|
## 2.0.0-alpha3 - 2024-07-03
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v3.0.0-RC3
|
|
||||||
* upgrade chill-bundle to v3.0.0-RC4
|
|
||||||
* Add graylog to image
|
* Add graylog to image
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
## 2.0.0-alpha4 - 2024-07-03
|
## 2.0.0-alpha4 - 2024-07-03
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v3.0.0-RC3
|
* fixes
|
||||||
* upgrade chill-bundle to v3.0.0-RC4
|
|
||||||
* Add graylog to image
|
|
||||||
|
5
.changes/unreleased/Fixed-20240718-161018.yaml
Normal file
5
.changes/unreleased/Fixed-20240718-161018.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
kind: Fixed
|
||||||
|
body: Fix definition of workflow
|
||||||
|
time: 2024-07-18T16:10:18.504872917+02:00
|
||||||
|
custom:
|
||||||
|
Issue: ""
|
17
CHANGELOG.md
17
CHANGELOG.md
@@ -8,21 +8,24 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
|
|||||||
|
|
||||||
## 2.0.0-alpha4 - 2024-07-03
|
## 2.0.0-alpha4 - 2024-07-03
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v3.0.0-RC3
|
* fixes
|
||||||
* upgrade chill-bundle to v3.0.0-RC4
|
|
||||||
* Add graylog to image
|
|
||||||
|
|
||||||
## 2.0.0-alpha3 - 2024-07-03
|
## 2.0.0-alpha3 - 2024-07-03
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v3.0.0-RC3
|
|
||||||
* upgrade chill-bundle to v3.0.0-RC4
|
|
||||||
* Add graylog to image
|
* Add graylog to image
|
||||||
|
|
||||||
## 2.0.0-alpha2 - 2024-07-03
|
## 2.0.0-alpha2 - 2024-07-03
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v3.0.0-RC3
|
|
||||||
* upgrade chill-bundle to v3.0.0-RC4
|
* upgrade chill-bundle to v3.0.0-RC4
|
||||||
|
|
||||||
## 2.0.0-alpha1 - 2024-07-03
|
## 2.0.0-alpha1 - 2024-07-03
|
||||||
### Release
|
### Release
|
||||||
* Upgrade chill to v2.0.0-RC3
|
* Upgrade chill to v3.0.0-RC3
|
||||||
|
|
||||||
|
## 2.0.0-RC2 - 2024-07-18
|
||||||
|
### Fixed
|
||||||
|
* Fix definition of workflow
|
||||||
|
|
||||||
|
## 2.0.0-RC1 - 2024-07-18
|
||||||
|
### Release
|
||||||
|
* upgrade to chill-bundles/3.0.0-RC5
|
||||||
|
@@ -11,6 +11,9 @@ framework:
|
|||||||
fr: 'Suivi'
|
fr: 'Suivi'
|
||||||
support_strategy: Chill\MainBundle\Workflow\RelatedEntityWorkflowSupportsStrategy
|
support_strategy: Chill\MainBundle\Workflow\RelatedEntityWorkflowSupportsStrategy
|
||||||
initial_marking: 'initial'
|
initial_marking: 'initial'
|
||||||
|
marking_store:
|
||||||
|
type: method
|
||||||
|
property: step
|
||||||
places:
|
places:
|
||||||
initial:
|
initial:
|
||||||
metadata:
|
metadata:
|
||||||
|
Reference in New Issue
Block a user