Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dturn committed Feb 11, 2020
1 parent 1982e1b commit 663c9cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .shopify-build/krane.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
containers:
default:
docker: circleci/ruby:2.4.6-node-browsers
docker: circleci/ruby:2.5.7-node-browsers

steps:
- label: Lint
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*Other*
- Reduces the number of container logs printed for failures from 250 to 25 to reduce noise. [#676](https://github.com/Shopify/krane/pull/676)
- Remove hardcoded cloudsql class. [#680](https://github.com/Shopify/krane/pull/680)
- Dropped support for Ruby 2.4 since it will be EoL shortly [#693](https://github.com/Shopify/krane/pull/693).

## 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you need the ability to render dynamic values in templates before deploying,

## Prerequisites

* Ruby 2.4+
* Ruby 2.5+
* Your cluster must be running Kubernetes v1.11.0 or higher<sup>1</sup>

<sup>1</sup> We run integration tests against these Kubernetes versions. You can find our
Expand Down
2 changes: 1 addition & 1 deletion krane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = %w(lib)

spec.required_ruby_version = '>= 2.4.0'
spec.required_ruby_version = '>= 2.5.0'
spec.add_dependency("activesupport", ">= 5.0")
spec.add_dependency("kubeclient", "~> 4.3")
spec.add_dependency("googleauth", "~> 0.8")
Expand Down

0 comments on commit 663c9cd

Please sign in to comment.