Skip to content

Commit

Permalink
Merge pull request #231 from 3scale/release-0.15.0
Browse files Browse the repository at this point in the history
release 0.15.0
  • Loading branch information
eguzki authored Jan 14, 2020
2 parents 0926c5c + 628e111 commit 41d3f61
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 19 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.15.0]

### Added
- Allow filtering activedocs by Service ID [#225](https://github.com/3scale/3scale_toolbox/pull/225)
- OpenAPI 3 support [#226](https://github.com/3scale/3scale_toolbox/pull/226)
- Add prefix matching flag for mapping rules in import openapi command [#224](https://github.com/3scale/3scale_toolbox/pull/224)
- Add custom host header and secret token options for import openapi [#221](https://github.com/3scale/3scale_toolbox/pull/221)
- Deprecate ruby 2.4 [#232](https://github.com/3scale/3scale_toolbox/pull/232)

### Fixed
- Make activedocs apply command not set *skip_swagger_validations* on activedocs update [#227](https://github.com/3scale/3scale_toolbox/pull/227)
- copy service command copies oidc conf [#228](https://github.com/3scale/3scale_toolbox/pull/228)

## [0.14.0]

### Fixed
Expand Down Expand Up @@ -204,7 +217,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `3scale copy service` command to copy a service
including its metrics, methods, application plans and their usage limits

[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.15.0
[0.14.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.14.0
[0.13.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.13.0
[0.12.4]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.12.4
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
3scale_toolbox (0.14.0)
3scale_toolbox (0.15.0)
3scale-api (~> 0.6.0)
cri (~> 2.15)
json-schema (~> 2.8)
Expand All @@ -11,14 +11,15 @@ GEM
remote: https://rubygems.org/
specs:
3scale-api (0.6.0)
activesupport (5.2.3)
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.3)
builder (3.2.4)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crack (0.4.3)
Expand All @@ -30,7 +31,7 @@ GEM
hansi (0.2.0)
hash-deep-merge (0.1.1)
hashdiff (1.0.0)
i18n (1.7.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
json-schema (2.8.1)
addressable (>= 2.4)
Expand All @@ -43,14 +44,14 @@ GEM
xml-simple
method_source (0.9.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.0)
mustermann (1.0.3)
mustermann-contrib (1.0.3)
hansi (~> 0.2.0)
mustermann (= 1.0.3)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
oas_parser (0.22.4)
oas_parser (0.23.0)
activesupport (>= 4.0.0)
addressable (~> 2.3)
builder (~> 3.2.3)
Expand Down Expand Up @@ -83,14 +84,15 @@ GEM
thread_safe (0.3.6)
toml (0.2.0)
parslet (~> 1.8.0)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
webmock (3.7.5)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
with_env (1.1.0)
xml-simple (1.1.5)
zeitwerk (2.2.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/3scale_toolbox/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ThreeScaleToolbox
VERSION = '0.14.0'
VERSION = '0.15.0'
end
18 changes: 9 additions & 9 deletions licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</dependency>
<dependency>
<packageName>3scale_toolbox</packageName>
<version>0.14.0</version>
<version>0.15.0</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -23,7 +23,7 @@
</dependency>
<dependency>
<packageName>activesupport</packageName>
<version>6.0.1</version>
<version>6.0.2.1</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -43,7 +43,7 @@
</dependency>
<dependency>
<packageName>builder</packageName>
<version>3.2.3</version>
<version>3.2.4</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -171,7 +171,7 @@
</dependency>
<dependency>
<packageName>i18n</packageName>
<version>1.7.0</version>
<version>1.8.2</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -221,7 +221,7 @@
</dependency>
<dependency>
<packageName>minitest</packageName>
<version>5.13.0</version>
<version>5.14.0</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -251,7 +251,7 @@
</dependency>
<dependency>
<packageName>nokogiri</packageName>
<version>1.10.5</version>
<version>1.10.7</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -261,7 +261,7 @@
</dependency>
<dependency>
<packageName>oas_parser</packageName>
<version>0.22.4</version>
<version>0.23.0</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -411,7 +411,7 @@
</dependency>
<dependency>
<packageName>tzinfo</packageName>
<version>1.2.5</version>
<version>1.2.6</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -451,7 +451,7 @@
</dependency>
<dependency>
<packageName>zeitwerk</packageName>
<version>2.2.1</version>
<version>2.2.2</version>
<licenses>
<license>
<name>MIT</name>
Expand Down

0 comments on commit 41d3f61

Please sign in to comment.