From 008e97fc06e90f210f87a731ed1f1c95946d306b Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 17 Dec 2022 16:49:55 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...c0cfb06aecacfaba99c1608eb0de85a61874b.json | 36 +++++++++++++++++++ index.json | 3 ++ svc.versioning-bundle.1.0.json | 36 +++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 archived/svc.versioning-bundle/007c0cfb06aecacfaba99c1608eb0de85a61874b.json create mode 100644 svc.versioning-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 180d3eb9..ed6dfaad 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -486,6 +486,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [svc/contactform-bundle](https://packagist.org/packages/svc/contactform-bundle) | [1.0](svc/contactform-bundle/1.0) | | [svc/param-bundle](https://packagist.org/packages/svc/param-bundle) | [1.0](svc/param-bundle/1.0) | | [svc/util-bundle](https://packagist.org/packages/svc/util-bundle) | [1.0](svc/util-bundle/1.0) | +| [svc/versioning-bundle](https://packagist.org/packages/svc/versioning-bundle) | [1.0](svc/versioning-bundle/1.0) | | [swag-industries/doctrine-domain-events](https://packagist.org/packages/swag-industries/doctrine-domain-events) | [1.0](swag-industries/doctrine-domain-events/1.0) | | [swag-industries/melodiia](https://packagist.org/packages/swag-industries/melodiia) | [0.7](swag-industries/melodiia/0.7) | | [swarrot/swarrot-bundle](https://packagist.org/packages/swarrot/swarrot-bundle) | [1.6](swarrot/swarrot-bundle/1.6) | diff --git a/archived/svc.versioning-bundle/007c0cfb06aecacfaba99c1608eb0de85a61874b.json b/archived/svc.versioning-bundle/007c0cfb06aecacfaba99c1608eb0de85a61874b.json new file mode 100644 index 00000000..398fc1b0 --- /dev/null +++ b/archived/svc.versioning-bundle/007c0cfb06aecacfaba99c1608eb0de85a61874b.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "svc/versioning-bundle": { + "manifest": { + "bundles": { + "Svc\\VersioningBundle\\SvcVersioningBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Please adapt config/packages/svc-versioning.yaml (see doc)" + ] + }, + "files": { + "config/packages/svc_versioning.yaml": { + "contents": [ + "# configuration for \"SvcVersioningBundle\", see doc for more parameters", + "svc_versioning:", + "", + " # Should git runs after version increase?", + " run_git: false", + "", + " # Should deploy runs after git?", + " run_deploy: false", + "" + ], + "executable": false + } + }, + "ref": "007c0cfb06aecacfaba99c1608eb0de85a61874b" + } + } +} diff --git a/index.json b/index.json index 9556c302..d2b4db40 100644 --- a/index.json +++ b/index.json @@ -1529,6 +1529,9 @@ "svc/util-bundle": [ "1.0" ], + "svc/versioning-bundle": [ + "1.0" + ], "swag-industries/doctrine-domain-events": [ "1.0" ], diff --git a/svc.versioning-bundle.1.0.json b/svc.versioning-bundle.1.0.json new file mode 100644 index 00000000..398fc1b0 --- /dev/null +++ b/svc.versioning-bundle.1.0.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "svc/versioning-bundle": { + "manifest": { + "bundles": { + "Svc\\VersioningBundle\\SvcVersioningBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Please adapt config/packages/svc-versioning.yaml (see doc)" + ] + }, + "files": { + "config/packages/svc_versioning.yaml": { + "contents": [ + "# configuration for \"SvcVersioningBundle\", see doc for more parameters", + "svc_versioning:", + "", + " # Should git runs after version increase?", + " run_git: false", + "", + " # Should deploy runs after git?", + " run_deploy: false", + "" + ], + "executable": false + } + }, + "ref": "007c0cfb06aecacfaba99c1608eb0de85a61874b" + } + } +}