Skip to content

Commit

Permalink
backport of commit 064e05a
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Jul 12, 2023
1 parent 64a1679 commit a43102f
Show file tree
Hide file tree
Showing 820 changed files with 2,292 additions and 49,194 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
```
```
7 changes: 0 additions & 7 deletions .changelog/2476.txt

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/2478.txt

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/2520.txt

This file was deleted.

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

This file was deleted.

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
5 changes: 3 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ How I expect reviewers to test this PR:

Checklist:
- [ ] Tests added
- [ ] [CHANGELOG entry added](https://github.com/hashicorp/consul-k8s/blob/main/CONTRIBUTING.md#adding-a-changelog-entry)

- [ ] CHANGELOG entry added
> HashiCorp engineers only, community PRs should not add a changelog entry.
> Entries should use present tense (e.g. Add support for...)
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 a43102f

Please sign in to comment.