What's Changed
Features
- Add typed secrets and configs with
UnixFileModetype for file permission handling (#195)- Support parsing:
0755(octal),0o755(octal with 'o' prefix),256(decimal) - Preserve original notation on round-trip serialization
- Replace
int? ModewithUnixFileMode?inServiceSecret,ServiceConfig,ServiceVolumeTmpfs
- Support parsing:
Refactoring
- Extract
ServiceItemCollection<T>base class fromServiceSecretCollection,ServiceConfigCollection, andServiceVolumeCollection
Full Changelog: 0.7.1...0.8.0