RB

Results 868 comments of RB

I see this too. Coincidentally, I also cannot cast from Chrome. I went through all the steps provided by Google's support, including experimental flags. I was hoping I could get...

It might be better then to output all the deleted messages to a log file containing - user - timestamp - deleted message - slack channel - slack thread (optional)...

Good call @ri-roee. If you have a better working configuration, please post it because I have a feeling I may run into that same issue soon.

@mcandio @spirosoik @vinhlh Don't the current ingress rules allow for overriding the highlighted parameters in the above screenshot? Please confirm if this is still an issue. https://github.com/runatlantis/helm-charts/blob/main/charts/atlantis/templates/ingress.yaml

@mcandio The value `ingress.apiVersion` is unset by default https://github.com/runatlantis/helm-charts/blob/a4e46785625115d3c280fc3337754c0fa5a9f670/charts/atlantis/values.yaml#L213-L214 So `apiVersion` defaults to `extensions/v1beta1` (line 2) but can also be set to a different value depending on the `ingress.apiVersion` (line...

Maybe we could use one of these options - https://github.com/marketplace/actions/release-changelog-builder - https://github.com/semantic-release/changelog Have you used something in the past that would be handy here?

It looks like we use goreleaser for Atlantis for non pre releases and a gh api command for pre releases. We cannot use goreleaser here but we could use the...

Thanks @kpettijohn for bringing this to our attention. @kpettijohn @nxf5025 could you see if there is a small change to fix this?

Looks like you can provide your own StorageClass using name `efs-atlantis` ```yaml kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: efs-atlantis provisioner: efs.csi.aws.com parameters: provisioningMode: efs-ap fileSystemId: directoryPerms: "777" ``` Then set...

#244 took care of the first bullet (allow no-op changes). We still need a way to add changes to the chart without manual chart version bumps.