summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md21
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
-rw-r--r--spec/run_oc_pedant.rb4
4 files changed, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ae2a6a..9b1b5da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,26 +1,25 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release 15.0.5 -->
-## [v15.0.5](https://github.com/chef/chef-zero/tree/v15.0.5) (2021-02-25)
-
-#### Merged Pull Requests
-- Zei/skipping status for pedant [#307](https://github.com/chef/chef-zero/pull/307) ([vinay-satish](https://github.com/vinay-satish))
+<!-- latest_release -->
<!-- latest_release -->
-<!-- release_rollup since=15.0.4 -->
-### Changes not yet released to rubygems.org
-
-#### Merged Pull Requests
-- Zei/skipping status for pedant [#307](https://github.com/chef/chef-zero/pull/307) ([vinay-satish](https://github.com/vinay-satish)) <!-- 15.0.5 -->
+<!-- release_rollup -->
<!-- release_rollup -->
<!-- latest_stable_release -->
+## [v15.0.7](https://github.com/chef/chef-zero/tree/v15.0.7) (2021-06-22)
+
+#### Merged Pull Requests
+- Zei/skipping status for pedant [#307](https://github.com/chef/chef-zero/pull/307) ([vinay-satish](https://github.com/vinay-satish))
+- Skipping User Email case insensitive pedant test [#311](https://github.com/chef/chef-zero/pull/311) ([jashaik](https://github.com/jashaik))
+- Skipping nginx default error response verification pedant test [#312](https://github.com/chef/chef-zero/pull/312) ([jashaik](https://github.com/jashaik))
+<!-- latest_stable_release -->
+
## [v15.0.4](https://github.com/chef/chef-zero/tree/v15.0.4) (2021-01-05)
#### Merged Pull Requests
- Add missing Webrick dependency to the gemspec [#306](https://github.com/chef/chef-zero/pull/306) ([tas50](https://github.com/tas50))
-<!-- latest_stable_release -->
## [v15.0.3](https://github.com/chef/chef-zero/tree/v15.0.3) (2020-09-28)
diff --git a/VERSION b/VERSION
index 8fc2ffd..38fb554 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.5 \ No newline at end of file
+15.0.7 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 247bbe5..12b0140 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.5".freeze
+ VERSION = "15.0.7".freeze
end
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index a8c2566..a9229ed 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -189,7 +189,9 @@ begin
# at this time.
"--skip-chef-zero-quirks",
- "--skip-status"
+ "--skip-status",
+ "--skip=email_case_insensitive",
+ "--skip=nginx_default_error"
]
# The knife tests are very slow and don't give us a lot of extra coverage,