Skip to content

Commit

Permalink
Merge branch '6.8'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	pom.xml
  • Loading branch information
manusa committed Aug 14, 2023
2 parents d969f01 + 1c829a6 commit c05ac82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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"
- "6.8.0"
- "6.8.1"
- "6.7.2"
- "6.6.2"
- "6.5.1"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
#### _**Note**_: Breaking changes
* Fix #5368: ListOptions parameter ordering is now alphabetical. If you are using non-crud mocking for lists with options, you may need to update your parameter order.

### 6.8.1 (2023-08-14)

#### Bugs
* Fix #5382: (java-generator) Allow to deserialize more valid RFC3339 date-time and make the format customizable
* Fix #5380: (java-generator) Avoid to emit Java Keywords as package names

### 6.8.0 (2023-07-24)

#### Bugs
Expand Down

0 comments on commit c05ac82

Please sign in to comment.