1.1.0
Note that this version contains a possibly breaking change, that if you use custom resources in dynamic admission controllers or conversion hooks, now needs to be registered as described here:
https://github.com/java-operator-sdk/kubernetes-webooks-framework/tree/main/docs#using-custom-resources-in-the-api
What's Changed
- chore: jib to v 3.3.1 by @csviri in #48
- feat: use dekorate to generate k8s resources by @csviri in #47
- feat: E2E improvements by @csviri in #49
- feat: conversion hooks e2e tests by @csviri in #50
- feat: improvements on e2e tests by @csviri in #51
- docs: add main docs by @csviri in #53
- docs: fixes by @csviri in #54
- refactor: move conversion hook method by @csviri in #55
- fix: manual test data by @csviri in #58
- chore(deps): bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0 by @dependabot in #69
- chore(deps): bump junit-bom from 5.8.2 to 5.9.2 by @dependabot in #67
- chore(deps): bump quarkus.platform.version from 2.14.1.Final to 2.16.5.Final by @dependabot in #71
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #68
- chore(deps): bump impsort-maven-plugin from 1.6.2 to 1.8.0 by @dependabot in #64
- chore(deps): bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 by @dependabot in #65
- chore(deps): bump actions/setup-java from 2 to 3 by @dependabot in #63
- chore(deps): bump actions/cache from 1 to 3 by @dependabot in #66
- chore(deps): bump manusa/actions-setup-minikube from 2.7.1 to 2.7.2 by @dependabot in #61
- chore(deps): bump formatter-maven-plugin from 2.17.1 to 2.22.0 by @dependabot in #70
- fix: minor code fixes by @csviri in #73
- chore(deps): bump maven-surefire-plugin.version from 3.0.0-M5 to 3.0.0 by @dependabot in #78
- chore(deps): bump maven-javadoc-plugin from 3.3.1 to 3.5.0 by @dependabot in #77
- chore(deps): bump awaitility from 4.1.1 to 4.2.0 by @dependabot in #74
- chore(deps-dev): bump mockito-core from 4.1.0 to 5.2.0 by @dependabot in #80
- chore(deps): bump maven-install-plugin from 2.5.2 to 3.1.1 by @dependabot in #79
- chore: fabric8 version 6.5.1 by @csviri in #72
- chore(deps): bump dekorate.version from 3.5.2 to 3.5.3 by @dependabot in #82
- chore(deps-dev): bump log4j.version from 2.17.1 to 2.20.0 by @dependabot in #75
- chore(deps): bump maven-clean-plugin from 3.1.0 to 3.2.0 by @dependabot in #84
- chore(deps): bump maven-compiler-plugin from 3.8.1 to 3.11.0 by @dependabot in #85
- chore(deps): bump maven-jar-plugin from 3.2.0 to 3.3.0 by @dependabot in #83
- chore(deps): bump maven-resources-plugin from 3.2.0 to 3.3.1 by @dependabot in #86
- chore(deps): bump slf4j-api from 1.7.32 to 2.0.7 by @dependabot in #89
- chore(deps): bump assertj-core from 3.21.0 to 3.24.2 by @dependabot in #88
- feat: handling custom resources with SPI from fabric8 client by @csviri in #87
New Contributors
- @dependabot made their first contribution in #69
Full Changelog: v1.0.0...v1.1.0