diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ab1e40c7..7dbcfdf5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,5 @@ -# This is a comment. # Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # Each line is a file pattern followed by one or more owners. -# These owners will be the default owners for everything '*' -# in the repo. Unless a later match takes precedence, -# this owner will be requested for review when someone -# opens a pull request. -* @mvillumsen @MichaelVL +* @mvillumsen @michaelvl diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a879a53b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' +--- + +Checklist: + +* [ ] I have search existing issues for duplicates of the bug. +* [ ] I have included steps to reproduce the bug. +* [ ] I have included version information for container and Helm chart that this bug applies to. +* [ ] I have included relevant custom GatewayClassBlueprints, GatewayClassConfig and GatewayConfig. + +**Describe the bug** + + + +**To Reproduce** + + + +**Expected behavior** + + + +**Versions** + + + +**Logs** + +``` +Paste any relevant application logs here. +``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/enhancement_proposal.md b/.github/ISSUE_TEMPLATE/enhancement_proposal.md new file mode 100644 index 00000000..c0136f12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement_proposal.md @@ -0,0 +1,18 @@ +--- +name: Enhancement proposal +about: Propose an enhancement for this project +title: '' +labels: 'enhancement' +assignees: '' +--- +# Summary + +What change you think needs making. + +# Motivation + +Please give examples of your use case, e.g. when would you use this. + +# Proposal + +How do you think this should be implemented? diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ec6e1345 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +**Description** + + + + +Fixes #ISSUE + +**Checklist** + +- [ ] Unit tests updated +- [ ] End user documentation updated +- [ ] If changes apply to Helm chart, a note have been made in the 'UNRELEASED' section of the charts CHANGELOG.md diff --git a/.github/workflows/chart-publish.yaml b/.github/workflows/chart-publish.yaml index a3e5009c..520af1ce 100644 --- a/.github/workflows/chart-publish.yaml +++ b/.github/workflows/chart-publish.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - 'charts/gateway-controller/**' jobs: release: diff --git a/charts/bifrost-gateway-controller/CHANGELOG.md b/charts/bifrost-gateway-controller/CHANGELOG.md new file mode 100644 index 00000000..81c8e4fa --- /dev/null +++ b/charts/bifrost-gateway-controller/CHANGELOG.md @@ -0,0 +1,18 @@ +# Gateway-controller Helm Chart Changelog + +## [UNRELEASED] + +- Example text, replace with PR info according to example below. + + +## [0.1.5] + +- Bump version as part of name change. ([#125](https://github.com/tv2-oss/gateway-controller/pull/125)) [@michaelvl](https://github.com/michaelvl) + +## [0.1.4] + +- Add issue templates and PR template. ([#121](https://github.com/tv2-oss/gateway-controller/pull/121)) [@michaelvl](https://github.com/michaelvl) + +## [0.1.3] + +- Helm chart corrections and test. ([#103](https://github.com/tv2-oss/gateway-controller/pull/103)) [@michaelvl](https://github.com/michaelvl) diff --git a/charts/bifrost-gateway-controller/Chart.yaml b/charts/bifrost-gateway-controller/Chart.yaml index fd644723..c8ba1e70 100644 --- a/charts/bifrost-gateway-controller/Chart.yaml +++ b/charts/bifrost-gateway-controller/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: bifrost-gateway-controller description: Gateway API driven management of network infrastructure across Kubernetes and cloud infrastructure type: application -version: 0.1.4 +version: 0.1.5 appVersion: "0.0.13" diff --git a/charts/bifrost-gateway-controller/README.md b/charts/bifrost-gateway-controller/README.md index cc779b48..f3ec281b 100644 --- a/charts/bifrost-gateway-controller/README.md +++ b/charts/bifrost-gateway-controller/README.md @@ -1,6 +1,6 @@ # bifrost-gateway-controller -![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.13](https://img.shields.io/badge/AppVersion-0.0.13-informational?style=flat-square) +![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.13](https://img.shields.io/badge/AppVersion-0.0.13-informational?style=flat-square) Gateway API driven management of network infrastructure across Kubernetes and cloud infrastructure