You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. If you happen to have packs that don't satisfy the rules above, the validation fails
29
+
4. If you happen to have packs that don't satisfy the rules above, the validation fails
30
30
and the pack load will throw errors. Fix the packs to conform the rules above,
31
-
and run `st2ctl reload` again.
31
+
and reload the content again.
32
32
33
33
In 2.1.0, |st2| attempts to auto-correct some validation failures and display a warning.
34
34
In future release this auto-correction will be removed. Please update your packs ASAP.
@@ -47,8 +47,8 @@ Upgrade Notes
47
47
* The ``packs`` pack is deprecated starting from 2.1; in future versions it will be completely
48
48
replaced with the ``st2 pack <...>`` commands and API endpoints.
49
49
50
-
* Pack metadata file (``pack.yaml``) can now contain a new ``ref`` attribute, in addition to `name`.
51
-
`ref` acts as a unique identifier; it offers for a more readable ``name``. For example, if a pack name is ``Travis CI``, a repo containing it is stackstorm-travis_ci, and ``ref`` is ``travis_ci``. Previously the pack files would live in ``travis_ci/`` directory and pack directory name served as a unique identifier for a pack.
50
+
* Pack metadata file (``pack.yaml``) can now contain a new ``ref`` attribute, in addition to ``name``.
51
+
``ref`` acts as a unique identifier; it offers for a more readable ``name``. For example, if a pack name is ``Travis CI``, a repo containing it is stackstorm-travis_ci, and ``ref`` is ``travis_ci``. Previously the pack files would live in ``travis_ci/`` directory and pack directory name served as a unique identifier for a pack.
52
52
53
53
* Support for ``.gitinfo`` file has been removed and as such ``packs.info`` action has also been
54
54
removed. All the pack directories at ``/opt/stackstorm/packs`` are now direct git checkouts of the corresponding pack repositories from exchange or your own origin, so this file is not needed anymore.
@@ -145,7 +145,7 @@ Upgrade Notes
145
145
|st2| v2.0
146
146
----------
147
147
148
-
* `st2ctl reload` now also registers rules by default. Prior to this release we used to register
148
+
* ``st2ctl reload`` now also registers rules by default. Prior to this release we used to register
149
149
actions, aliases, sensors, triggers and configs. Now rules are also registered by default.
0 commit comments