Skip to content

Commit

Permalink
backport of commit e152660
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris authored and curtbushko committed Jun 27, 2023
1 parent 95af4c7 commit a92c386
Show file tree
Hide file tree
Showing 802 changed files with 2,307 additions and 46,868 deletions.
3 changes: 0 additions & 3 deletions .changelog/1770.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/1914.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/1934.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/1953.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2030.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2048.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2075.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2086.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2093.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2097.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2100.txt

This file was deleted.

9 changes: 0 additions & 9 deletions .changelog/2102.txt → .changelog/2104.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,3 @@ Also, `golang.org/x/net` has been updated to v0.7.0 to resolve CVEs [CVE-2022-41
](https://github.com/advisories/GHSA-vvpx-j8f3-3w6h
.)
```

```release-note:improvement
cli: update minimum go version for project to 1.20.
```

```release-note:improvement
control-plane: update minimum go version for project to 1.20.
```

3 changes: 0 additions & 3 deletions .changelog/2124.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2152.txt

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/2160.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
control-plane: fix issue with json tags of service defaults fields EnforcingConsecutive5xx, MaxEjectionPercent and BaseEjectionTime.
```
3 changes: 0 additions & 3 deletions .changelog/2165.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2166.txt

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/2170.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2183.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2209.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2213.txt

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/2226.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
Bump `controller-runtime` to address CVEs in dependencies.
```
3 changes: 3 additions & 0 deletions .changelog/2262.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
cli: add consul-telemetry-gateway allow-all intention for -demo
```
3 changes: 0 additions & 3 deletions .changelog/2304.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2346.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/2357.txt

This file was deleted.

2 changes: 1 addition & 1 deletion .changelog/2265.txt → .changelog/2369.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:improvement
(Consul Enterprise) Add support to provide inputs via helm for audit log related configuration
```
```
16 changes: 0 additions & 16 deletions .copywrite.hcl

This file was deleted.

3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

blank_issues_enabled: false
contact_links:
- name: Consul Community Support
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/backport-checker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Copyright (c) HashiCorp, Inc.

# This workflow checks that there is either a 'pr/no-backport' label applied to a PR
# or there is a backport/<pr number>.txt file associated with a PR for a backport label

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Copyright (c) HashiCorp, Inc.

---
name: Backport Assistant Runner

Expand All @@ -13,7 +11,7 @@ jobs:
backport:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.3.4
container: hashicorpdev/backport-assistant:0.3.3
steps:
- name: Run Backport Assistant
run: backport-assistant backport -merge-method=squash -gh-automerge
Expand Down
Loading

0 comments on commit a92c386

Please sign in to comment.