Esten Rye
Esten Rye
# Issue docker-compose file format does not support a method of declaring port ranges in the long form syntax defined here: https://docs.docker.com/compose/compose-file/#long-syntax-1 # Steps to Reproduce ## docker-compose.yml: ```yaml version:...
File: [themes/default/content/registry/packages/aws/api-docs/s3/bucketnotification/_index.md](https://www.pulumi.com/registry/packages/aws/api-docs/s3/bucketnotification/) Section: [Add notification configuration to SQS Queue](https://www.pulumi.com/registry/packages/aws/api-docs/s3/bucketnotification/#add-notification-configuration-to-sqs-queue) The python example for setting up an S3 notification to an SQS queue does not work. The inline queue policy results...
# What is not working as you expected it? When scanning a GitHub Organization, cnspec automatically scans all of the organization's repositories. This is not helpful when you have many...
Adds ability to point chart at a MSSQL Server that is either externally hosted or hosted in a separate namespace. Fixes #12
Helm chart needs the ability to point chart at a MSSQL Server that is either externally hosted or hosted in a separate namespace.
Fixes the following error. ``` Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Certificate" in version "cert-manager.io/v1alpha2 ``` Fixes #10
`cert-manager.io/v1alpha2` is deprecated in favor of `cert-manager.io/v1`
``` policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget ``` Change dynamically chooses correct apiVersion for PodDisruptionBudget based on capabilities available in the cluster. Fixes #8
policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget