Releases: dekorateio/dekorate
Releases · dekorateio/dekorate
3.0.0
2.9.0
What's Changed
- Fix JSON auto generated files by @Sgitario in #848
- Generate HELM charts by @Sgitario in #841
- Spring Boot: Change default actuator liveness/readiness probes by @Sgitario in #851
- Fix parsing in
Git.getRemotes
to ignore submodules by @kdubb in #852 - refactor: clean up and remove some duplicates by @aureamunoz in #858
- fix: getDeploymentMetadata now filters by name by @iocanel in #853
New Contributors
Full Changelog: 2.8.0...2.9.0
0.10.1
- [maven-release-plugin] prepare for next development iteration - @iocanel
- [maven-release-plugin] prepare release 0.10.1 - @iocanel
- fix: fallback version in gradle projects. - @iocanel
- doc (#396): Cleanup and update documentation. - @iocanel
- refactor: rename Service Catalog configuration key from "servicecatalog" to "svcat". - @iocanel
- feat (#412) Expose @JvmOptions via application properties. - @iocanel
- feat (#412) Expose @JvmOptions via application properties. - @iocanel
- fix: parent version. - @iocanel
0.10.0
- [maven-release-plugin] prepare for next development iteration - @iocanel
- [maven-release-plugin] prepare release 0.10.0 - @iocanel
- refactor: Tests now use their own dedicated profile. - @iocanel
- fix: gradle examples now ensure that dekorate has visibility to actuator. - @iocanel
- doc: reorganize examples doc. - @iocanel
- fix: openshift-annotations now correctly exports services. - @iocanel
- fix: Potential NPE when matching by metadata. - @iocanel
- chore: Simplify examples. - @iocanel
- chore: Remove redundant examples. - @iocanel
- doc: describe hybrid test cases. - @iocanel
- Add support to gradle kotlin dsl - undefined
- refactor (#324): Move throntail integration tests into independant modules. - @iocanel
- refactor (#324): Move spring integration tests to independant modules. - @iocanel
- refactor (#324): Moved halkyon integration tests to independant modules. - @iocanel
- refactor (#324): Move openshift-annotations integration tests into independant modules. - @iocanel
- refactor (#324): Move integration tests from kubernetes-annotation as individual modules. - @iocanel
- doc: document test cases dekorate needs to cover. - @iocanel
- chore: upgrade to latest kubernetes-client version. - @iocanel
- fix (#385): Dekorate no longer wraps generated resources into a KubernetesList. - @iocanel
- fix (#340): All sundrio dependencies are now compile scoped and optional. - @iocanel
- fix (#360): Builder image stream now does not stip registry. - @iocanel
0.9.9
0.9.8
0.9.2
- [maven-release-plugin] prepare for next development iteration - @iocanel
- [maven-release-plugin] prepare release 0.9.2 - @iocanel
- refactor: Remove image related properties from application - @iocanel
- chore: Switch to knative serving v1alpha1. - @iocanel
- chore: bump kubernetes-client to 4.6.1. - @iocanel
- feat: Build service factories now provide detailed messages, when not applicable. - @iocanel
- fix (#369): User probe configuration is now used even when spring - @iocanel
- fix: dublicate occurance of probe decorator. - @iocanel
- feat (#370) Add support for succss and failure threshold on probes. - @iocanel
- Fixing typo in import example - @Albertoimpl
- test: improve tests for annotation-less Thorntail - @Ladicek
- doc (#350): Document how to use the dekorate bom. - @iocanel
- fix: align the templates with code - @aureamunoz
- fix (#358): increase initial delay seconds increased to 20. - @iocanel
- feat (#361): Add circleci job to test command line options. - @iocanel
- fix: issues with deploy. - @iocanel
- fix (#352): Builds are now triggered both build service and - @iocanel
- doc (#354): Add some basic doc on generic java annotationless. - @iocanel
- feat (#354): Add unit test for vertx examples. - @iocanel
- feat (#354): Add the ability to use annotationless style with generic - @iocanel
- chore: cleanup. - @iocanel
- fix (#351): Session listeners are now registered once per listener type. - @iocanel
0.9.1
0.9.0
- [closed] feat: Add annotationless support for throntail web projects. #347
- [closed] Decouple builds #344
- [closed] Thorntail pt2. #341
- [closed] feat: display diagnostics on all failed tests. #343
- [closed] Decoupling platform from build method. #342
- [closed] Knative annotations #299
- [closed] feat: Maps now provides a method to convert a Map from properties #338
- [closed] fix (#331) Properly combine annotations with properties. #333
- [closed] Issue 306 #332
- [closed] doc: Add a section about dealing with dependencies uberjar in Eclipse. #334
0.8.1
⭐ New Features
- Add a halkyon starter for easier dependency management #320
🪲 Bug fixes
- Port is not generated and exposeService becomes = false #313
- buildConfig should not be generated by default #292
- Url of the BuildConfig resource is generated using git+ssh protocol #310
- Some fixes following the
component
migration tohalkyon
📕 Documentation
- readme.md and config.md has been updated and enriched with more details about how dekorate works.