Merge pull request #16182 from CartoDB/amiedes-bump-cartodb-common

Bump cartodb-common to v1.1.1 - Logging improvements
pull/16183/merge
Alberto Miedes Garcés 4 years ago committed by GitHub
commit 7899e741a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ end
gem 'cartodb-common',
git: 'https://github.com/cartodb/cartodb-common.git',
tag: 'v1.1.0'
tag: 'v1.1.1'
gem 'roo', '1.13.2'
gem 'state_machines-activerecord', '~> 0.5.0'
gem 'typhoeus', '1.3.1'

@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/cartodb/cartodb-common.git
revision: f4c0bf5bc003186f9d6ca910d78d666d4c8e6c9c
tag: v1.1.0
revision: 51179bc8bd7150d49b32c8428e19e7ec2f8f2b6c
tag: v1.1.1
specs:
cartodb-common (1.1.0)
cartodb-common (1.1.1)
argon2 (~> 2)
google-cloud-pubsub (~> 2.3)
google-cloud-resource_manager

@ -82,6 +82,7 @@ sudo make install
- Fixed error that added multiple canonical links in the Spatial Data Catalog [#16160](https://github.com/CartoDB/cartodb/pull/16160)
- Modify deprecation warning for DO analysis in builder [#16163](https://github.com/CartoDB/cartodb/pull/16163)
- Fix autoload issues in subscriber [#16171](https://github.com/CartoDB/cartodb/pull/16171)
- Update cartodb-common to v1.1.1, which contains serveral logging fixes [#16182](https://github.com/CartoDB/cartodb/pull/16182)
4.44.0 (2020-11-20)
-------------------

Loading…
Cancel
Save