Skip to content

Commit fc8dd48

Browse files
committed
Fix release and update to 3.7.2 (#698)
Co-authored-by: Eyal Bukchin <[email protected]>
1 parent 9ca174c commit fc8dd48

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
uses: docker/build-push-action@v3
159159
with:
160160
context: .
161-
file: mirrord-agent/Dockerfile
161+
file: mirrord/agent/Dockerfile
162162
platforms: linux/amd64,linux/arm64,linux/arm/v7
163163
push: true
164164
tags: |

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77

88
## [Unreleased]
99

10+
## 3.7.2
11+
12+
### Fixed
13+
- Release: fix broken docker build step caused by folder restructure
14+
1015
## 3.7.1
1116

1217
### Fixed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

1111
# latest commits on rustls suppress certificate verification
1212
[workspace.package]
13-
version = "3.7.1"
13+
version = "3.7.2"
1414
edition = "2021"
1515
license = "MIT"
1616
readme = "README.md"

intellij-ext/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = com.metalbear.mirrord
55
pluginName = mirrord
66
# SemVer format -> https://semver.org
7-
pluginVersion = 3.7.1
7+
pluginVersion = 3.7.2
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

vscode-ext/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "mirrord",
44
"description": "Run your local process in the context of your cloud cluster",
55
"publisher": "MetalBear",
6-
"version": "3.7.1",
6+
"version": "3.7.2",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)