Hello InSpec friends!
We are delighted to announce the availability of version 5.22.58 of Chef InSpec. Changes include:
Improvements
- Upgraded the minimum version of Ruby version from 2.4.0 to 3.0.3. (#6790)
Bug Fixes
-
The oracledb_session resource has the following bug fixes:
- oracledb_session resource now correctly executes profiles against Oracle Database 12 on Solaris
- The oracledb_session resource now correctly passes queries
with certain special characters and escape backslashes to Oracle SQL.
Previously queries with special characters like,
or$
that were escaped using a double backslash (for example,\\,
)
were converted by oracledb_session to have four backslashes (for example\\\\,
).
(#7136)
-
The postgres_session resource now correctly returns an error when the password authentication fails. (#7154)
Get the Build
You can download binaries directly from Chef Downloads.