Skip to content

Commit

Permalink
Merge branch 'main' into rolling_patch_rfc6902
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaukov authored Dec 18, 2024
2 parents 5c307bf + 19927d0 commit f71c04f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body:
description: Fabric8 Kubernetes Client version (can be found in pom.xml dependency or build.gradle implementation section)
options:
- "SNAPSHOT"
- "7.0.0"
- "7.0.1"
- "6.13.4"
- "6.12.1"
- "6.11.0"
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@

#### _**Note**_: Breaking changes

### 7.0.1 (TBD)
### 7.0.1 (2024-12-18)

#### Bugs

* Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

### 7.0.0 (2024-12-03)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
</osgi.include.resources.default>
<osgi.include.resources>${osgi.include.resources.default}</osgi.include.resources>
<karaf.itest.skip>false</karaf.itest.skip>
<project.build.outputTimestamp>2024-12-03T11:46:03Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-18T05:10:42Z</project.build.outputTimestamp>
<validation-api.version>2.0.1.Final</validation-api.version>
</properties>
<modules>
Expand Down

0 comments on commit f71c04f

Please sign in to comment.