Skip to content

Commit

Permalink
Merge pull request #959 from JetBrains/rival/remove-locked-4-99-core-…
Browse files Browse the repository at this point in the history
…tools-dev

Remove locked 4.99 version of core tools
  • Loading branch information
rafaelldi authored Nov 13, 2024
2 parents 6930172 + 903ea5d commit 2fe44d5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
32 changes: 32 additions & 0 deletions PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,52 @@

## [Unreleased]

### Fixed

- Remove the locked 4.99.0 release of the core tools as the archive can be unzipped without problems

## [4.2.6] - 2024-11-13

### Fixed

- Remove the locked 4.99.0 release of the core tools as the archive can be unzipped without problems

## [4.3.3] - 2024-11-12

### Fixed

- Fix DEXP-832012: Error while extracting a file

## [4.2.5] - 2024-11-11

### Fixed

- Fix DEXP-832012: Error while extracting a file

## [4.3.2] - 2024-10-28

### Fixed

- Fix the 4.99.0 release of the core tools ([#944](https://github.com/JetBrains/azure-tools-for-intellij/issues/944), [RIDER-119093](https://youtrack.jetbrains.com/issue/RIDER-119093))

## [4.2.4] - 2024-10-28

### Fixed

- Fix the 4.99.0 release of the core tools ([#944](https://github.com/JetBrains/azure-tools-for-intellij/issues/944), [RIDER-119093](https://youtrack.jetbrains.com/issue/RIDER-119093))

## [4.3.1] - 2024-10-25

### Fixed

- Cannot find Azure Core Functions Tool ([#944](https://github.com/JetBrains/azure-tools-for-intellij/issues/944), [RIDER-119093](https://youtrack.jetbrains.com/issue/RIDER-119093))

## [4.2.3] - 2024-10-25

### Fixed

- Cannot find Azure Core Functions Tool ([#944](https://github.com/JetBrains/azure-tools-for-intellij/issues/944), [RIDER-119093](https://youtrack.jetbrains.com/issue/RIDER-119093))

## [4.3.0] - 2024-10-24

### Changed
Expand Down Expand Up @@ -194,6 +222,10 @@
[4.3.2]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.1...v4.3.2
[4.3.1]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.0...v4.3.1
[4.3.0]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.2...v4.3.0
[4.2.6]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.5...v4.2.6
[4.2.5]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.4...v4.2.5
[4.2.4]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.3...v4.2.4
[4.2.3]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.2...v4.2.3
[4.2.2]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.1...v4.2.2
[4.2.1]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.0...v4.2.1
[4.2.0]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.1.3...v4.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ class FunctionCoreToolsManager {
private val LOG = logger<FunctionCoreToolsManager>()
}

private val fixedReleases = mapOf(
"v4" to "4.99.0"
private val fixedReleases = mapOf<String, String>(
)

private val releaseCache = concurrentMapOf<String, FunctionCoreToolsRelease>()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.jetbrains
pluginName = azure-toolkit-for-rider
pluginRepositoryUrl = https://github.com/JetBrains/azure-tools-for-intellij
# SemVer format -> https://semver.org
pluginVersion = 4.3.3
pluginVersion = 4.3.4

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 243
Expand Down

0 comments on commit 2fe44d5

Please sign in to comment.