Skip to content

Commit

Permalink
Update agent version to 1.1 in config.yaml (Azure#4430)
Browse files Browse the repository at this point in the history
Since 1.1 is released, this change updates the default agent tag in config.yaml to 1.1.
  • Loading branch information
damonbarry committed Feb 17, 2021
1 parent 11bfea5 commit a4faab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edgelet/contrib/config/linux/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ agent:
type: "docker"
env: {}
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
auth: {}

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion edgelet/contrib/config/linux/debian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ agent:
type: "docker"
env: {}
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
auth: {}

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion edgelet/edgelet-docker/config/unix/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agent:
type: "docker"
env: {}
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
auth: {}

hostname: "localhost"
Expand Down

0 comments on commit a4faab5

Please sign in to comment.