Skip to content

Commit

Permalink
Merge pull request #4 from takekazuomi/v0.4.1272
Browse files Browse the repository at this point in the history
bicep を0.4.1272に更新
  • Loading branch information
takekazuomi committed Feb 12, 2022
2 parents cab1312 + 48da63e commit 3723a1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 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.1124
BICEP_RELEASE = 0.4.1272
TAG ?= $(BICEP_RELEASE)

help: ## Show this help.
Expand All @@ -26,3 +26,9 @@ login: ## login docker shell
update-scripts: ## update scripts
mkdir -p tmp; cd tmp; rm -rf vscode-dev-containers; git clone --depth 1 git@github.com:microsoft/vscode-dev-containers.git; \
ls ../library-scripts/ | grep '.sh$$' | xargs -I {} bash -c "([ -f vscode-dev-containers/script-library/{} ] && cp -v vscode-dev-containers/script-library/{} ../library-scripts/{}) || true"

tag:
git tag -a v$(TAG)

release:
gh release create v$(TAG) -d --generate-notes -t v$(TAG) --target main
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ This definition requires an Azure subscription to use. You can create a [free ac

## ChangeLog

- [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 references and more.
- [v0.4.1008](https://github.com/Azure/bicep/releases/tag/v0.4.1008) Private Module registry, Implement TemplateSpec module referencesand more.
- [v0.4.613](https://github.com/Azure/bicep/releases/tag/v0.4.613) Implement goto for resource and variable property accesses, module paths, params and outputs.
- [v0.4.451](https://github.com/Azure/bicep/releases/tag/v0.4.451) Hotfix to remove the build summary.
- [v0.4.412](https://github.com/Azure/bicep/releases/tag/v0.4.412) support stg.listKeys(). JSON literal string conversion. local json templates as modules.
Expand Down

0 comments on commit 3723a1f

Please sign in to comment.