ace-support-config 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/ace/support/config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7369abd069cd5e39e4211f0eddefefd79604af2bd9ef6b47f2cb84aa0b982277
|
|
4
|
+
data.tar.gz: ee779961d207f9393c70a1b84b8f57e5c9afa3204a475354329396d90eda170d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbcc5074d9931ef36ad56dc33ec37235d54c98b161e46ae0beff7be44f53087d799bfc74249a69cad8956106418fd07db47e5613373f90206944f4a5368d3e61
|
|
7
|
+
data.tar.gz: 2a634a5c86017c4400561ba0d0b7049bd30bde330734ded1a302141a73da8b1e144f006e96d866c7d87a8b4e8cc0703540acd68a26536b3e3f0a2ca270f616ab
|
data/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
|
+
### Fixed
|
|
10
|
+
- Skip permission-denial cascade edge tests when file permission bits are not enforced for the running process (root/`CAP_DAC_OVERRIDE` in containers), fixing false CI failures while keeping full denial coverage for unprivileged users.
|
|
11
|
+
|
|
9
12
|
|
|
13
|
+
## [0.18.1] - 2026-09-02
|
|
14
|
+
|
|
15
|
+
### Technical
|
|
16
|
+
- Included in the coordinated all-package patch release preparation for ACE monorepo review.
|
|
10
17
|
## [0.18.0] - 2026-08-13
|
|
11
18
|
### Added
|
|
12
19
|
- Manage expiring drift acknowledgements
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-support-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.18.
|
|
4
|
+
version: 0.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-09-05 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-fs
|