Adam Snyder

Results 28 issues of Adam Snyder

Can we get a 1.6.0 release please? There have been useful features added like #314.

## Problem Hi, my team manages a Helm chart for a Kubernetes operator, and we've decided to include our CRDs in the `templates` section of the chart. Our CRDs contain...

feature
Stale

### Description of the change Small bag of changes to the `redis` chart. I bumped the major version due to a default value change. Fixes #11432 Fixes #11629 ### Benefits...

verify
in-progress
redis

### Name and Version bitnami/redis 17.0.8 ### What steps will reproduce the bug? 1. Install the chart with Sentinel enabled, then trigger a container restart: ```shell helm install redis bitnami/redis...

triage
tech-issues
redis

### Name and Version bitnami/redis 17.0.6 ### What steps will reproduce the bug? 1. Install the redis chart 2. Set the `replica.configuration` value and update the release 3. New configuration...

in-progress
tech-issues
redis

Hi. 😄 I've encountered some panics when analyzing a Go 1.18 package which uses generics. ## Affected checkers ### typeDefFirst ``` panic: unreachable github.com/go-critic/go-critic/checkers.(*typeDefFirstChecker).receiverType(0xc003fbd548?, {0x5001970?, 0xc005845bf0?}) /go/pkg/mod/github.com/go-critic/[email protected]/checkers/typeDefFirst_checker.go:82 +0x8f github.com/go-critic/go-critic/checkers.(*typeDefFirstChecker).receiverType(0x4c45f40?, {0x5001be0?,...

closes #40 supersedes #41 Tests are passing.

The `!important` property is used often in the [base theme](https://github.com/matcornic/hugo-theme-learn/blob/master/static/css/theme.css), which makes it difficult as a user of this theme to customize the appearance of a site. I would encourage...

I noticed some inconsistencies in our schemas * Inconsistencies between attribute names and/or structures between the provider schemas and the upstream GitLab API schemas. (Example: [gitlab_user](https://github.com/gitlabhq/terraform-provider-gitlab/blob/18e9201a44dc2f7867eaf503654b5d923b9b6df7/gitlab/resource_gitlab_user.go#L42) attribute `is_admin` vs [API](https://docs.gitlab.com/ce/api/users.html#user-creation)...

technical debt

With the new release process, the CHANGELOG.md is no longer updated automatically by tf-release-bot. Do we need to do anything to react to this change? For example I think using...

help wanted