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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b56e7f280832462c646dce84cf5565c6ac719dfaa57e3ece2b9974f2561b0a4
4
- data.tar.gz: 0bf487c765f752a14ea748f06c951a71a7aab45be83126dd42307da23e8cfebd
3
+ metadata.gz: 7369abd069cd5e39e4211f0eddefefd79604af2bd9ef6b47f2cb84aa0b982277
4
+ data.tar.gz: ee779961d207f9393c70a1b84b8f57e5c9afa3204a475354329396d90eda170d
5
5
  SHA512:
6
- metadata.gz: 0f2e4c7389588f2b2e894cfb7730e6a226dbbfa36d5b9ba8bd55943e52195f28baca4bc493fed748bfba2388f4e5dfc1824aca28220219adf353ad41e5c083fc
7
- data.tar.gz: f58924e6b836b963734ef369f1d548cf36a61144a07dc2d0779ed00f4c7f548a7204992badab4be93299a6772bc67b51e20c37497a7c0e57a95329ef5f8483e5
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
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Support
5
5
  module Config
6
- VERSION = '0.18.0'
6
+ VERSION = '0.18.1'
7
7
  end
8
8
  end
9
9
  end
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.0
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-08-13 00:00:00.000000000 Z
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