Releases: Intersmash/intersmash
Intersmash 0.0.2 (Rollercoaster)
Release Notes
Here we go with the Intersmash 0.0.2 (Rollercoaster) release! 🎉
It is based on the work done through the Intersmash milestone 2 and it was used to test interoperability between WildFly/JBoss EAP 8/JBoss EAP XP 5 candidate releases and other runtimes, e.g.: Keycloak/Red Hat Build of Keycloak, Kafka/Red Hat AMQ Streams etc..
The 0.0.2
artifacts which were generated from this tag have been deployed to the JBoss Maven repository and can be used in your projects by adding a Maven dependency on them, e.g.:
...
<dependency>
<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-core</artifactId>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-provisioners</artifactId>
<version>0.0.2</version>
</dependency>
...
javadoc
and sources
artifacts are included as well.
A number of bug fixes and improvements have been delivered, and you can learn more about by looking into the release milestone or by searching the resolved issues.
This release is based on the Intersmash (https://github.com/Intersmash/intersmash) repository:
What's Changed
- [issue 136] - Adding a specific e2e script for the OpenShift CI periodic prow job (and minor fixes/cleanup) by @fabiobrz in #137
- [issue 134] - Document next milestone goals by @fabiobrz in #135
- [issue 138] - Prepare for EAP 8 support by @fabiobrz in #141
- Mount secrets into bootable jar container in BootableJarImageOpenShiftProvisioner by @mnovak1 in #145
- [issue 146] - Fix Eap7ImageOpenShiftApplication by @fabiobrz in #147
- [issue 148] - Fixing missing factories and test by @fabiobrz in #149
- [issue 27] - Making the Keycloak SAML Adapter feature pack version configurable for WildFly deployments by @fabiobrz in #150
- [issue 153] - Adding property to externalize the WildFly Datasources Galleon pack by @fabiobrz in #154
- XP Channel for wildfly-jar-maven-plugin by @tommaso-borgato in #151
- [issue 140] Examples: demonstrate WildFly with Keycloack SAML adapter Galleon Pack s2i provisioning with Intersmash by @fabiobrz in #152
- [issue 161] - Use the :centos7 tag for PostgreSql and MySql images by @fabiobrz in #162
- [issue 144] - Support Red Hat Build of Keycloak (new productised version of Keycloak) by @fabiobrz in #155
- Freezing the default supported Infinispan operator channel to 2.3.x by @fabiobrz in #169
- Refactoring to pull out the Maven utils for deployments from the testsuite modules into the provisioners by @fabiobrz in #165
- [issue-139] Improve documentation by @rsearls in #166
- [issue 168] Bump Infinispan operator CRDs by @fabiobrz in #171
- [issue 159] - Freezing supported versions in Intersmash 0.0.2 release by @fabiobrz in #164
- Adding some reference comments to the Infinispan operator provisioner implementation and test by @fabiobrz in #174
- [issue 176] - FIxing the InfinispanOperatorProvisioner::scale() method by @fabiobrz in #175
- Bump WildFly/EAP bits defaults to latest by @fabiobrz in #172
New Contributors
Full Changelog: v0.0.1...v0.0.2
Intersmash 0.0.1 (Moosetee)
Release Notes
This is the Intersmash 0.0.1 (Moosetee) release, actually the first Intersmash release! 🎉
It is based on the Intersmash 0.0.1 milestone 1 and it aims at enabling interoperability testing on OpenShift between several community runtime services, as WildFly, Keycloak, Kafka, Infinispan etc. and their product counterparts, like Red Hat JBoss EAP, Red Hat SSO, RedHat AMQ Streams, Red Hat Datagrid.
The 0.0.1
artifacts which were generated from this tag have been deployed to the JBoss Maven repository and can be used in your projects by adding a Maven dependency on them, e.g.:
...
<dependency>
<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-core</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-provisioners</artifactId>
<version>0.0.1</version>
</dependency>
...
javadoc
and sources
artifacts are included as well.
A number of bug fixes and improvements have been delivered, and you can learn more about by looking into the release milestone or by searching the resolved issues.
This release is based on the Intersmash (https://github.com/Intersmash/intersmash) repository:
APIs stability commitment
No policy has been finalized yet. At the moment, the guidelines are to keep deprecated code long enough to allow for smooth transition, but given this is the first release this could change, or be better defined, suddenly 🙂
That being said a discussion will be started via an issue or a Wiki thread, to try to draft the final API stability policies and practices.
Known Issues
- See https://github.com/Intersmash/intersmash/issues for a list of the open issues.
Notable changes
- Add GitHub Actions based simple build workflow by @fabiobrz in #3
- Onboarding Intersmash on OpenShift CI by @fabiobrz in #18
- [issue 23] - Operator provisioning configurable package manifest by @fabiobrz in #25
- [issue 26] - Enabling Operator provisioner desired channel configuration by @fabiobrz in #29
- Create a custom Artemis Operator image to be used temporarily by @tommaso-borgato in #45
- CLI_LAUNCH_SCRIPT defined automatically if
getCliScript
non-empty by @jstourac in #36 - [Security update] - Bump gson version from 2.8.6 to 2.10.1 by @fabiobrz in #51
- Fix #37 by @tommaso-borgato in #57
- The ability to use Helm {{--set}} overrides by @kabir in #77
- [Upgrade Fabric8 Kubernetes Client to 6.8.1] - Solving broken APIs changes by @fabiobrz in #69
- Use productized bits and images by @fabiobrz in #70
- Jaxws bootable jar test by @rsearls in #83
- CVE-2023-4759 - bump jgit to 6.6.1.202309021850-r by @fabiobrz in #93
- wstrust, a 2 pod testcase by @rsearls in #108
- [issue 117] Bumping Kafka Operator provisioning support to Kafka 3.6.0/AMQ Streams 2.6.z, Strimzi 0.38.0 by @fabiobrz in #116
- Update Client JPMS arguments by @jbliznak in #122
- bump XTF to 0.32 by @simkam in #127
- CI - Let
mvn
execute tests in simple build GitHub workflow by @fabiobrz in #110 - [CVE-2023-6378] - Manually bump logback-classic to 1.2.13 by @fabiobrz in #130
New Contributors
- @jstourac made their first contribution in #33
- @tommaso-borgato made their first contribution in #45
- @kabir made their first contribution in #77
- @rsearls made their first contribution in #83
- @jbliznak made their first contribution in #122
- @simkam made their first contribution in #127
Full Changelog: https://github.com/Intersmash/intersmash/commits/v0.0.1