You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-27Lines changed: 1 addition & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,12 @@
9
9
10
10
All notable changes to `src-cli` are documented in this file.
11
11
12
-
## Unreleased changes
12
+
## 3.21.9
13
13
14
14
### Added
15
15
16
16
- Commands for campaigns no longer require the `-namespace` parameter. If omitted, campaigns will use the currently authenticated user as the namespace. [#372](https://github.com/sourcegraph/src-cli/pull/372)
17
17
18
-
### Changed
19
-
20
-
### Fixed
21
-
22
18
-`src campaign [apply|preview]` now caches the result of running steps in a repository even if they didn't produce changes.
23
19
24
20
## 3.21.8
@@ -27,8 +23,6 @@ All notable changes to `src-cli` are documented in this file.
27
23
28
24
-`src campaign [apply|preview]` could fail to parse the produced diff in a repository when `git` was configured to use a custom `diff` program. The fix is to ignore any local `git` configuration when running `git` commands. [#373](https://github.com/sourcegraph/src-cli/pull/373)
29
25
30
-
### Removed
31
-
32
26
## 3.21.7
33
27
34
28
### Fixed
@@ -49,31 +43,19 @@ All notable changes to `src-cli` are documented in this file.
49
43
50
44
- EXPERIMENTAL: Templated campaign specs and file mounting. The campaign specs evaluated by `src campaign [preview|apply]` can now include template variables in `steps.run`, `steps.env`, and the new `steps.files` property, which allows users to create files inside the container in which the step is executed. The feature is marked as EXPERIMENTAL because it might change in the near future until we deem it non-experimental. See [#361](https://github.com/sourcegraph/src-cli/pull/361) for details.
51
45
52
-
### Changed
53
-
54
-
### Fixed
55
-
56
46
## 3.21.4
57
47
58
-
### Added
59
-
60
-
### Changed
61
-
62
48
### Fixed
63
49
64
50
- The `src lsif upload` command now respects `SRC_HEADER_` environment variables for multipart uploads. These environment variables are described [here](AUTH_PROXY.md). [#360](https://github.com/sourcegraph/src-cli/pull/360)
65
51
66
52
## 3.21.3
67
53
68
-
### Added
69
-
70
54
### Changed
71
55
72
56
- The progress bar in `src campaign [preview|apply]` now shows when executing a step failed in a repository by styling the line red and displaying standard error output. [#355](https://github.com/sourcegraph/src-cli/pull/355)
73
57
- The `src lsif upload` command will give more informative output when an unexpected payload (non-JSON or non-unmarshallable) is received from the target endpoint. [#359](https://github.com/sourcegraph/src-cli/pull/359)
74
58
75
-
### Fixed
76
-
77
59
## 3.21.2
78
60
79
61
### Fixed
@@ -159,10 +141,6 @@ All notable changes to `src-cli` are documented in this file.
159
141
- New command `src serve-git` which can serve local repositories for Sourcegraph to clone. This was previously in a command called `src-expose`. See [serving local repositories](https://docs.sourcegraph.com/admin/external_service/src_serve_git) in our documentation to find out more. [#12363](https://github.com/sourcegraph/sourcegraph/issues/12363)
160
142
- When used with Sourcegraph 3.18 or later, campaigns can now be created on GitLab. [#231](https://github.com/sourcegraph/src-cli/pull/231)
161
143
162
-
### Changed
163
-
164
-
### Fixed
165
-
166
144
## 3.16.1
167
145
168
146
### Fixed
@@ -186,7 +164,3 @@ All notable changes to `src-cli` are documented in this file.
186
164
187
165
- The terminal UI has been replaced by the logger-based UI that was previously only visible in verbose-mode (`-v`). [#228](https://github.com/sourcegraph/src-cli/pull/228)
188
166
- Deprecated the `-endpoint` flag. Instead, use the `SRC_ENDPOINT` environment variable. [#235](https://github.com/sourcegraph/src-cli/pull/235)
0 commit comments