Skip to content

Commit 44d2cb5

Browse files
authored
[1.1] Update 1.1.0 release note (#849)
Backport PR: #848 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
1 parent c39d2b4 commit 44d2cb5

File tree

1 file changed

+79
-21
lines changed

1 file changed

+79
-21
lines changed

release-notes/opensearch-dashboards.release-notes-1.1.0.md

Lines changed: 79 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,92 @@
11
## Version 1.1.0 Release Notes
22

3-
* __[Bug] Restore timeline legacy functions and filters__
3+
* __[1.1] Fix yarn build docs and update test (#844)__
44

5-
[Kawika Avilla](mailto:kavilla414@gmail.com) - Fri, 28 Sep 2021 8:00:00 -0500
5+
[Anan](mailto:79961084+ananzh@users.noreply.github.com) - Tue, 5 Oct 2021 12:55:30 -0700
66

7-
While renaming we changed values from legacy naming schema to
8-
OpenSearch Dashboards naming schema. However, after realizing
9-
we impacted backwards compatibility, we restored some of the
10-
"under the hood" components backed to legacy application to
11-
allow for seemless migration.
7+
yarn build flags in /src/dev/build/cli.ts are not updated to match the renamed flags in de-couple PR (#795). This PR fixes the issue
8+
and update the tests. Also modify words in DEVELOPER_GUIDE.md.
9+
10+
PR resolved:
11+
https://github.com/opensearch-project/OpenSearch-Dashboards/issues/836
12+
13+
Backport PR:
14+
https://github.com/opensearch-project/OpenSearch-Dashboards/pull/840
15+
16+
Signed-off-by: Anan Zhuang &lt;ananzh@amazon.com&gt;
1217

13-
However, upon attempting to restore Timeline to work with saved
14-
objects we neglected to restore the Timeline functions.
18+
* __[1.1] Ensure DCO Workflow Check (#846)__
19+
20+
[Anan](mailto:79961084+ananzh@users.noreply.github.com) - Tue, 5 Oct 2021 12:55:08 -0700
21+
22+
Issue Resolved:
23+
https://github.com/opensearch-project/OpenSearch-Dashboards/issues/834
24+
25+
Backport PR:
26+
https://github.com/opensearch-project/OpenSearch-Dashboards/pull/841
27+
28+
Signed-off-by: Anan Zhuang &lt;ananzh@amazon.com&gt;
29+
30+
* __[1.1] De-Couple Dashboards linux building process (#843)__
31+
32+
[Anan](mailto:79961084+ananzh@users.noreply.github.com) - Tue, 5 Oct 2021 11:44:48 -0700
33+
34+
When running yarn build --skip-os-packages it will build 4 tarballs for Dashboards (2x linux, 1x macOS, 1x windows) and takes 10+min to do so.
35+
36+
In this PR, we break the building process to allow single linux to build. If run `yarn build-platform --linux-x64` only linux x64 tarball is created. Same for linux arm64 and darwin x64. You could run `yarn build-platform
37+
--linux-arm64` and `yarn build-platform darwin-x64`.
38+
39+
partially solved:
40+
https://github.com/opensearch-project/OpenSearch-Dashboards/issues/473
41+
42+
backport PR:
43+
https://github.com/opensearch-project/OpenSearch-Dashboards/pull/795
44+
45+
Signed-off-by: Anan Zhuang &lt;ananzh@amazon.com&gt;
1546

16-
Previously users could set kibana=false to ignore filters on
17-
the dashboards being applied to their Timeline visualizations.
18-
Now, if users tried to set it then it would fail because it
19-
didn't know what that function was.
47+
* __[1.1][Bug] Restore timeline legacy functions and filters__
2048

21-
This commit fixes this issue by keeping the update since we
22-
do not want to impact people who have now updated their functions
23-
and re-added the legacy functions.
49+
[Kawika Avilla](mailto:kavilla414@gmail.com) - Tue, 28 Sep 2021 12:38:11 -0700
50+
51+
While renaming we changed values from legacy naming schema to OpenSearch
52+
Dashboards naming schema. However, after realizing we impacted backwards
53+
compatibility, we restored some of the
54+
&#34;under the hood&#34; components backed to legacy application to allow for seemless
55+
migration.
56+
57+
However, upon attempting to restore Timeline to work with saved objects we
58+
neglected to restore the Timeline functions.
59+
60+
Previously users could set kibana=false to ignore filters on the dashboards
61+
being applied to their Timeline visualizations. Now, if users tried to set it
62+
then it would fail because it didn&#39;t know what that function was.
63+
64+
This commit fixes this issue by keeping the update since we do not want to
65+
impact people who have now updated their functions and re-added the legacy
66+
functions.
67+
68+
In this commit, I also restore the aliases for &#34;elasticsearch&#34; and now included
69+
&#34;opensearch&#34; for Timeline queries.
70+
71+
Finally, the key was incorrect for actually accessing the filter so it never
72+
applied the filters in the default state.
73+
74+
Issue resolved:
75+
https://github.com/opensearch-project/OpenSearch-Dashboards/issues/820
76+
77+
Backport PR:
78+
https://github.com/opensearch-project/OpenSearch-Dashboards/pull/825
79+
80+
Signed-off-by: Kawika Avilla &lt;kavilla414@gmail.com&gt;
2481

25-
In this commit, I also restore the aliases for "elasticsearch" and
26-
now included "opensearch" for Timeline queries.
82+
* __[1.1] Update release notes for 1.1 release (#822)__
2783

28-
Finally, the key was incorrect for actually accessing the filter
29-
so it never applied the filters in the default state.
84+
[Anan](mailto:79961084+ananzh@users.noreply.github.com) - Mon, 27 Sep 2021 11:07:07 -0500
85+
86+
Backport PR:
87+
https://github.com/opensearch-project/OpenSearch-Dashboards/pull/821
3088

31-
Signed-off-by: Kawika Avilla &lt;kavilla414@gmail.com&gt;
89+
Signed-off-by: Anan Zhuang &lt;ananzh@amazon.com&gt;
3290

3391
* __Bump prismjs from 1.24.0 to 1.25.0 (#805) (#817)__
3492

0 commit comments

Comments
 (0)