The version of AWSGlueETL published to the AWS Maven repository has changed. (It's the package that glue-setup.sh installs).
It's still 1.0.0, however the hashes are different, the dependencies are different.
This has broken down our testing pipeline and wasted a lot of time tracking down the reason. It's also impossible for us to somehow "rollback" or choose a good time for the upgrade.
I'm not sure what else to say. Changing your published artifacts like that is a terrible engineering practice. This is not the first time this happens.
If you're changing the versions of the dependencies, or doing any changes - just publish 1.0.1. Please 🙏
The version of
AWSGlueETL
published to the AWS Maven repository has changed. (It's the package thatglue-setup.sh
installs).It's still 1.0.0, however the hashes are different, the dependencies are different.
This has broken down our testing pipeline and wasted a lot of time tracking down the reason. It's also impossible for us to somehow "rollback" or choose a good time for the upgrade.
I'm not sure what else to say. Changing your published artifacts like that is a terrible engineering practice. This is not the first time this happens.
If you're changing the versions of the dependencies, or doing any changes - just publish 1.0.1. Please 🙏
(The repository in question)