-
Notifications
You must be signed in to change notification settings - Fork 88
Prepare 0.8.1 release #311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR prepares the 0.8.1 release by updating version numbers and release notes.
Changes:
- Version bumped from 0.8.0 to 0.8.1 in package.json and all package-lock.json files
- Release notes updated with bug fixes and dependency updates
- Package-lock.json files updated with peer dependency metadata changes
Reviewed changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| releaseNotes.md | Updated with bug fixes, dependency updates, and misc changes for 0.8.1 release |
| package.json | Version bumped to 0.8.1 |
| package-lock.json | Version and peer dependency metadata updated |
| packages/k8s/package-lock.json | Peer dependency metadata added |
| packages/hooklib/package-lock.json | Peer dependency metadata added |
| packages/docker/package-lock.json | Peer dependency metadata updated (some added, some removed) |
Files not reviewed (3)
- packages/docker/package-lock.json: Language not supported
- packages/hooklib/package-lock.json: Language not supported
- packages/k8s/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Bugs | ||
|
|
||
| - docker: fix readOnly volumes in createContainer [#236] | ||
| - Change command to remove sudo to fix fs-init inital container [#263] |
Copilot
AI
Jan 29, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling error: 'inital' should be 'initial'.
| - Change command to remove sudo to fix fs-init inital container [#263] | |
| - Change command to remove sudo to fix fs-init initial container [#263] |
| - docker: fix readOnly volumes in createContainer [#236] | ||
| - Change command to remove sudo to fix fs-init inital container [#263] | ||
| - Sort 'find' output before hashing for consistency [#267] | ||
| - feat: check if required binaries are present [#272] |
Copilot
AI
Jan 29, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry is categorized under "Bugs" but has a "feat:" prefix, which typically indicates a feature. Consider either moving this to a Features section or changing the prefix to "fix:" to match the Bugs category.
| - feat: check if required binaries are present [#272] | |
| - fix: check if required binaries are present [#272] |
d29c95b to
53df515
Compare
No description provided.