Releases: strimzi/kafka-access-operator
0.3.0-rc2
Main changes since 0.3.0-rc1
- Use sl4j2-impl to fix issue with no SLF4J provider found
All changes can be found under the 0.3.0 milestone.
Upgrade procedure of Kafka Access Operator to Strimzi 1.0.0
The Kafka Access Operator 0.2.0 doesn't work with the Strimzi 1.0.0, because of the v1 API changes related to KafkaUser and Kafka resources. We prepared documentation about the upgrade procedure with Kafka Access Operator and Strimzi Cluster Operator - please see the Upgrading to Strimzi 1.0.0 guide.
Installation files
You can download the installation files as the ZIP / TAR.GZ archives.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Access Operator | quay.io/strimzi/access-operator@sha256:918e84ca0a96ee51bb721e963520a904ae0590b7e3c34d78225970af65eb30ab |
New Contributors
- @albundy83 made their first contribution in #113
- @mimaison made their first contribution in #122
- @aolear-ss made their first contribution in #118
- @cgpoh made their first contribution in #111
What's Changed
- Add project names to modules + add sources plugin for deploying artifacts to Maven Central by @im-konge in #98
- Add 0.2.0 release to the main branch and bump version by @katheris in #100
- Add release docs for Access Operator by @katheris in #101
- Update RELEASING.md with information about configuring other variables for the release pipeline by @im-konge in #102
- Update JOSDK to v5.1.2 by @OwenCorrigan76 in #93
- [ST] Add MustGather and publish logs from tests in AZP by @im-konge in #109
- Add securitycontext and podsecuritycontext by @albundy83 in #113
- Add GitHub actions by @Frawless in #114
- Set proper permissions for codeql action by @Frawless in #116
- build(deps): Bump org.assertj:assertj-core from 3.21.0 to 3.27.7 by @dependabot[bot] in #117
- Fix docker manifests push after docker upgrade by @Frawless in #120
- Update to Java 21 by @OwenCorrigan76 in #119
- Various Java cleanups by @mimaison in #122
- add helm chart values for pod annotations and labels by @aolear-ss in #118
- Use Strimzi GitHub Actions v1 by @Frawless in #123
- Use shared actions also in STs action by @Frawless in #125
- Fix naming of artifacts for CVE/Release workflows by @Frawless in #127
- feat: support annotations by @cgpoh in #111
- Update Kafka clients version to 4.2.0 by @katheris in #129
- [ST] Replace Test-Frame with Kubetest4j by @im-konge in #131
- Update Strimzi api version to 1.0.0 by @katheris in #130
- Bump dependencies - JOSDK, tests related dependencies by @im-konge in #132
Full Changelog: 0.2.0...0.3.0-rc2
0.3.0-rc1
Main changes since 0.2.0
- Update to Java 21
- Add support for customizing annotations of Secrets generated by the operator
- Move to Java Operator SDK v5
- Start using Strimzi v1 API and Strimzi 1.0.0
- Helm charts enhancements - support for configuring PodSecurityContext, SecurityContext, Pod annotations and labels
All changes can be found under the 0.3.0 milestone.
Upgrade procedure of Kafka Access Operator to Strimzi 1.0.0
The Kafka Access Operator 0.2.0 doesn't work with the Strimzi 1.0.0, because of the v1 API changes related to KafkaUser and Kafka resources. We prepared documentation about the upgrade procedure with Kafka Access Operator and Strimzi Cluster Operator - please see the Upgrading to Strimzi 1.0.0 guide.
Installation files
You can download the installation files as the ZIP / TAR.GZ archives.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Access Operator | quay.io/strimzi/access-operator@sha256:96b5dcc0da8b9d45c61a7141f46e23e258568f010479f630f3fe946a033f4e17 |
New Contributors
- @albundy83 made their first contribution in #113
- @mimaison made their first contribution in #122
- @aolear-ss made their first contribution in #118
- @cgpoh made their first contribution in #111
What's Changed
- Add project names to modules + add sources plugin for deploying artifacts to Maven Central by @im-konge in #98
- Add 0.2.0 release to the main branch and bump version by @katheris in #100
- Add release docs for Access Operator by @katheris in #101
- Update RELEASING.md with information about configuring other variables for the release pipeline by @im-konge in #102
- Update JOSDK to v5.1.2 by @OwenCorrigan76 in #93
- [ST] Add MustGather and publish logs from tests in AZP by @im-konge in #109
- Add securitycontext and podsecuritycontext by @albundy83 in #113
- Add GitHub actions by @Frawless in #114
- Set proper permissions for codeql action by @Frawless in #116
- build(deps): Bump org.assertj:assertj-core from 3.21.0 to 3.27.7 by @dependabot[bot] in #117
- Fix docker manifests push after docker upgrade by @Frawless in #120
- Update to Java 21 by @OwenCorrigan76 in #119
- Various Java cleanups by @mimaison in #122
- add helm chart values for pod annotations and labels by @aolear-ss in #118
- Use Strimzi GitHub Actions v1 by @Frawless in #123
- Use shared actions also in STs action by @Frawless in #125
- Fix naming of artifacts for CVE/Release workflows by @Frawless in #127
- feat: support annotations by @cgpoh in #111
- Update Kafka clients version to 4.2.0 by @katheris in #129
- [ST] Replace Test-Frame with Kubetest4j by @im-konge in #131
- Update Strimzi api version to 1.0.0 by @katheris in #130
- Bump dependencies - JOSDK, tests related dependencies by @im-konge in #132
Full Changelog: 0.2.0...0.3.0-rc1
0.2.0
Main changes since 0.1.1
- Allow user to override image repository in Helm charts
- Update Fabric8 Kubernetes client to 7.2.0
- Bump Kafka clients version to 4.0.0
- Add Ready column to KafkaAccess and add KafkaAccess to strimzi category
- Allow user the ability to name the secret
- Update Strimzi API to 0.48.0 and Kafka client version to 4.1.0
- Add option to supply image pull secret in Helm chart
All changes can be found under the 0.2.0 milestone.
Installation files
You can download the installation files as the ZIP / TAR.GZ archives.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Access Operator | quay.io/strimzi/access-operator@sha256:5aea9e695d1702ed89479fa381efaf2e79447c40cbd58271a75f86bbd3608cc0 |
New Contributors
- @MichaelMorrisEst made their first contribution in #61
- @see-quick made their first contribution in #66
- @ppatierno made their first contribution in #68
- @ryanfaircloth made their first contribution in #76
- @aswinayyolath made their first contribution in #78
- @Frawless made their first contribution in #79
- @kornys made their first contribution in #88
- @OwenCorrigan76 made their first contribution in #90
What's Changed
- Add 0.1.0 release to the main branch and bump version by @scholzj in #56
- Render instal files from Helm Charts, install CRDs, and other smaller changes by @scholzj in #60
- Add additional printer columns to KafkaAccess by @MichaelMorrisEst in #61
- Integrate Helm Chart into the release tooling - Closes #58 by @scholzj in #62
- Update the README now we have our first release by @katheris in #63
- Use Kind as a test cluster in AZPs by @im-konge in #65
- Add check for the released files by @see-quick in #66
- Update dependencies - Test-Frame, Log4j, Slf4j, helm-client by @im-konge in #67
- Added Kate Stanley as new maintainer by @ppatierno in #68
- Add Access Operator 0.1.1 to the main branch by @scholzj in #72
- fix: allow user to override image repository by @ryanfaircloth in #76
- Add publishing of the API artifact to Maven repositories by @scholzj in #77
- feat: correct grammar and spelling in Access Operator README by @aswinayyolath in #78
- Update Fabric8 kubernetes client to 7.2.0 by @MichaelMorrisEst in #69
- Bump Kind version to 0.29 and sync the script with operator repo by @Frawless in #79
- Migrate from OSSRH service to Central Publisher Portal by @katheris in #82
- Bump Kafka clients version to 4.0.0 by @see-quick in #85
- Added publish release candidates artifacts by @ppatierno in #86
- Use a generic maintainer placeholder to avoid adding individual people to it by @scholzj in #87
- Update test-frame and update systemtests by @kornys in #88
- Add Ready column to KafkaAccess and add KafkaAccess to strimzi category by @MichaelMorrisEst in #91
- Allow user the ability to name the secret by @OwenCorrigan76 in #90
- Update Strimzi API to 0.48.0 and Kafka client version to 4.1.0 by @katheris in #95
- Add option to supply image pull secret in Helm chart by @katheris in #97
- [release-0.2.x] Add project names to modules + add sources plugin for deploying artifacts to Maven Central by @im-konge in #99
Full Changelog: 0.1.1...0.2.0
0.2.0-rc1
Main changes since 0.1.1
- Allow user to override image repository in Helm charts
- Update Fabric8 Kubernetes client to 7.2.0
- Bump Kafka clients version to 4.0.0
- Add Ready column to KafkaAccess and add KafkaAccess to strimzi category
- Allow user the ability to name the secret
- Update Strimzi API to 0.48.0 and Kafka client version to 4.1.0
- Add option to supply image pull secret in Helm chart
All changes can be found under the 0.2.0 milestone.
Installation files
You can download the installation files as the ZIP / TAR.GZ archives.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Access Operator | quay.io/strimzi/access-operator@sha256:aff10ad419430a969f115a30a6299611301a475967e474bf92cb77fdfede73b2 |
0.1.1
Main changes since 0.1.0
- Integrate Helm Chart
- Add additional printer columns to the CRD
All changes can be found under the 0.1.1 milestone.
Installation files
You can download the installation files as the ZIP / TAR.GZ archives.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Access Operator | quay.io/strimzi/access-operator@sha256:c6f39d4ad4cd7829e53e66f9c173505c546b672e37ecbf2cae1a3cfa3f24e720 |
0.1.1-rc1
Main changes since 0.1.0
- Integrate Helm Chart
- Add additional printer columns to the CRD
All changes can be found under the 0.1.1 milestone.
Installation files
You can download the installation files as the ZIP / TAR.GZ archives.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Access Operator | quay.io/strimzi/access-operator@sha256:c6f39d4ad4cd7829e53e66f9c173505c546b672e37ecbf2cae1a3cfa3f24e720 |
0.1.0
Main changes
- Initial release
All changes can be found under the 0.1.0 milestone.
Installation files
You can download the installation files as the ZIP / TAR.GZ archives.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Access Operator | quay.io/strimzi/access-operator@sha256:62d10305c9156260abedf782f237dd0468dd5f670be5eb00fed3046749845d06 |
New Contributors
- @katheris made their first contribution in #1
- @scholzj made their first contribution in #4
- @tombentley made their first contribution in #5
- @mabulgu made their first contribution in #22
- @dependabot made their first contribution in #21
- @lburgazzoli made their first contribution in #40
- @sebastiangaiser made their first contribution in #45
- @im-konge made their first contribution in #49
- @tobi-stephen made their first contribution in #52
0.1.0-rc1
Main changes
- Initial release
All changes can be found under the 0.1.0 milestone.
Installation files
You can download the installation files as the ZIP / TAR.GZ archives.
Container images
The following container images are part of this release:
| Name | Image |
|---|---|
| Access Operator | quay.io/strimzi/access-operator@sha256:62d10305c9156260abedf782f237dd0468dd5f670be5eb00fed3046749845d06 |
New Contributors
- @katheris made their first contribution in #1
- @scholzj made their first contribution in #4
- @tombentley made their first contribution in #5
- @mabulgu made their first contribution in #22
- @dependabot made their first contribution in #21
- @lburgazzoli made their first contribution in #40
- @sebastiangaiser made their first contribution in #45
- @im-konge made their first contribution in #49
- @tobi-stephen made their first contribution in #52