Releases: RedHatInsights/insights-ccx-messaging
Releases · RedHatInsights/insights-ccx-messaging
v3.8.5
What's Changed
- Fix-on-fix error in return type for OCP Engine by @joselsegura in #220
Full Changelog: v3.8.4...v3.8.5
v3.8.4
What's Changed
- Update pr_check.sh to deploy the archive-sync on ephemeral by @juandspy in #215
- Update boto3 requirement from <1.34.99,>=1.34.1 to >=1.34.1,<1.34.104 by @dependabot in #217
- Bump freezegun from 1.5.0 to 1.5.1 by @dependabot in #218
- Returning an expected value by @joselsegura in #219
Full Changelog: v3.8.3...v3.8.4
v3.8.3
What's Changed
- Fix Kafka clowder configuration by @joselsegura in #216
Full Changelog: v3.8.2...v3.8.3
v3.8.2
What's Changed
- Quick fix for clowder load configuration by @joselsegura in #214
Full Changelog: v3.8.1...v3.8.2
v3.8.1
What's Changed
- Adding some logging to multiplexor by @joselsegura in #181
- [CCXDEV-11762] Splitting pre-comit into separate steps in CI by @Jakub007d in #182
- S3 engine allows archive name pattern by @joselsegura in #184
- Fix copying broker problem by @joselsegura in #185
- fix(ci): refactor build_deploy.sh by @Victoremepunto in #186
- Add simple pr_check.sh by @Victoremepunto in #190
- Update boto3 requirement from <1.34.75,>=1.34.1 to >=1.34.1,<1.34.85 by @dependabot in #195
- [CCXDEV-11638] Multi-stage build by @juandspy in #194
- Capturing the exception and raising an appropriate one by @joselsegura in #187
- Add label for differentiating OCP and HyperShift archives by @epapbak in #196
- Add OCP Engine with filter for OLS tarballx by @epapbak in #197
- Update boto3 requirement from <1.34.85,>=1.34.1 to >=1.34.1,<1.34.89 by @dependabot in #198
- Bump s3fs from 2024.2.0 to 2024.3.1 by @dependabot in #199
- Bump aiobotocore from 2.12.1 to 2.12.3 by @dependabot in #200
- Add
ccx_consumer_archive_size
counter by @epapbak in #201 - Handle build failures by @Victoremepunto in #202
- Adding ACL permissions to every uploaded archive by @joselsegura in #203
- Formatting some old files by @joselsegura in #204
- CCXDEV-12772: S3UploadEngine compatible with KafkaConsumer by @joselsegura in #205
- Revert "CCXDEV-12772: S3UploadEngine compatible with KafkaConsumer" by @joselsegura in #206
- CCXDEV-12772: S3UploadEngine compatible with KafkaConsumer by @joselsegura in #207
- Bump freezegun from 1.4.0 to 1.5.0 by @dependabot in #208
- Update boto3 requirement from <1.34.89,>=1.34.1 to >=1.34.1,<1.34.94 by @dependabot in #209
- Bump pytest from 8.1.1 to 8.2.0 by @dependabot in #210
- Update boto3 requirement from <1.34.94,>=1.34.1 to >=1.34.1,<1.34.99 by @dependabot in #212
- [CCXDEV-11638] Add archive-sync clowdapp by @juandspy in #189
- Make StatsWatcher an EngineWatcher too by @joselsegura in #213
New Contributors
- @Victoremepunto made their first contribution in #186
Full Changelog: v3.7.1...v3.8.1
v3.8.0
What's Changed
- Adding some logging to multiplexor by @joselsegura in #181
- [CCXDEV-11762] Splitting pre-comit into separate steps in CI by @Jakub007d in #182
- S3 engine allows archive name pattern by @joselsegura in #184
- Fix copying broker problem by @joselsegura in #185
- fix(ci): refactor build_deploy.sh by @Victoremepunto in #186
- Add simple pr_check.sh by @Victoremepunto in #190
- Update boto3 requirement from <1.34.75,>=1.34.1 to >=1.34.1,<1.34.85 by @dependabot in #195
- [CCXDEV-11638] Multi-stage build by @juandspy in #194
- Capturing the exception and raising an appropriate one by @joselsegura in #187
- Add label for differentiating OCP and HyperShift archives by @epapbak in #196
- Add OCP Engine with filter for OLS tarballx by @epapbak in #197
- Update boto3 requirement from <1.34.85,>=1.34.1 to >=1.34.1,<1.34.89 by @dependabot in #198
- Bump s3fs from 2024.2.0 to 2024.3.1 by @dependabot in #199
- Bump aiobotocore from 2.12.1 to 2.12.3 by @dependabot in #200
- Add
ccx_consumer_archive_size
counter by @epapbak in #201 - Handle build failures by @Victoremepunto in #202
- Adding ACL permissions to every uploaded archive by @joselsegura in #203
- Formatting some old files by @joselsegura in #204
- CCXDEV-12772: S3UploadEngine compatible with KafkaConsumer by @joselsegura in #205
- Revert "CCXDEV-12772: S3UploadEngine compatible with KafkaConsumer" by @joselsegura in #206
New Contributors
- @Victoremepunto made their first contribution in #186
Full Changelog: v3.7.1...v3.8.0
v3.7.1
What's Changed (most relevant)
- Create the broker with specific info needed by custom engine by @joselsegura in #171
- New multiplexor engine by @joselsegura in #175
- Adding the multiplexor service publisher by @joselsegura in #176
- Update boto3 requirement to >=1.34.1,<1.34.75 by @dependabot in #179
- Fix minor bug that can cause a missing Kafka initialization by @joselsegura in #180
Full Changelog: v3.7.0...v3.7.1
v3.7.0
This new release contains a few new components, oriented in S3 storage interaction.
In addition, a new Kafka based consumer for a different message format was created
v3.6.3
What's Changed
- Update boto3 requirement from <=1.34.19 to <=1.34.34 by @dependabot in #145
- Update boto3 requirement from <=1.34.34 to <=1.34.39 by @dependabot in #146
- [CCXDEV-12475] Add LastChecked field by @juandspy in #147
Full Changelog: v3.6.2...v3.6.3
Fix: Use right method for producing DLQ messages
Wrong method name has been called in Kafka publishers used for producing dead letter queue messages.