Skip to content

Commit af0b468

Browse files
Update 2.13.0 deb/rpm package permission change notice (#4546)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 1eccd74 commit af0b468

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

scripts/pkg/build_templates/current/opensearch-dashboards/deb/debian/postinst

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ else
4444
echo " sudo systemctl start opensearch-dashboards.service"
4545
fi
4646

47-
echo "### Upcoming breaking change in packaging"
48-
echo " In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files"
47+
echo "### Breaking change in packaging since 2.13.0"
48+
echo " In 2.13.0 and later releases of OpenSearch Dashboards, we have changed the permissions associated with access to installed files"
4949
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"
5050
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
5151

scripts/pkg/build_templates/current/opensearch-dashboards/rpm/opensearch-dashboards.rpm.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ echo " sudo systemctl daemon-reload"
9898
echo " sudo systemctl enable opensearch-dashboards.service"
9999
echo "### You can start opensearch-dashboards service by executing"
100100
echo " sudo systemctl start opensearch-dashboards.service"
101-
echo "### Upcoming breaking change in packaging"
102-
echo " In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files"
101+
echo "### Breaking change in packaging since 2.13.0"
102+
echo " In 2.13.0 and later releases of OpenSearch Dashboards, we have changed the permissions associated with access to installed files"
103103
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"
104104
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
105105
exit 0

scripts/pkg/build_templates/current/opensearch/deb/debian/postinst

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ else
8787
fi
8888
fi
8989

90-
echo "### Upcoming breaking change in packaging"
91-
echo " In a future release of OpenSearch, we plan to change the permissions associated with access to installed files"
90+
echo "### Breaking change in packaging since 2.13.0"
91+
echo " In 2.13.0 and later releases of OpenSearch, we have changed the permissions associated with access to installed files"
9292
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"
9393
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
9494
exit 0

scripts/pkg/build_templates/current/opensearch/rpm/opensearch.rpm.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ if [ -d %{product_dir}/plugins/opensearch-security ]; then
140140
echo "### Create opensearch demo certificates in %{config_dir}/"
141141
echo " See demo certs creation log in %{log_dir}/install_demo_configuration.log"
142142
fi
143-
echo "### Upcoming breaking change in packaging"
144-
echo " In a future release of OpenSearch, we plan to change the permissions associated with access to installed files"
143+
echo "### Breaking change in packaging since 2.13.0"
144+
echo " In 2.13.0 and later releases of OpenSearch, we have changed the permissions associated with access to installed files"
145145
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"
146146
echo " For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043"
147147
exit 0

0 commit comments

Comments
 (0)