Skip to content

Commit

Permalink
Bump version to 6.8.26 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Feb 3, 2025
1 parent d4fdf14 commit 6a74715
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->

<!-- latest_release 6.8.25 -->
## [v6.8.25](https://github.com/inspec/inspec/tree/v6.8.25) (2025-02-03)
<!-- latest_release 6.8.26 -->
## [v6.8.26](https://github.com/inspec/inspec/tree/v6.8.26) (2025-02-03)

#### Merged Pull Requests
- Fix bad links in docs [#7287](https://github.com/inspec/inspec/pull/7287) ([IanMadd](https://github.com/IanMadd))
- CHEF-15083: Update groups resource to use `getent` utility to fetch groups info [#7284](https://github.com/inspec/inspec/pull/7284) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->

## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
Expand Down Expand Up @@ -38,6 +38,7 @@
### Changes since 6.8.24 release

#### Merged Pull Requests
- CHEF-15083: Update groups resource to use `getent` utility to fetch groups info [#7284](https://github.com/inspec/inspec/pull/7284) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.26 -->
- Fix bad links in docs [#7287](https://github.com/inspec/inspec/pull/7287) ([IanMadd](https://github.com/IanMadd)) <!-- 6.8.25 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.8.25
6.8.26
2 changes: 1 addition & 1 deletion inspec-bin/lib/inspec-bin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "6.8.25".freeze
VERSION = "6.8.26".freeze
end
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inspec
VERSION = "6.8.25".freeze
VERSION = "6.8.26".freeze
end

0 comments on commit 6a74715

Please sign in to comment.