This file is used to list changes made in each version of the osl-git cookbook.
- Remove repos for git-lfs on AlmaLinux 9 and above
- Add support for Ubuntu
- Remove support for CentOS 7
- Added almalinux 9
- Add revision property to osl_gitlfs
- Fix idempotency issues with git_credentials resource
- Add support for Debian 12
- Add AlmaLinux 8 support
- Migrate base::gitlfs to this cookbook
- Ensure git lfs is properly installed in a repo
- Run git lfs pull command as specified user
- Enable Selinux Enforcing
- Chef 17 Fixes
- Update Chef dependency to >= 16
- Add user, group, and timeout properties to osl_gitlfs resource
- Chef 16 update
- Centos 8 update
- Add recipe to install git from IUS repo
- Update osl_gitlfs to be idempotent
- Chef 15 Fixes
- osl_gitlfs custom resource
- Remove comment from git credential template
- Chef 14 post-migration fixes
- Add group parameter to git_credential resource
- Use lazy eval for params that default to attributes
- Create git_credentials resource for git credential helper store
- Initial release of osl-git