Skip to content

Commit 3e274c1

Browse files
committed
bump version, add Contributing section to README
1 parent b2ec2ad commit 3e274c1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

charts/localstack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ annotations:
22
category: Infrastructure
33
apiVersion: v2
44
appVersion: latest
5-
version: 0.3.4
5+
version: 0.3.5
66
name: localstack
7-
description: A fully functional local AWS cloud stack
7+
description: LocalStack - a fully functional local AWS cloud stack
88
type: application
99
keywords:
1010
- aws

charts/localstack/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/localstack)](https://artifacthub.io/packages/search?repo=localstack)
2+
13
# LocalStack Helm Charts
24

35
Helm Charts for LocalStack.
@@ -122,8 +124,21 @@ The following table lists the configurable parameters of the Localstack chart an
122124
| `persistence.dataSource` | Custom PVC data source | `{}` |
123125
| `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` |
124126

127+
## Contributing
128+
129+
This repo is largely community driven - we welcome your contributions!
130+
131+
When raising a pull request with a fix or new feature, please make sure to:
132+
* Briefly describe the change (purpose, rationale) in the PR
133+
* Add a short note to the Change Log in this README
134+
* Bump the version in Chart.yaml (the chart will get automatically deployed via the CI pipeline)
135+
125136
## Change Log
126137

138+
* v0.3.5: Add namespace variable to metadata of resources, fix enableStartupScripts check to properly mount the config map volume
139+
* v0.3.4: Fix volume mounts exclusion and tests
140+
* v0.3.3: Fix ingress, annotation defaults, and pathType in chart config
141+
* v0.3.2: Update ingress API version and support helm3
127142
* v0.3.0: Add support for persistence
128143
* v0.2.0: Add support for Docker-in-Docker functionality
129144
* v0.1.5: Allow customizing livenessProbe/readinessProbe

0 commit comments

Comments
 (0)