Skip to content

Commit

Permalink
Merge pull request #384 from 3scale/release-v1.0.1
Browse files Browse the repository at this point in the history
release v1.0.1
  • Loading branch information
eguzki authored Aug 28, 2024
2 parents afadcf3 + f9bca4b commit 83be71c
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 22 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.1]

### Fixed
- Support for oas3 relative server url [#380](https://github.com/3scale/3scale_toolbox/pull/380)

## [1.0.0]

### Added
Expand Down Expand Up @@ -331,7 +336,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/v1.0.0...HEAD
[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/3scale/3scale_toolbox/releases/tag/v1.0.1
[1.0.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v1.0.0
[0.20.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.20.0
[0.19.3]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.19.3
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'license_finder', '~> 7.0'
gem 'license_finder', '~> 7.2'
gem 'pry'
# rubyzip is a transitive depencency from license_finder with vulnerability on < 1.3.0
gem 'rubyzip', '>= 1.3.0'
Expand Down
26 changes: 19 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
3scale_toolbox (1.0.0)
3scale_toolbox (1.0.1)
3scale-api (~> 1.6)
activesupport (>= 6, < 8)
cri (~> 2.15)
Expand All @@ -12,34 +12,45 @@ GEM
remote: https://rubygems.org/
specs:
3scale-api (1.6.0)
activesupport (7.0.7.1)
activesupport (7.1.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (0.4.5)
rexml
cri (2.15.11)
cri (2.15.12)
csv (3.3.0)
deep_merge (1.2.2)
diff-lcs (1.5.0)
docile (1.4.0)
dotenv (2.8.1)
drb (2.2.1)
hansi (0.2.1)
hash-deep-merge (0.1.1)
hashdiff (1.0.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json-schema (2.8.1)
addressable (>= 2.4)
license_finder (7.1.0)
license_finder (7.2.1)
bundler
csv (~> 3.2)
rubyzip (>= 1, < 3)
thor (~> 1.2)
tomlrb (>= 1.3, < 2.1)
Expand All @@ -53,7 +64,8 @@ GEM
mustermann-contrib (1.1.2)
hansi (~> 0.2.0)
mustermann (= 1.1.2)
nokogiri (1.16.5)
mutex_m (0.2.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oas_parser (0.25.4)
Expand Down Expand Up @@ -94,7 +106,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
thor (1.2.1)
thor (1.3.1)
tomlrb (2.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -114,7 +126,7 @@ DEPENDENCIES
bundler
codecov
dotenv
license_finder (~> 7.0)
license_finder (~> 7.2)
pry
rake (~> 13.0)
rspec (~> 3.8)
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 = '1.0.0'
VERSION = '1.0.1'
end
118 changes: 106 additions & 12 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>1.0.0</version>
<version>1.0.1</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -23,7 +23,7 @@
</dependency>
<dependency>
<packageName>activesupport</packageName>
<version>7.0.6</version>
<version>7.1.4</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -40,6 +40,34 @@
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>base64</packageName>
<version>0.2.0</version>
<licenses>
<license>
<name>Simplified BSD</name>
<url>http://opensource.org/licenses/bsd-license</url>
</license>
<license>
<name>ruby</name>
<url>http://www.ruby-lang.org/en/LICENSE.txt</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>bigdecimal</packageName>
<version>3.1.8</version>
<licenses>
<license>
<name>Simplified BSD</name>
<url>http://opensource.org/licenses/bsd-license</url>
</license>
<license>
<name>ruby</name>
<url>http://www.ruby-lang.org/en/LICENSE.txt</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>builder</packageName>
Expand Down Expand Up @@ -83,7 +111,17 @@
</dependency>
<dependency>
<packageName>concurrent-ruby</packageName>
<version>1.2.2</version>
<version>1.3.4</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>connection_pool</packageName>
<version>2.4.1</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -103,13 +141,27 @@
</dependency>
<dependency>
<packageName>cri</packageName>
<version>2.15.11</version>
<version>2.15.12</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>csv</packageName>
<version>3.3.0</version>
<licenses>
<license>
<name>Simplified BSD</name>
<url>http://opensource.org/licenses/bsd-license</url>
</license>
<license>
<name>ruby</name>
<url>http://www.ruby-lang.org/en/LICENSE.txt</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>deep_merge</packageName>
Expand Down Expand Up @@ -158,6 +210,20 @@
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>drb</packageName>
<version>2.2.1</version>
<licenses>
<license>
<name>Simplified BSD</name>
<url>http://opensource.org/licenses/bsd-license</url>
</license>
<license>
<name>ruby</name>
<url>http://www.ruby-lang.org/en/LICENSE.txt</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>hansi</packageName>
Expand Down Expand Up @@ -191,7 +257,7 @@
</dependency>
<dependency>
<packageName>i18n</packageName>
<version>1.14.1</version>
<version>1.14.5</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -211,7 +277,7 @@
</dependency>
<dependency>
<packageName>license_finder</packageName>
<version>7.1.0</version>
<version>7.2.1</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -231,7 +297,7 @@
</dependency>
<dependency>
<packageName>mini_portile2</packageName>
<version>2.8.4</version>
<version>2.8.7</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -241,7 +307,7 @@
</dependency>
<dependency>
<packageName>minitest</packageName>
<version>5.18.1</version>
<version>5.25.1</version>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -268,10 +334,24 @@
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>mutex_m</packageName>
<version>0.2.0</version>
<licenses>
<license>
<name>Simplified BSD</name>
<url>http://opensource.org/licenses/bsd-license</url>
</license>
<license>
<name>ruby</name>
<url>http://www.ruby-lang.org/en/LICENSE.txt</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>nokogiri</packageName>
<version>1.15.3</version>
<version>1.16.7</version>
<licenses>
<license>
<name>MIT</name>
Expand Down Expand Up @@ -311,7 +391,7 @@
</dependency>
<dependency>
<packageName>racc</packageName>
<version>1.7.1</version>
<version>1.8.1</version>
<licenses>
<license>
<name>Simplified BSD</name>
Expand All @@ -335,7 +415,7 @@
</dependency>
<dependency>
<packageName>rexml</packageName>
<version>3.2.5</version>
<version>3.3.6</version>
<licenses>
<license>
<name>Simplified BSD</name>
Expand Down Expand Up @@ -446,10 +526,24 @@
<url>http://opensource.org/licenses/mit-license</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>strscan</packageName>
<version>3.1.0</version>
<licenses>
<license>
<name>Simplified BSD</name>
<url>http://opensource.org/licenses/bsd-license</url>
</license>
<license>
<name>ruby</name>
<url>http://www.ruby-lang.org/en/LICENSE.txt</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>thor</packageName>
<version>1.2.1</version>
<version>1.3.1</version>
<licenses>
<license>
<name>MIT</name>
Expand Down

0 comments on commit 83be71c

Please sign in to comment.