Releases: TravisSpomer/deploy-to-azure-storage
Releases · TravisSpomer/deploy-to-azure-storage
v1.5.0
- Now requires Node 16 since that's the oldest supported version.
- Updated
@actions
dependencies.
v1.4.0
- Adds
public
to theCache-Control
header.
v1.3.0
Added cleanup-immutable
.
When using both cleanup
and immutable
, version 1.3.0 has different default behavior from 1.2.0. Add cleanup-immutable: true
to get the previous behavior.
v1.2.0
Adds a new immutable
option to let you specify extensions (*.js;*.css
) that should get Cache-Control settings hinting to CDNs and browsers that those files will never change.
v1.1.2
Fixed a YAML syntax error in the action's metadata.
v1.1.1
Fixes a bug with the cleanup
and require-index
config options.
v1.1
Added new configuration options for unusual deployment scenarios:
cleanup
container
require-index
v1
Initial version of this Action. See the readme file for usage.