-
Notifications
You must be signed in to change notification settings - Fork 24
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
chore: changes from main #1010
Merged
chore: changes from main #1010
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release notes: * fix: enable for entities and add it for OAuth (#964) * feat: add custom warning message for forms (#970) * feat: build time version check for os-dependentLibraries (#981) * feat: require variable only when displayed (#985) * feat: add support for custom dashboards (#979) * feat: custom sub description for pages (#982) * fix: update axios along with follow redirect (#1003) * fix: typo in the error message for os-dependentLibraries (#1004) * fix: pass disabled props for radio bar component (#997) * fix: no-compile missing from os-dependentLibraries packages (#999)
# [5.36.0](v5.35.1...v5.36.0) (2024-01-10) ### Bug Fixes * enable for entities and add it for oauth ([#964](#964)) ([21bb7f8](21bb7f8)) * no-compile missing from os-dependentLibraries packages ([#999](#999)) ([537d450](537d450)) * pass disabled props for radio bar component ([#997](#997)) ([a4eb6f9](a4eb6f9)) * typo in the error message ([#1004](#1004)) ([312c8be](312c8be)) * update axios along with follow redirect ([#1003](#1003)) ([7bc5a35](7bc5a35)) ### Features * add support for custom dashboards ([#979](#979)) ([7fe3d58](7fe3d58)) * ADDON-67093 add custom warning message for forms ([#970](#970)) ([64daa77](64daa77)) * buildtime version check for os-dependentLibraries ([#981](#981)) ([cbe923d](cbe923d)) * custom sub description for pages - ADDON-67014 ([#982](#982)) ([b3a32c5](b3a32c5)) * require variable only when displayed ADDON-67013 ([#985](#985)) ([6873164](6873164))
The new password contains special characters which makes `poetry publish ...` step to fail.
The new password contains special characters which makes `poetry publish ...` step to fail. I also manually remove new tag and release from GitHub so the new release can be created.
# [5.36.0](v5.35.1...v5.36.0) (2024-01-10) ### Bug Fixes * enable for entities and add it for oauth ([#964](#964)) ([21bb7f8](21bb7f8)) * no-compile missing from os-dependentLibraries packages ([#999](#999)) ([537d450](537d450)) * pass disabled props for radio bar component ([#997](#997)) ([a4eb6f9](a4eb6f9)) * typo in the error message ([#1004](#1004)) ([312c8be](312c8be)) * update axios along with follow redirect ([#1003](#1003)) ([7bc5a35](7bc5a35)) ### Features * add support for custom dashboards ([#979](#979)) ([7fe3d58](7fe3d58)) * ADDON-67093 add custom warning message for forms ([#970](#970)) ([64daa77](64daa77)) * buildtime version check for os-dependentLibraries ([#981](#981)) ([cbe923d](cbe923d)) * custom sub description for pages - ADDON-67014 ([#982](#982)) ([b3a32c5](b3a32c5)) * require variable only when displayed ADDON-67013 ([#985](#985)) ([6873164](6873164))
This reverts commit d9a4234.
This PR reverts the bot's commit with a release information (so can bot can push it again). And we don't need to quote PyPI secrets, tested [here](https://pypi.org/project/splunksplwrapper/1.1.5b1/).
# [5.36.0](v5.35.1...v5.36.0) (2024-01-10) ### Bug Fixes * enable for entities and add it for oauth ([#964](#964)) ([21bb7f8](21bb7f8)) * no-compile missing from os-dependentLibraries packages ([#999](#999)) ([537d450](537d450)) * pass disabled props for radio bar component ([#997](#997)) ([a4eb6f9](a4eb6f9)) * typo in the error message ([#1004](#1004)) ([312c8be](312c8be)) * update axios along with follow redirect ([#1003](#1003)) ([7bc5a35](7bc5a35)) ### Features * add support for custom dashboards ([#979](#979)) ([7fe3d58](7fe3d58)) * ADDON-67093 add custom warning message for forms ([#970](#970)) ([64daa77](64daa77)) * buildtime version check for os-dependentLibraries ([#981](#981)) ([cbe923d](cbe923d)) * custom sub description for pages - ADDON-67014 ([#982](#982)) ([b3a32c5](b3a32c5)) * require variable only when displayed ADDON-67013 ([#985](#985)) ([6873164](6873164))
## [5.36.1](v5.36.0...v5.36.1) (2024-01-12) ### Bug Fixes * update jinja2 to v3.1.3 to fix CVE ([#1017](#1017)) ([25b652f](25b652f))
sgoral-splunk
previously approved these changes
Jan 12, 2024
add description page to mkdocs, currently it is not added and displayed in docs
sgoral-splunk
approved these changes
Jan 12, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR brings changes from a
main
branch back to thedevelop
.