Skip to content

Commit

Permalink
update to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
takekazuomi committed Apr 9, 2022
1 parent 3723a1f commit e9a8fd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE_NAME ?= takekazuomi/devcontainers-bicep
BICEP_RELEASE = 0.4.1272
BICEP_RELEASE = 0.5.6
TAG ?= $(BICEP_RELEASE)

help: ## Show this help.
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/library-scripts/common-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ set -e
if [ -d "/run/systemd/system" ]; then
exec /bin/systemctl/systemctl "$@"
else
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
fi
EOF
chmod +x /usr/local/bin/systemctl
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This definition requires an Azure subscription to use. You can create a [free ac

## ChangeLog

- [v0.5.6](https://github.com/Azure/bicep/releases/tag/v0.5.6) Bicep Public Registry
- [v0.4.1272](https://github.com/Azure/bicep/releases/tag/v0.4.1272) ACA support.
- [v0.4.1124](https://github.com/Azure/bicep/releases/tag/v0.4.1124)
- [v0.4.1008](https://github.com/Azure/bicep/releases/tag/v0.4.1008) Private Module registry, Implement TemplateSpec module referencesand more.
Expand Down

0 comments on commit e9a8fd8

Please sign in to comment.