Notable changes to echo-api will be tracked in this document.
- Updated gems: Bundler 2.3.6, Nokogiri 1.13.1, Puma 5.6.1, json 5.6.1, jaeger-client 1.2.0.
- ppc64le builds are now executed on Travis.
- Updated gems for Nokogiri to 1.12.4 and Puma to 5.5.0.
- Updated transitive dependencies.
- Updated Bundler to 2.2.27.
- The OpenAPI specification has been removed as it was unmaintained.
- Sample manifests for deploying on Kubernetes with and without Jaeger have been added to the
contrib/kubernetes
directory.
- Updated Bundler to 2.2.4. This should fix issues running the app on OpenShift.
- Updated gems for Nokogiri to 1.11.1 and json to 2.5.1.
- The README now has some minimal information about the container image, deployment on Openshift and Istio, and how to enable Jaeger support.
- Tracing related gems won't be loaded if echo-api won't be using them.
- Updated Puma from version 4.3 to 5.1.
- Updated Ruby Jaeger client from 1.0 to 1.1.
- Updated Rack, Sinatra, Json, Nokogiri to fix bugs and close security issues.
- The container image now uses Ruby 2.7, Bundler 2.2.1 and the latest minimal Red Hat UBI (RHEL 8.3).
- Updated the CI to use Jaeger 1.21 and Ruby 2.7.
- Removed docs from installed packages in the container image since microdnf is now fixed.
- Updated Puma, Rack and Nokogiri to close security issues.
- Updated Rack to 2.2.2 to track newer development.
- The provided Openshift and Istio templates now point to the "stable" tag.