Skip to content

Commit 2e992fb

Browse files
author
Chris Pine
authored
releasing 3.21.9 (#375)
1 parent 483cab7 commit 2e992fb

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@
99

1010
All notable changes to `src-cli` are documented in this file.
1111

12-
## Unreleased changes
12+
## 3.21.9
1313

1414
### Added
1515

1616
- 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)
1717

18-
### Changed
19-
20-
### Fixed
21-
2218
- `src campaign [apply|preview]` now caches the result of running steps in a repository even if they didn't produce changes.
2319

2420
## 3.21.8
@@ -27,8 +23,6 @@ All notable changes to `src-cli` are documented in this file.
2723

2824
- `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)
2925

30-
### Removed
31-
3226
## 3.21.7
3327

3428
### Fixed
@@ -49,31 +43,19 @@ All notable changes to `src-cli` are documented in this file.
4943

5044
- 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.
5145

52-
### Changed
53-
54-
### Fixed
55-
5646
## 3.21.4
5747

58-
### Added
59-
60-
### Changed
61-
6248
### Fixed
6349

6450
- 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)
6551

6652
## 3.21.3
6753

68-
### Added
69-
7054
### Changed
7155

7256
- 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)
7357
- 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)
7458

75-
### Fixed
76-
7759
## 3.21.2
7860

7961
### Fixed
@@ -159,10 +141,6 @@ All notable changes to `src-cli` are documented in this file.
159141
- 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)
160142
- When used with Sourcegraph 3.18 or later, campaigns can now be created on GitLab. [#231](https://github.com/sourcegraph/src-cli/pull/231)
161143

162-
### Changed
163-
164-
### Fixed
165-
166144
## 3.16.1
167145

168146
### Fixed
@@ -186,7 +164,3 @@ All notable changes to `src-cli` are documented in this file.
186164

187165
- 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)
188166
- Deprecated the `-endpoint` flag. Instead, use the `SRC_ENDPOINT` environment variable. [#235](https://github.com/sourcegraph/src-cli/pull/235)
189-
190-
### Fixed
191-
192-
### Removed

0 commit comments

Comments
 (0)