Skip to content

Commit

Permalink
Merge pull request #32 from edenlabllc/release/v0.42.5
Browse files Browse the repository at this point in the history
Release/v0.42.5
  • Loading branch information
anovikov-el authored Jul 18, 2024
2 parents ac4de77 + c674fdb commit 983314b
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Issue
description: Describe an issue.
labels: [enhancement]
name: Bug report
description: Describe a bug.
labels: [bug]
projects:
- edenlabllc/43
body:
Expand All @@ -13,33 +13,33 @@ body:
id: description
attributes:
label: Description
description: Describe your issue here.
description: Describe your bug here.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Tell us how to reproduce this issue.
description: Tell us how to reproduce this bug.
validations:
required: false
required: true

- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: Tell us what should happen.
validations:
required: false
required: true

- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
description: Tell us what happens instead.
validations:
required: false
required: true

- type: textarea
id: environment-info
Expand All @@ -52,7 +52,7 @@ body:
Shell:
Terminal:
validations:
required: false
required: true

- type: checkboxes
id: code-of-conduct
Expand Down
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Feature request
description: Describe a new feature.
labels: [enhancement]
projects:
- edenlabllc/43
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this issue! Please fill the form below.
- type: textarea
id: description
attributes:
label: Description
description: Describe your issue here.
validations:
required: true

- type: checkboxes
id: code-of-conduct
attributes:
label: Agree to the Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/edenlabllc/rmk/blob/master/docs/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,14 @@ Among the providers are:

- **Guidelines for contributors:** Create comprehensive guidelines for contributors, including instructions for creating pull requests (PRs).
- **Integration with Helmfile [vals](https://github.com/helmfile/vals)**: Integrate RMK with the **vals** tool for enhanced values and secret management.
- **Integration with [Packer](https://www.packer.io/):** Implement integration with the **Packer** tool for creating Kodjin instance images, e.g., Amazon Machine Images ([AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html)).
- **Major update of the AWS [EKS](https://aws.amazon.com/eks/) cluster provider:** Update the AWS EKS cluster provider to the latest versions to utilize all the supported features of the [Terraform](https://www.terraform.io/) CLI and modules.
- **Implementation of additional RMK cluster providers:** Implement support for additional cluster providers for popular Kubernetes services such as [GKE](https://cloud.google.com/kubernetes-engine), [AKS](https://azure.microsoft.com/en-us/products/kubernetes-service/), etc.
- **Offline artifact mode:** Implement the **offline** artifact mode to install artifacts in fully isolated offline environments.
- **Web documentation generator:** Add an HTML documentation generator based on the **.md** files.
- **Automatic testing of RMK during the CI/CD pipeline:** Ensure that changes to the RMK codebase do not introduce errors or regressions during the CI/CD.

Check the [issues](https://github.com/edenlabllc/rmk/issues) for more information.

## License

RMK is open source software (OSS) licensed under the [Apache 2.0 License](LICENSE).
4 changes: 2 additions & 2 deletions commands/project_generation_category.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Detailed information about requirements and installation instructions can be fou
* hooks
- Note: K3D v5.x.x requires at least Docker v20.10.5 (runc >= v1.0.0-rc93) to work properly
- Python >= 3.9
- [RMK CLI](https://github.com/edenlabllc/rmk.tools.infra?tab=readme-ov-file#rmk-cli---reduced-management-for-kubernetes) >= 4.0.0
- [RMK CLI](https://github.com/edenlabllc/rmk?tab=readme-ov-file#rmk-cli---reduced-management-for-kubernetes) >= v.0.42.4
### GitLab flow strategy
Expand Down Expand Up @@ -249,7 +249,7 @@ rmk cluster provision
rmk release sync
` + "```" + `
> Note: A complete list of RMK commands and capabilities can be found at the [link](https://github.com/edenlabllc/rmk.tools.infra?tab=readme-ov-file#rmk-cli---reduced-management-for-kubernetes)
> Note: A complete list of RMK commands and capabilities can be found at the [link](https://github.com/edenlabllc/rmk?tab=readme-ov-file#rmk-cli---reduced-management-for-kubernetes)
`

releasesFile = `# This file defines the release list, is located in the environment directory
Expand Down
6 changes: 3 additions & 3 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- #18 - Added the files recommended by the GitHub's community profiles.
- #18 - Added a list of related OSS repositories.
- #18 - Improved the cluster management instructions regarding recommended AMI images.
- #18 - Fixed links to the OSS repository in project generation.
- #18 - Split the issue template into the bug and feature templates.
- #18 - Updated the Roadmap section of README.md.

0 comments on commit 983314b

Please sign in to comment.