Skip to content

release: version 1.1.7 #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fb5ba13
Changelog update - v1.1.6
actions-user Nov 19, 2024
85d6739
Merge pull request #256 from yusufugurozbek/changelog-update-v1.1.6
yusufugurozbek Nov 19, 2024
6f0d782
build(deps): bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.0
dependabot[bot] Nov 27, 2024
651f561
build(deps): bump org.gradle.toolchains.foojay-resolver-convention
dependabot[bot] Dec 2, 2024
f46f9cb
Merge pull request #258 from yusufugurozbek/dependabot/gradle/next/or…
yusufugurozbek Dec 3, 2024
95fcf50
Merge pull request #257 from yusufugurozbek/dependabot/gradle/next/or…
yusufugurozbek Dec 3, 2024
c3f3ba1
build(deps): bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.0
dependabot[bot] Dec 6, 2024
ee70e99
Merge pull request #259 from yusufugurozbek/dependabot/gradle/next/or…
yusufugurozbek Dec 6, 2024
f77cd96
build(deps): bump org.jetbrains.intellij.platform from 2.2.0 to 2.2.1
dependabot[bot] Dec 16, 2024
e1ae22d
build(deps): bump org.jetbrains.qodana from 2024.2.6 to 2024.3.4
dependabot[bot] Dec 23, 2024
50d7bc8
build(deps): bump JetBrains/qodana-action from 2024.2.6 to 2024.3.4
dependabot[bot] Dec 23, 2024
a58ce04
Merge pull request #264 from yusufugurozbek/dependabot/gradle/next/or…
yusufugurozbek Jan 30, 2025
41a98a9
Merge pull request #267 from yusufugurozbek/dependabot/gradle/next/or…
yusufugurozbek Jan 30, 2025
ad97a9f
Merge pull request #268 from yusufugurozbek/dependabot/github_actions…
yusufugurozbek Jan 30, 2025
fe6562b
build(deps): bump org.jetbrains.kotlinx.kover from 0.8.3 to 0.9.1
dependabot[bot] Jan 30, 2025
9aec592
Merge pull request #269 from yusufugurozbek/dependabot/gradle/next/or…
yusufugurozbek Jan 30, 2025
25cbb56
build(deps): bump org.jetbrains.kotlin.jvm from 2.1.0 to 2.1.10
dependabot[bot] Jan 30, 2025
d5716b6
Merge pull request #270 from yusufugurozbek/dependabot/gradle/next/or…
yusufugurozbek Jan 30, 2025
7faf7d6
build: increase pluginUntilBuild from 243 to 251
yusufugurozbek Jan 30, 2025
a222575
build: bump Java version to 21
yusufugurozbek Jan 30, 2025
0dbff59
build: bump Gradle version to 8.12.1
yusufugurozbek Jan 30, 2025
602e638
release: version 1.1.7 🔖
yusufugurozbek Jan 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
java-version: 21

# Setup Gradle
- name: Setup Gradle
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
java-version: 21

# Setup Gradle
- name: Setup Gradle
Expand Down Expand Up @@ -163,11 +163,11 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
java-version: 21

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2024.2.6
uses: JetBrains/qodana-action@v2024.3.4
with:
cache-default-branch-only: true

Expand All @@ -194,7 +194,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
java-version: 21

# Setup Gradle
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
java-version: 21

# Setup Gradle
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
java-version: 21

# Setup Gradle
- name: Setup Gradle
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Testcontainers Port Updater Changelog

## [Unreleased]
- Bump dependencies to their latest versions
- Support latest IntelliJ 2025.1.*
- Bump Java version to 21
- Bump Gradle version to 8.12.1

## [1.1.6] - 2024-11-19

- Bump dependencies to their latest versions
- Support latest IntelliJ 2024.3.*
- Bump Gradle version to 8.11
Expand Down Expand Up @@ -142,7 +149,8 @@

- Create the plugin

[Unreleased]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.5...HEAD
[Unreleased]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.6...HEAD
[1.1.6]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.2...v1.1.3
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
pluginName = Testcontainers Port Updater
pluginRepositoryUrl = https://github.com/yusufugurozbek/testcontainers-port-updater
pluginVersion = 1.1.6
pluginVersion = 1.1.7

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 234
pluginUntilBuild = 243.*
pluginSinceBuild = 242
pluginUntilBuild = 251.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IU
platformVersion = 2024.1
platformVersion = 2024.2

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
platformPlugins =
platformBundledPlugins = com.intellij.database

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.11
gradleVersion = 8.12.1
org.gradle.jvmargs=-Xmx1g

# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
Expand All @@ -30,4 +30,4 @@ org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true

javaVersion = 17
javaVersion = 21
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ junit = "4.13.2"

# plugins
changelog = "2.2.1"
intelliJPlatform = "2.1.0"
kotlin = "2.0.21"
kover = "0.8.3"
qodana = "2024.2.6"
intelliJPlatform = "2.2.1"
kotlin = "2.1.10"
kover = "0.9.1"
qodana = "2024.3.4"

[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

version: 1.0
linter: jetbrains/qodana-jvm-community:2024.2
projectJDK: "17"
projectJDK: "21"
profile:
name: qodana.recommended
exclude:
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

rootProject.name = "Testcontainers Port Updater"
Loading