Skip to content

Commit

Permalink
Update the dev version to 1.2
Browse files Browse the repository at this point in the history
Update the dev version to 1.2
  • Loading branch information
yophilav committed Apr 8, 2021
1 parent 78236a7 commit 1a79616
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion edgelet/contrib/centos/aziot-edge.spec
Expand Up @@ -17,7 +17,7 @@ URL: https://github.com/azure/iotedge
%{?systemd_requires}
BuildRequires: systemd
Requires(pre): shadow-utils
Requires: aziot-identity-service >= 1.2.0~rc4-1
Requires: aziot-identity-service = 1.2.0-1
Source0: aziot-edge-%{version}.tar.gz

%description
Expand Down
2 changes: 1 addition & 1 deletion edgelet/contrib/config/linux/default.toml
Expand Up @@ -11,7 +11,7 @@ name = "edgeAgent"
type = "docker"

[agent.config]
image = "mcr.microsoft.com/azureiotedge-agent:1.2.0-rc4"
image = "mcr.microsoft.com/azureiotedge-agent:1.2"

[connect]
workload_uri = "@connect_workload_uri@"
Expand Down
2 changes: 1 addition & 1 deletion edgelet/contrib/config/linux/template.toml
Expand Up @@ -215,7 +215,7 @@
# imagePullPolicy = "..." # "on-create" or "never". Defaults to "on-create"

# [agent.config]
# image = "mcr.microsoft.com/azureiotedge-agent:1.2.0-rc4"
# image = "mcr.microsoft.com/azureiotedge-agent:1.2"
# createOptions = { HostConfig = { Binds = ["/iotedge/storage:/iotedge/storage"] } }

# [agent.config.auth]
Expand Down
2 changes: 1 addition & 1 deletion edgelet/contrib/debian/control
Expand Up @@ -9,7 +9,7 @@ Homepage: https://github.com/azure/iotedge

Package: aziot-edge
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, aziot-identity-service (>= 1.2.0~rc4-1), sed
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, aziot-identity-service (= 1.2.0-1), sed
Description: Azure IoT Edge Module Runtime
Azure IoT Edge is a fully managed service that delivers cloud intelligence
locally by deploying and running artificial intelligence (AI), Azure services,
Expand Down
2 changes: 1 addition & 1 deletion edgelet/iotedge/src/config/super_config.rs
Expand Up @@ -51,7 +51,7 @@ pub fn default_agent() -> edgelet_core::ModuleSpec<edgelet_docker::DockerConfig>
type_: "docker".to_owned(),
image_pull_policy: Default::default(),
config: edgelet_docker::DockerConfig {
image: "mcr.microsoft.com/azureiotedge-agent:1.2.0-rc4".to_owned(),
image: "mcr.microsoft.com/azureiotedge-agent:1.2".to_owned(),
image_id: None,
create_options: docker::models::ContainerCreateBody::new(),
digest: None,
Expand Down
2 changes: 1 addition & 1 deletion edgelet/version.txt
@@ -1 +1 @@
1.1.0~dev
1.2.0~dev
2 changes: 1 addition & 1 deletion versionInfo.json
@@ -1,5 +1,5 @@
{
"version": "1.1.0-dev",
"version": "1.2.0-dev",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 1a79616

Please sign in to comment.