Closed github-actions[bot] closed 2 months ago
The changes encompass updates to configuration files, GitHub workflows, dependency management, and version control. Key modifications include the introduction of a Dependabot configuration for automated package updates, enhancements to GitHub Actions for testing workflows, and adjustments to various configuration settings across multiple files. Additionally, versioning information has been updated, and deprecated methods have been removed to streamline the codebase.
File(s) | Change Summary |
---|---|
.github/dependabot.yml |
Introduced Dependabot configuration for automated Python package updates. |
.github/workflows/*.yml |
Updated Python version matrix, actions versions, and caching options in workflow files. |
.gitignore |
Added test_conf.json to the list of ignored files. |
CHANGELOG.md |
Updated to reflect version transition and document enhancements, bug fixes, and breaking changes. |
LICENSE |
Added Apache License, Version 2.0 for legal framework. |
ovos_config/*.py |
Modified configuration handling, introduced new classes and methods, and removed deprecated code. |
ovos_config/mycroft.conf |
Enhanced configuration settings for plugins and updated deprecated options. |
requirements/*.txt |
Updated version constraints for dependencies to allow newer versions. |
test/unittests/*.py |
Removed and modified test cases to reflect changes in configuration management logic. |
ovos_config/version.py |
Incremented VERSION_MINOR and reset VERSION_BUILD . |
sequenceDiagram
participant User
participant GitHub Actions
participant Dependabot
participant Python Packages
User->>GitHub Actions: Trigger CI/CD workflow
GitHub Actions->>Python Packages: Install dependencies
GitHub Actions->>Dependabot: Check for package updates
Dependabot->>Python Packages: Update to latest versions
Python Packages-->>GitHub Actions: Confirm updates
GitHub Actions-->>User: Complete CI/CD process
π° In the meadow, changes bloom,
New configs and workflows loom.
With every hop, the code does cheer,
Fresh updates bring us all good cheer!
Dependencies dance, and tests take flight,
A brighter future, oh what a sight! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@coderabbitai review
Changelog
V0.0.13a27 (2024-08-16)
Full Changelog
Breaking changes:
V0.0.13a26 (2024-08-05)
Full Changelog
Merged pull requests:
V0.0.13a25 (2024-08-03)
Full Changelog
Merged pull requests:
V0.0.13a24 (2024-07-17)
Full Changelog
Merged pull requests:
V0.0.13a23 (2024-07-11)
Full Changelog
Merged pull requests:
V0.0.13a22 (2024-06-25)
Full Changelog
Fixed bugs:
V0.0.13a21 (2024-06-22)
Full Changelog
Implemented enhancements:
V0.0.13a20 (2024-06-22)
Full Changelog
Fixed bugs:
Merged pull requests:
V0.0.13a19 (2024-06-18)
Full Changelog
Fixed bugs:
ovos-config set
doesn't take the path syntax thatovos-config get
outputs #73Closed issues:
V0.0.13a18 (2024-06-11)
Full Changelog
Implemented enhancements:
V0.0.13a17 (2024-06-08)
Full Changelog
Fixed bugs:
V0.0.13a16 (2024-06-06)
Full Changelog
Merged pull requests:
V0.0.13a15 (2024-06-06)
Full Changelog
Fixed bugs:
V0.0.13a14 (2024-06-04)
Full Changelog
Merged pull requests:
V0.0.13a13 (2024-05-30)
Full Changelog
Merged pull requests:
V0.0.13a12 (2024-02-26)
Full Changelog
V0.0.13a11 (2024-02-26)
Full Changelog
Merged pull requests:
V0.0.13a10 (2024-02-26)
Full Changelog
Merged pull requests:
V0.0.13a9 (2024-02-26)
Full Changelog
Implemented enhancements:
Merged pull requests:
V0.0.13a8 (2024-02-24)
Full Changelog
Merged pull requests:
V0.0.13a7 (2024-02-07)
Full Changelog
Fixed bugs:
V0.0.13a6 (2024-01-23)
Full Changelog
Merged pull requests:
V0.0.13a5 (2024-01-23)
Full Changelog
Implemented enhancements:
V0.0.13a4 (2024-01-23)
Full Changelog
V0.0.13a3 (2024-01-23)
Full Changelog
Implemented enhancements:
Merged pull requests:
V0.0.13a2 (2024-01-19)
Full Changelog
Implemented enhancements:
Closed issues:
V0.0.13a1 (2023-12-29)
Full Changelog
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores