Skip to content

Commit

Permalink
chore: release next version (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler authored Mar 13, 2024
2 parents 4283cf6 + 6d1d356 commit 2b5148d
Show file tree
Hide file tree
Showing 229 changed files with 12,254 additions and 13,512 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"docfx": {
"version": "2.75.2",
"version": "2.75.3",
"commands": ["docfx"]
}
}
Expand Down
802 changes: 401 additions & 401 deletions .editorconfig

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Normalize line endings in Git: https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/
* text=auto
*.cs text eol=crlf
88 changes: 44 additions & 44 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
name: Bug Report
description: "Create a report to help fix a problem."
title: "[bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To reproduce
description: Steps to reproduce the behaviour
placeholder: |
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
id: additional
attributes:
label: Additional Context
description: Please add any other infos that could be useful.
name: Bug Report
description: "Create a report to help fix a problem."
title: "[bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To reproduce
description: Steps to reproduce the behaviour
placeholder: |
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
id: additional
attributes:
label: Additional Context
description: Please add any other infos that could be useful.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Documentation
description: "Suggest a topic that is not correctly documented (or not documented at all)"
title: "[docs]: "
labels: ["documentation"]
body:
- type: textarea
id: description
attributes:
label: Describe the missing piece of documentation
description: Describe what you miss in the docs (or what is wrong).
validations:
required: true
name: Documentation
description: "Suggest a topic that is not correctly documented (or not documented at all)"
title: "[docs]: "
labels: ["documentation"]
body:
- type: textarea
id: description
attributes:
label: Describe the missing piece of documentation
description: Describe what you miss in the docs (or what is wrong).
validations:
required: true
52 changes: 26 additions & 26 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: Feature Request
description: "Suggest a new feature for this project."
title: "[feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
id: solution
attributes:
label: Describe the solution you would like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description: Please add any other infos that could be useful.
name: Feature Request
description: "Suggest a new feature for this project."
title: "[feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
id: solution
attributes:
label: Describe the solution you would like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description: Please add any other infos that could be useful.
8 changes: 8 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"name": "maintenance/7.x",
"range": "7.x"
},
{
"name": "maintenance/8.x",
"range": "8.x"
},
{
"name": "maintenance/9.x",
"range": "9.x"
},
{
"name": "main",
"prerelease": "pre"
Expand Down
126 changes: 63 additions & 63 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
# Contributing to KubeOps

First of all, thank you for considering contributing to KubeOps.
This is an open souce project and shall be driven by the community.

This document describes how contributions may be done and what is required
to develop on KubeOps.

## Creating/Reporting Issues

Feel free to open an issue in the [issues section](https://github.com/buehler/dotnet-operator-sdk/issues).
There are three issue templates:
- Bug: to report an issue/bug that prevents usage or is an inconvenience of KubeOps
- Feature request: to report a new feature that would enhance KubeOps
- Documentation: to report missing / wrong documentation

Please search through the already created issues to find similarities.

## Creating Pull Requests

To directly contribute to the solution, create a fork of the repository
and implement your addition. Please keep in mind that reviewing takes some
time and is not done instantly.

Please adhere to the linting rules and the general code style in the repository.
Also, add tests for your changes to ensure that the system works well
when other changes happen.

The PR can have any name, but it would be nice if you adhere to
the repositories standard naming. Please name your PR
with [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary).

**NOTE for breaking changes**: please state breaking changes
in the PR description. The review process will be faster when
breaking changes are well documented.

A few examples:
- "fix: Null exception during watcher process"
- "feat(core): Add new functionality"
- "feat(testing): expose kubernetes client for testing"
- "refactor: changed this and that"
- "docs: Add docs about KubeOps core"

The PR will be squashed and merged into the default branch.

## Local Development

To setup a local development environment, you'll need to perform the follwing steps:

- Check out the repository (or your fork)
- If you want to run the Operator locally, you'll need some Kubernetes instance.
This can be any Kubernetes instance you'd like:
- Local Kubernetes in Docker for Mac/Windows
- minikube / any other local Kubernetes
- Deployed Kubernetes (e.g. GCP Kubernetes instance)
- You can now code your stuff.
- `tests/KubeOps.TestOperator` is a developed small operator that can be run
locally to test your implementations.
- Write tests for your changes
- Build the whole solution and check for linting errors / warnings.
**NOTE** that any warning will result in an error when building
with `Release` configuration.
- Do not change the linting rules without creating a discussion/issue first.
# Contributing to KubeOps

First of all, thank you for considering contributing to KubeOps.
This is an open souce project and shall be driven by the community.

This document describes how contributions may be done and what is required
to develop on KubeOps.

## Creating/Reporting Issues

Feel free to open an issue in the [issues section](https://github.com/buehler/dotnet-operator-sdk/issues).
There are three issue templates:
- Bug: to report an issue/bug that prevents usage or is an inconvenience of KubeOps
- Feature request: to report a new feature that would enhance KubeOps
- Documentation: to report missing / wrong documentation

Please search through the already created issues to find similarities.

## Creating Pull Requests

To directly contribute to the solution, create a fork of the repository
and implement your addition. Please keep in mind that reviewing takes some
time and is not done instantly.

Please adhere to the linting rules and the general code style in the repository.
Also, add tests for your changes to ensure that the system works well
when other changes happen.

The PR can have any name, but it would be nice if you adhere to
the repositories standard naming. Please name your PR
with [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary).

**NOTE for breaking changes**: please state breaking changes
in the PR description. The review process will be faster when
breaking changes are well documented.

A few examples:
- "fix: Null exception during watcher process"
- "feat(core): Add new functionality"
- "feat(testing): expose kubernetes client for testing"
- "refactor: changed this and that"
- "docs: Add docs about KubeOps core"

The PR will be squashed and merged into the default branch.

## Local Development

To setup a local development environment, you'll need to perform the follwing steps:

- Check out the repository (or your fork)
- If you want to run the Operator locally, you'll need some Kubernetes instance.
This can be any Kubernetes instance you'd like:
- Local Kubernetes in Docker for Mac/Windows
- minikube / any other local Kubernetes
- Deployed Kubernetes (e.g. GCP Kubernetes instance)
- You can now code your stuff.
- `tests/KubeOps.TestOperator` is a developed small operator that can be run
locally to test your implementations.
- Write tests for your changes
- Build the whole solution and check for linting errors / warnings.
**NOTE** that any warning will result in an error when building
with `Release` configuration.
- Do not change the linting rules without creating a discussion/issue first.
27 changes: 0 additions & 27 deletions _old/src/KubeOps.Templates/KubeOps.Templates.csproj

This file was deleted.

Loading

0 comments on commit 2b5148d

Please sign in to comment.