|
25 | 25 | <change-notes> |
26 | 26 | <.</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><Toolbar>/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> |
45 | 59 | </html> |
46 | 60 | ]]> |
47 | 61 | </change-notes> |
|
0 commit comments