All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Make the S3 URL matcher work with all types of prefixes.
- Fix the override for the Ruby Docker image latest tag.
- AWS SDK for S3 as a dependency.
- Downloading the sequencer file is now done using Ruby.
- Reading the YAML file is not required anymore by the process.
- Remove the aws-cli as a dependency of the Docker image.
- Rename the sequencer file in entrypoint to
sequencer.yml
- Normalize the Docker image tags to
latest-jruby/ruby
andvX.X.X-jruby/ruby
- Remove the
github-script
action.
- Multiple workflow changese to make it work.
- Add Docker image for Ruby and JRuby that will get triggered after the release.
- Refactor the code to make it easier to read and modify.
- Update the AWS SDK for ECS to V3.
- Fix a missing logger dependency in the bin/sequencer code.
- Tests for Ruby 3.0 as they were failing for an unknown reason and I couldn't reproduce locally.
- Fix release workflow.
- Fix release workflow.
- Workflows dependable.
- Working GitHub Actions workflow for tests and releases.
- Add Gemfile to the Gem.
- Update the .gemspec file and dependencies.
- Update the gem file format.
- Change from single quote to double quotes.
- Fix deprecation warnings in tests
- Working version.