dead44b
version 0.3.24564cc5
Include license file in sourceSourced from actions/cache's releases.
v3.0.0
This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.
Few dependencies and cache action usage examples have also been updated.
v2.1.7
Support 10GB cache upload using the latest version
1.0.8
of@actions/cache
v2.1.6
- Catch unhandled "bad file descriptor" errors that sometimes occurs when the cache server returns non-successful response (actions/cache#596)
v2.1.5
- Fix permissions error seen when extracting caches with GNU tar that were previously created using BSD tar (actions/cache#527)
v2.1.4
v2.1.3
- Upgrades
@actions/core
to v1.2.6 for CVE-2020-15228. This action was not using the affected methods.- Fix error handling in
uploadChunk
where 400-level errors were not being detected and handled correctlyv2.1.2
- Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
- No-op when executing on GHES
v2.1.1
- Update
@actions/cache
package tov1.0.2
which allows cache action to use posix format when taring files.v2.1.0
- Replaces the
http-client
with the Azure Storage SDK for NodeJS when downloading cache content from Azure. This should help improve download performance and reliability as the SDK downloads files in 4 MB chunks, which can be parallelized and retried independently- Display download progress and speed
4b0cf6c
Merge pull request #769 from actions/users/ashwinsangem/bump_major_version60c606a
Update licensed filesb6e9a91
Revert "Updated to the latest version."c842503
Updated to the latest version.2b7da2a
Bumped up to a major version.deae296
Merge pull request #651 from magnetikonline/fix-golang-windows-examplec7c46bc
Merge pull request #707 from duxtland/main6535c5f
Regenerated examples.md
TOC3fdafa4
Update GitHub Actions status badge markdown in README.md
341e6d7
Merge branch 'actions:main' into fix-golang-windows-example6799a7a
internal/lsp/source: canonicalize objects in reference/rename requests54a569a
internal/imports: use first quote when matching import path40370f8
go/internal/gcimporter: add a test case for issue 5121924806f2
go/analysis: add tests check for calling *F methods in fuzz funcdff7c5f
go/internal/gcimporter: guard against infinite recursion with recursive49d48a0
go/analysis/passes/composite: allow InternalFuzzTarget198cae3
go/ssa: split pkg() into different cases for *Package and *types.Packageee31f70
internal/lsp: add completion for use directives622cf7b
internal/lsp/cache: copy workFile when invalidating workspacee7a12a3
go/ssa: add type substitutionSourced from peter-evans/create-pull-request's releases.
Create Pull Request v4.0.0
Breaking changes
- The
add-paths
input no longer accepts-A
as a valid value. When committing all new and modified files theadd-paths
input should be omitted.- If using self-hosted runners or GitHub Enterprise Server, there are minimum requirements for
v4
to run. See "What's new" below for details.What's new
- Updated runtime to Node.js 16
- The action now requires a minimum version of v2.285.0 for the Actions Runner.
- If using GitHub Enterprise Server, the action requires GHES 3.4 or later.
What's Changed
- README.md: Add word "permissions" to part on GITHUB_TOKEN by
@hartwork
in peter-evans/create-pull-request#1082- docs: Document how to improve close-and-reopen user experience by
@hartwork
in peter-evans/create-pull-request#1084- README.md: Skip follow-up steps if there is no pull request by
@hartwork
in peter-evans/create-pull-request#1083- v4 by
@peter-evans
in peter-evans/create-pull-request#1099New Contributors
@hartwork
made their first contribution in peter-evans/create-pull-request#1082Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v3.14.0...v4.0.0
Create Pull Request v3.14.0
This release reverts a commit made to bump the runtime to node 16. It inadvertently caused an issue for users on GitHub Enterprise. Apologies. 🙇♂️
What's Changed
- feat: revert update action runtime to node 16 by
@peter-evans
https://github.com/peter-evans/create-pull-request/commit/18f7dc018cc2cd597073088f7c7591b9d1c02672Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v3.13.0...v3.14.0
Create Pull Request v3.13.0
What's Changed
- Document that draft status changes are not reflected by
@willthames
in peter-evans/create-pull-request#1064- fix: remove unused draft param from pull update by
@peter-evans
in peter-evans/create-pull-request#1065- Update action runtime to node 16 by
@sibiraj-s
in peter-evans/create-pull-request#1074New Contributors
@willthames
made their first contribution in peter-evans/create-pull-request#1064@sibiraj-s
made their first contribution in peter-evans/create-pull-request#1074Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v3.12.1...v3.13.0
Create Pull Request v3.12.1
What's Changed
- ci: remove workflow by
@peter-evans
in peter-evans/create-pull-request#1046- fix: add '--' to checkout command to avoid ambiguity by
@kenji-miyake
in peter-evans/create-pull-request#1051New Contributors
@kenji-miyake
made their first contribution in peter-evans/create-pull-request#1051
... (truncated)
Sourced from mkdocs's releases.
1.3.0
Feature upgrades
ReadTheDocs theme updated from v0.4.1 to v1.0.0 according to upstream (#2585)
The most notable changes:
- New option
logo
: Rather than displaying thesite_name
in the title, one can specify a path to an image to display instead.- New option
anonymize_ip
for Google Analytics.- Dependencies were upgraded: jQuery upgraded to 3.6.0, Modernizr.js dropped, and others.
Built-in themes now also support these languages:
Support custom directories to watch when running
mkdocs serve
(#2642)MkDocs by default watches the docs directory and the config file. Now there is a way to add more directories to watch for changes, either via the YAML
watch
key or the command line flag--watch
.Normally MkDocs never reaches into any other directories (so this feature shouldn't be necessary), but some plugins and extensions may do so.
See documentation.
New
--no-history
option forgh_deploy
(#2594)Allows to discard the history of commits when deploying, and instead replace it with one root commit
Bug fixes
An XSS vulnerability when using the search function in built-in themes was fixed (#2791)
Setting the
edit_uri
option no longer erroneously adds a trailing slash torepo_url
(#2733)Miscellaneous
Breaking change: the
pages
config option that was deprecated for a very long time now causes an error when used (#2652)To fix the error, just change from
pages
tonav
.Performance optimization: during startup of MkDocs, code and dependencies of other commands will not be imported (#2714)
The most visible effect of this is that dependencies of
mkdocs serve
will not be imported whenmkdocs build
is used.Recursively validate
nav
(#2680)Validation of the nested
nav
structure has been reworked to report errors early and reliably. Some edge cases have been declared invalid.Other small improvements; see commit log.
d2e2a23
Release 1.3.0 (#2806)2016004
Merge branch 'release/1.2'6c1eb58
Release 1.2.4 (#2805)2d642b3
Compatibility with Jinja2 3.1.0 (#2800)b727215
Revert to disregarding the mount path for /livereload/ endpoint (#2804)17ff566
Ensure that the edit_uri
option does not modify the repo_url
(#2733)91923f5
Revert "SubConfig now catches failures and warnings (#2710)"5cf1963
Prevent XSS searching in builtin themes (#2791)d7fa905
SubConfig now catches failures and warnings (#2710)09a5cd0
Add Persian (fa) translation to the default themes (#2787)Sourced from mkdocs-material's releases.
mkdocs-material-8.2.8
- Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
- Reverted Jinja version range limitation (added in 8.2.7)
- Improved styling of annotations and fixed borders of code blocks in tabs
- Added background color to code blocks in focused/hovered links
- Added check in tags plugin whether tags overview page exists
- Fixed #3744: Content tab indicator on wrong position when using back button
Sourced from mkdocs-material's changelog.
mkdocs-material-8.2.8+insiders-4.12.0 (2022-03-27)
- Added support for card grids and grid layouts
- Fixed #3685: Annotations sometimes broken when using instant loading
- Fixed #3742: Automatically add Mermaid.js when building for offline usage
mkdocs-material-8.2.8 (2022-03-27)
- Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
- Reverted Jinja version range limitation (added in 8.2.7)
- Improved styling of annotations and fixed borders of code blocks in tabs
- Added background color to code blocks in focused/hovered links
- Added check in tags plugin whether tags overview page exists
- Fixed #3744: Content tab indicator on wrong position when using back button
mkdocs-material-8.2.7 (2022-03-24)
- Temporarily limit Jinja version range to < 3.1 due to breaking changes
mkdocs-material-8.2.6 (2022-03-23)
- Fixed #3695: Deprecation warning for unescaped backslashes in templates
- Fixed #3696: Annotations not mounted in some Terraform code blocks
- Fixed #3698: Annotations not mounted in long code blocks (8.2.5 regression)
mkdocs-material-8.2.5+insiders-4.11.0 (2022-03-06)
- Added support for excluding external assets from privacy plugin
mkdocs-material-8.2.5 (2022-03-06)
- Fixed #3596: Mermaid not working when headline with name 'Mermaid' present
- Fixed #3643: Reduce time to render pages with thousands of code blocks
- Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels
mkdocs-material-8.2.4+insiders-4.10.1 (2022-03-02)
- Added missing build dependencies to Dockerfile
- Fixed encoding issues in privacy plugin, now forcing UTF-8 encoding
- Fixed #3624: Scroll to active navigation item unreliable in Firefox
- Fixed #3642: Privacy plugin errors when font setting was omitted
mkdocs-material-8.2.4 (2022-03-02)
- Fixed malformed Google Fonts URL when a font setting was omitted
- Fixed #3648: Fixed specificity issue with admonitions in lists
- Fixed #3653: Invalid outdated version banner URL when using instant loading
mkdocs-material-8.2.3+insiders-4.10.0 (2022-02-27)
... (truncated)
ce43e6a
Prepare 8.2.8 releasee96f07a
Added documentation for card grids7418e79
Updated screenshot7b1d1cc
Bump ansi-regex from 4.1.0 to 4.1.1 (#3769)c9f92b9
Reverted pinning of Jinja2 version6b91c8d
Added background color to code blocks in hovered links71dd84a
Improved styling of code annotations and fixed borders of code blocks in tabsc7cc8f0
Formattingdfba03f
Raise error in tags plugin when tags file does not exist6322ece
Merge branch 'master' of github.com:squidfunk/mkdocs-material083ff1c
Fixed didPanic to now detect panic(nil).1e36bfe
Use cross Go version compatible build tag syntaxe798dc2
Add docs on 1.17 build tags83198c2
assert: guard CanConvert call in backward compatible wrapper087b655
assert: allow comparing time.Time7bcf74e
fix msgAndArgs forwardingc29de71
add tests for correct msgAndArgs forwardingf87e2b2
Update buildsab6dc32
fix linting errors in /assert packageedff5a0
fix funtion name