|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ## Development |
| 4 | + |
| 5 | +- Added authentication for RabbitMQ, by default. |
| 6 | + The authentication options are available in the `::st2` class: |
| 7 | + - `rabbitmq_username` : Username for the new RabbitMQ user (default: `st2admin`) |
| 8 | + - `rabbitmq_password` : Password for the new RabbitMQ user (default: `Ch@ngMe`) |
| 9 | + When upgrading to this new version, this will force a restart of all StackStorm |
| 10 | + and Mistral services as the new password is applied. (Feature) |
| 11 | + Contributed by @nmaludy |
| 12 | + |
| 13 | +- Remove the insecure RabbitMQ default `guest` user on RabbitMQ instances. |
| 14 | + Note: this will remove this user on new AND existing instances. (Enhancement) |
| 15 | + Contributed by @nmaludy |
| 16 | + |
| 17 | +- Added support for additional RabbitMQ configuration options: |
| 18 | + - `rabbitmq_hostname` : Hostname of the RabbitMQ server (default: `127.0.0.1`) |
| 19 | + - `rabbitmq_port` : Port to connect to the RabbitMQ server (default: `5672`) |
| 20 | + - `rabbitmq_bind_ip` : IP address to bind the RabbitMQ server to (default: `127.0.0.1`) |
| 21 | + - `rabbitmq_vhost` : Virtual Host for the StackStorm content on RabbitMQ (default: `/`) |
| 22 | + (Feature) |
| 23 | + Contributed by @nmaludy |
4 | 24 |
|
5 | 25 | - Added support for `st2scheduler` service in StackStorm >= `2.10.0`. |
6 | 26 | Two new options were added to `::st2`: |
|
22 | 42 | #219 (Enhancement) |
23 | 43 | Contributed by @nmaludy |
24 | 44 |
|
| 45 | +- Added new parameter to `::st2` class `repository` that allows configuring a different |
| 46 | + release repository from PackageCloud for Yum/Apt. Available options are: |
| 47 | + - `'stable'` (default) |
| 48 | + - `'unstable'` |
| 49 | + (Enhancement) |
| 50 | + Contributed by @nmaludy |
| 51 | + |
25 | 52 | ## 1.2.0 (Sep 25, 2018) |
26 | 53 |
|
27 | 54 | - Removed `manifests/container.pp` and `manifests/profile/source.pp`. These files |
|
58 | 85 | on RHEL/CentOS installs. (Bugfix) |
59 | 86 | Contributed by @nmaludy |
60 | 87 |
|
61 | | -- Added authentication for RabbitMQ, by default. |
62 | | - The authentication options are available in the `::st2` class: |
63 | | - - `rabbitmq_username` : Username for the new RabbitMQ user (default: `st2admin`) |
64 | | - - `rabbitmq_password` : Password for the new RabbitMQ user (default: `Ch@ngMe`) |
65 | | - When upgrading to this new version, this will force a restart of all StackStorm |
66 | | - and Mistral services as the new password is applied. (Feature) |
67 | | - Contributed by @nmaludy |
68 | | - |
69 | | -- Remove the insecure RabbitMQ default `guest` user on RabbitMQ instances. |
70 | | - Note: this will remove this user on new AND existing instances. (Enhancement) |
71 | | - Contributed by @nmaludy |
72 | | - |
73 | | -- Added support for additional RabbitMQ configuration options: |
74 | | - - `rabbitmq_hostname` : Hostname of the RabbitMQ server (default: `127.0.0.1`) |
75 | | - - `rabbitmq_port` : Port to connect to the RabbitMQ server (default: `5672`) |
76 | | - - `rabbitmq_bind_ip` : IP address to bind the RabbitMQ server to (default: `127.0.0.1`) |
77 | | - - `rabbitmq_vhost` : Virtual Host for the StackStorm content on RabbitMQ (default: `/`) |
78 | | - (Feature) |
79 | | - Contributed by @nmaludy |
80 | | - |
81 | 88 | ## 1.1.0 (Sep 07, 2018) |
82 | 89 |
|
83 | 90 | - DEPRECATION WARNING - Dropped support for Puppet 3. (Enhancement) |
|
0 commit comments