Skip to content

Commit c146a2b

Browse files
Merge pull request #6804 from microsoft/changelog-202207
change log of sprint 202207
2 parents e7ca310 + a913683 commit c146a2b

4 files changed

Lines changed: 70 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6+
- [3.67.0](#3670)
67
- [3.66.0](#3660)
78
- [3.65.0](#3650)
89
- [3.64.0](#3640)
@@ -85,6 +86,24 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
8586
- [3.0.7](#307)
8687
- [3.0.6](#306)
8788

89+
## 3.67.0
90+
### Added
91+
- New Azure service support: Azure Kubernetes service.
92+
- direct resource management in Azure Explorer.
93+
- connection to other K8s plugins.
94+
- Support for running or debugging local projects directly on Azure Virtual Machine by leveraging [`Run Targets`](https://www.jetbrains.com/help/idea/run-targets.html).
95+
96+
### Changed
97+
- Most Tool Windows will hide by default and show only when they are triggered by related actions.
98+
- An explicit search box is added on subscription dialog to filter subscriptions more conveniently.
99+
- support for toggling selection of subscriptions by `space` key even checkbox is not focused.
100+
- A loading spinner would show first when the feedback page is loading.
101+
- Entries of some common actions in `<Toolbar>/Tools/Azure` are also added into the gear actions group of Azure Explorer.
102+
103+
### Fixed
104+
- Error occurs if expand or download files/logs of a stopped function app.
105+
- Known CVE issues.
106+
88107
## 3.66.0
89108
### Added
90109
- New "Getting Started with Azure" experience.
38.6 KB
Loading

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
<!-- Version: 3.66.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.67.0
5+
### Added
6+
- New Azure service support: Azure Kubernetes service.
7+
- direct resource management in Azure Explorer.
8+
- connection to other K8s plugins.
9+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202207/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202207.k8s.gif" alt="screenshot of 'k8s'" width="500"/>
10+
- Support for running or debugging local projects directly on Azure Virtual Machine by leveraging [`Run Targets`](https://www.jetbrains.com/help/idea/run-targets.html).
11+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202207/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202207.runtarget.png" alt="screenshot of 'run target'" width="500"/>
12+
13+
### Changed
14+
- Most Tool Windows will hide by default and show only when they are triggered by related actions.
15+
- An explicit search box is added on subscription dialog to filter subscriptions more conveniently.
16+
- support for toggling selection of subscriptions by `space` key even checkbox is not focused.
17+
- A loading spinner would show first when the feedback page is loading.
18+
- Entries of some common actions in `<Toolbar>/Tools/Azure` are also added into the gear actions group of Azure Explorer.
19+
20+
### Fixed
21+
- Error occurs if expand or download files/logs of a stopped function app.
22+
- Known CVE issues.
23+
424
## 3.66.0
525
### Added
626
- New "Getting Started with Azure" experience.

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,37 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.66.0</h3>
29-
<h4>Added</h4>
30-
<ul>
31-
<li>New "Getting Started with Azure" experience.</li>
32-
<li>Support for IntelliJ IDEA 2022.2(EAP).</li>
33-
<li>SNAPSHOT and BETA versions of this plugin are available in [`Dev` channel](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij/versions/dev).</li>
34-
</ul>
35-
<h4>Fixed</h4>
36-
<ul>
37-
<li>Error "java.lang.IllegalStateException" occurs if there are resources having same name but different resource groups.</li>
38-
<li>Configurations go back to default after deploying an artifact to a newly created Azure Spring App.</li>
39-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6730">#6730</a>: Uncaught Exception java.lang.NullPointerException when creating/updating spring cloud app.</li>
40-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6725">#6725</a>: Uncaught Exception com.microsoft.azure.toolkit.lib.auth.exception.AzureToolkitAuthenticationException: you are not signed-in. when deploying to Azure Web App.</li>
41-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6696">#6696</a>: Unable to run debug on azure java function on intellij (2022.1) with azure toolkit (3.65.1).</li>
42-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6671">#6671</a>: Uncaught Exception java.lang.Throwable: Executor with context action id: "RunClass" was already registered!</li>
43-
</ul>
44-
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
28+
<h3>3.67.0</h3>
29+
<h4>Added</h4>
30+
<ul>
31+
<li>New Azure service support: Azure Kubernetes service.
32+
<ul>
33+
<li>direct resource management in Azure Explorer.</li>
34+
<li>connection to other K8s plugins.</li>
35+
</ul>
36+
</li>
37+
<li>Support for running or debugging local projects directly on Azure Virtual Machine by leveraging <a
38+
href="https://www.jetbrains.com/help/idea/run-targets.html"><code>Run Targets</code></a>.
39+
</li>
40+
</ul>
41+
<h4>Changed</h4>
42+
<ul>
43+
<li>Most Tool Windows will hide by default and show only when they are triggered by related actions.</li>
44+
<li>An explicit search box is added on subscription dialog to filter subscriptions more conveniently.
45+
<ul>
46+
<li>support for toggling selection of subscriptions by `space` key even checkbox is not focused.</li>
47+
</ul>
48+
</li>
49+
<li>A loading spinner would show first when the feedback page is loading.</li>
50+
<li>Entries of some common actions in <code>&lt;Toolbar&gt;/Tools/Azure</code> are also added into the gear actions group of Azure Explorer.
51+
</li>
52+
</ul>
53+
<h4>Fixed</h4>
54+
<ul>
55+
<li>Error occurs if expand or download files/logs of a stopped function app.</li>
56+
<li>Known CVE issues.</li>
57+
</ul>
58+
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
4559
</html>
4660
]]>
4761
</change-notes>

0 commit comments

Comments
 (0)