Skip to content

Commit 8a6a9d3

Browse files
authored
release: cherrypick 5.6.185 release (#533)
* release_patch: v5.6.185 {"version":"v5.6.185","inputs":"server=v5.6.185","type":"patch"} * promote-release: v5.6.185 {"version":"v5.6.185","inputs":"server=5.6.185","type":"patch"} * Update changelog
1 parent 87ade97 commit 8a6a9d3

File tree

14 files changed

+144
-72
lines changed

14 files changed

+144
-72
lines changed

charts/sourcegraph-executor/dind/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
55
type: application
66

77
# Chart version, separate from Sourcegraph
8-
version: "5.3.2"
8+
version: "5.6.185"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.3.2"
11+
appVersion: "5.6.185"

charts/sourcegraph-executor/dind/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
6060
| executor.env.EXECUTOR_FRONTEND_URL | object | `{"value":""}` | The external URL of the Sourcegraph instance. Required. |
6161
| executor.env.EXECUTOR_QUEUE_NAME | object | `{"value":""}` | The name of the queue to pull jobs from to. Possible values: batches and codeintel. **Either this or EXECUTOR_QUEUE_NAMES is required.** |
6262
| executor.env.EXECUTOR_QUEUE_NAMES | object | `{"value":""}` | The comma-separated list of names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or EXECUTOR_QUEUE_NAME is required.** |
63-
| executor.image.defaultTag | string | `"5.3.2@sha256:6d7933b7f749dd38f12e1f825889859906bfd9ad3d34200931a9f45ad6561642"` | |
63+
| executor.image.defaultTag | string | `"5.6.185@sha256:bb44086165383ddd691275ec679766bc58e85bc5be47462493b40596f9136e69"` | |
6464
| executor.image.name | string | `"executor"` | |
6565
| executor.replicaCount | int | `1` | |
6666
| privateDockerRegistry.enabled | bool | `true` | Whether to deploy the private registry. Only one registry is needed when deploying multiple executors. More information: https://docs.sourcegraph.com/admin/executors/deploy_executors#using-private-registries |

charts/sourcegraph-executor/dind/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ storageClass:
5555
executor:
5656
enabled: true
5757
image:
58-
defaultTag: 5.3.2@sha256:6d7933b7f749dd38f12e1f825889859906bfd9ad3d34200931a9f45ad6561642
58+
defaultTag: 5.6.185@sha256:bb44086165383ddd691275ec679766bc58e85bc5be47462493b40596f9136e69
5959
name: "executor"
6060
replicaCount: 1
6161
env:

charts/sourcegraph-executor/k8s/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
55
type: application
66

77
# Chart version, separate from Sourcegraph
8-
version: "5.3.2"
8+
version: "5.6.185"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.3.2"
11+
appVersion: "5.6.185"

charts/sourcegraph-executor/k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
6161
| executor.frontendExistingSecret | string | `""` | Name of existing k8s Secret to use for frontend password The name of the secret must match `executor.name`, i.e., the name of the helm release used to deploy the helm chart. The k8s Secret must contain the key `EXECUTOR_FRONTEND_PASSWORD` matching the site config `executors.accessToken` value. `executor.frontendPassword` is ignored if this is enabled. |
6262
| executor.frontendPassword | string | `""` | The shared secret configured in the Sourcegraph instance site config under executors.accessToken. Required if `executor.frontendExistingSecret`` is not configured. |
6363
| executor.frontendUrl | string | `""` | The external URL of the Sourcegraph instance. Required. **Recommended:** set to the internal service endpoint (e.g. `http://sourcegraph-frontend.sourcegraph.svc.cluster.local:30080` if Sourcegraph is deployed in the `sourcegraph` namespace). This will avoid unnecessary network charges as traffic will stay within the local network. |
64-
| executor.image.defaultTag | string | `"5.3.2@sha256:854d444e7a1da015e7ce76588cd10e6bd015c4ddc6b81c3885dfdf2a9d33ef2d"` | |
64+
| executor.image.defaultTag | string | `"5.6.185@sha256:1814b04535f73cffea20a768f72441faee57cb1ec3287e9328a21a149ace8763"` | |
6565
| executor.image.name | string | `"executor-kubernetes"` | |
6666
| executor.kubeconfigPath | string | `""` | The path to the kubeconfig file. If not specified, the in-cluster config is used. |
6767
| executor.kubernetesJob.deadline | string | `"1200"` | The number of seconds after which a Kubernetes job will be terminated. |

charts/sourcegraph-executor/k8s/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ executor:
5757
configureRbac: true
5858
replicas: 1
5959
image:
60-
defaultTag: 5.3.2@sha256:854d444e7a1da015e7ce76588cd10e6bd015c4ddc6b81c3885dfdf2a9d33ef2d
60+
defaultTag: 5.6.185@sha256:1814b04535f73cffea20a768f72441faee57cb1ec3287e9328a21a149ace8763
6161
name: "executor-kubernetes"
6262
# -- The external URL of the Sourcegraph instance. Required. **Recommended:** set to the internal service endpoint (e.g. `http://sourcegraph-frontend.sourcegraph.svc.cluster.local:30080` if Sourcegraph is deployed in the `sourcegraph` namespace).
6363
# This will avoid unnecessary network charges as traffic will stay within the local network.

charts/sourcegraph-migrator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
55
type: application
66

77
# Chart version, separate from Sourcegraph
8-
version: "5.3.2"
8+
version: "5.6.185"
99

1010
# Version of Sourcegraph release
11-
appVersion: "5.3.2"
11+
appVersion: "5.6.185"

charts/sourcegraph-migrator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You should consult the list of available [migrator commands]. Below is some exam
4242
- Perform initial migrations against external PostgreSQL databases prior to the Sourcegraph deployment
4343

4444
```sh
45-
helm upgrade --install -f <your-override-file.yaml> --version 5.3.2 sg-migrator sourcegraph/sourcegraph-migrator
45+
helm upgrade --install -f <your-override-file.yaml> --version 5.6.185 sg-migrator sourcegraph/sourcegraph-migrator
4646
```
4747

4848
### Add a migration log entry
@@ -52,7 +52,7 @@ helm upgrade --install -f <your-override-file.yaml> --version 5.3.2 sg-migrator
5252
Add an entry to the migration log after a site administrator has explicitly applied the contents of a migration file, learn more about troubleshooting a [dirty database].
5353

5454
```sh
55-
helm upgrade --install -f <your-override-file.yaml> --set "migrator.args={add-log,-db=frontend,-version=1528395834}" --version 5.3.2 sg-migrator sourcegraph/sourcegraph-migrator
55+
helm upgrade --install -f <your-override-file.yaml> --set "migrator.args={add-log,-db=frontend,-version=1528395834}" --version 5.6.185 sg-migrator sourcegraph/sourcegraph-migrator
5656
```
5757

5858
## Rendering manifests for kubectl deployment
@@ -80,7 +80,7 @@ In addition to the documented values, the `migrator` service also supports the f
8080
| migrator.args | list | `["up","-db=all"]` | Override default `migrator` container args Available commands can be found at https://docs.sourcegraph.com/admin/how-to/manual_database_migrations |
8181
| migrator.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}` | Security context for the `migrator` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
8282
| migrator.env | object | `{}` | Environment variables for the `migrator` container |
83-
| migrator.image.defaultTag | string | `"5.3.2@sha256:78b25d89cdf067ab9c55198e6f9ad505aee692d1c12c5cdc603e812b21e34ce7"` | Docker image tag for the `migrator` image |
83+
| migrator.image.defaultTag | string | `"5.6.185@sha256:c723f514cf1eb217fb8c8ca54d174a4cdf2a1f912d949fe77dc88cbe15673307"` | Docker image tag for the `migrator` image |
8484
| migrator.image.name | string | `"migrator"` | Docker image name for the `migrator` image |
8585
| migrator.resources | object | `{"limits":{"cpu":"500m","memory":"100M"},"requests":{"cpu":"100m","memory":"50M"}}` | Resource requests & limits for the `migrator` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) |
8686
| pgsql.auth.existingSecret | string | `""` | Name of existing secret to use for pgsql credentials This should match the setting in the sourcegraph chart values |

charts/sourcegraph-migrator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pgsql:
102102
migrator:
103103
image:
104104
# -- Docker image tag for the `migrator` image
105-
defaultTag: 5.3.2@sha256:78b25d89cdf067ab9c55198e6f9ad505aee692d1c12c5cdc603e812b21e34ce7
105+
defaultTag: 5.6.185@sha256:c723f514cf1eb217fb8c8ca54d174a4cdf2a1f912d949fe77dc88cbe15673307
106106
# -- Docker image name for the `migrator` image
107107
name: "migrator"
108108
# -- Environment variables for the `migrator` container

charts/sourcegraph/CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,82 @@ Use `**BREAKING**:` to denote a breaking change
88

99
## Unreleased
1010

11+
## 5.6.185
12+
13+
- Sourcegraph 5.6.185 is now available
14+
15+
## 5.6.0
16+
17+
- Sourcegraph 5.6.0 is now available
18+
19+
## 5.5.3956
20+
21+
- Sourcegraph 5.5.3956 is now available
22+
23+
## 5.5.3738
24+
25+
- Sourcegraph 5.5.3738 is now available
26+
27+
## 5.5.2463
28+
29+
- Sourcegraph 5.5.2463 is now available
30+
31+
## 5.5.1337
32+
33+
- Sourcegraph 5.5.1337 is now available
34+
35+
## 5.5.1220
36+
37+
- Sourcegraph 5.5.1220 is now available
38+
39+
## 5.5.160
40+
41+
- Sourcegraph 5.5.160 is now available
42+
43+
## 5.5.0
44+
45+
- Sourcegraph 5.5.0 is now available
46+
47+
## 5.4.7765
48+
49+
- Sourcegraph 5.4.7765 is now available
50+
1151
- Updated redis readiness check to fix NOAUTH on password'd redis servers #458, #471
1252
- Removed qdrant from deployment #459
1353
- Add `.Values.postgresExporter.containerSecurityContext` to `codeintel-db` and `codensights-db`
1454

55+
## 5.4.5099
56+
57+
- Sourcegraph 5.4.5099 is now available
58+
59+
## 5.4.3643
60+
61+
- Sourcegraph 5.4.3643 is now available
62+
63+
## 5.4.3500
64+
65+
- Sourcegraph 5.4.3500 is now available
66+
67+
## 5.4.2198
68+
69+
- Sourcegraph 5.4.2198 is now available
70+
71+
## 5.4.0
72+
73+
- Sourcegraph 5.4.0 is now available
74+
75+
## 5.3.12303
76+
77+
- Sourcegraph 5.3.12303 is now available
78+
79+
## 5.3.11625
80+
81+
- Sourcegraph 5.3.11625 is now available
82+
83+
## 5.3.9104
84+
85+
- Sourcegraph 5.3.9014 is now available
86+
1587
## 5.3.3
1688

1789
- Updated redis liveness/readiness probes [#419](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/419)

0 commit comments

Comments
 (0)