Skip to content

Commit

Permalink
Update 2.13.0 deb/rpm package permission change notice (#4546)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Mar 19, 2024
1 parent 1eccd74 commit af0b468
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ else
echo " sudo systemctl start opensearch-dashboards.service"
fi

echo "### Upcoming breaking change in packaging"
echo " In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files"
echo "### Breaking change in packaging since 2.13.0"
echo " In 2.13.0 and later releases of OpenSearch Dashboards, we have changed the permissions associated with access to installed files"
echo " If you are configuring tools that require read access to the OpenSearch Dashboards configuration files, we recommend you add the user that runs these tools to the 'opensearch-dashboards' group"
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ echo " sudo systemctl daemon-reload"
echo " sudo systemctl enable opensearch-dashboards.service"
echo "### You can start opensearch-dashboards service by executing"
echo " sudo systemctl start opensearch-dashboards.service"
echo "### Upcoming breaking change in packaging"
echo " In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files"
echo "### Breaking change in packaging since 2.13.0"
echo " In 2.13.0 and later releases of OpenSearch Dashboards, we have changed the permissions associated with access to installed files"
echo " If you are configuring tools that require read access to the OpenSearch Dashboards configuration files, we recommend you add the user that runs these tools to the 'opensearch-dashboards' group"
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
exit 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ else
fi
fi

echo "### Upcoming breaking change in packaging"
echo " In a future release of OpenSearch, we plan to change the permissions associated with access to installed files"
echo "### Breaking change in packaging since 2.13.0"
echo " In 2.13.0 and later releases of OpenSearch, we have changed the permissions associated with access to installed files"
echo " If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group"
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
exit 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ if [ -d %{product_dir}/plugins/opensearch-security ]; then
echo "### Create opensearch demo certificates in %{config_dir}/"
echo " See demo certs creation log in %{log_dir}/install_demo_configuration.log"
fi
echo "### Upcoming breaking change in packaging"
echo " In a future release of OpenSearch, we plan to change the permissions associated with access to installed files"
echo "### Breaking change in packaging since 2.13.0"
echo " In 2.13.0 and later releases of OpenSearch, we have changed the permissions associated with access to installed files"
echo " If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group"
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
exit 0
Expand Down

0 comments on commit af0b468

Please sign in to comment.