Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prod deploy #2767

Merged
merged 28 commits into from
Oct 22, 2024
Merged

Prod deploy #2767

merged 28 commits into from
Oct 22, 2024

Conversation

github-actions[bot]
Copy link

dependabot bot and others added 28 commits October 10, 2024 04:31
…2756)

Bumps [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli) from 1.1.0 to 1.1.1.
- [Commits](andybalholm/brotli@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/andybalholm/brotli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2759)

Bumps [github.com/danieljoos/wincred](https://github.com/danieljoos/wincred) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/danieljoos/wincred/releases)
- [Commits](danieljoos/wincred@v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/danieljoos/wincred
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#2758)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.28.1...v0.29.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.30.0...v1.31.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(studio): upgrade studio image to latest

Allow to deploy this bugfix for local dev: supabase/supabase#29646
#2768)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.29.0 to 0.29.1.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.29.0...v0.29.1)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](slack-go/slack@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/slack-go/slack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: refactor function enabled check

* fix: skip upserting disabled function
* feat: add remote utils for api config

* chore: split api and remote api

* Revert "chore: split api and remote api"

This reverts commit 23173ec.

* chore: make api public

* Revert "Revert "chore: split api and remote api""

This reverts commit 65bc6d3.

* chore: handle api enable

* chore: make convert whitespace resilient

* feat: add some errors handling for remotes config

* chore: move diff into own package

* chore: add some diff tests

* chore: fix golint casting lints

* Update internal/utils/cast/cast.go

Co-authored-by: Han Qiao <sweatybridge@gmail.com>

* chore: use Errorf remote config error

* chore: move diff and cast to pkg

* chore: minor refactor

* feat: implement remote config updater

* chore: minor style changes

* chore: refactor duplicate project ref check to getter

* chore: update error message for consistency

* chore: validate duplicate remote early

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
Co-authored-by: Qiao Han <qiao@supabase.io>
fix: correct CLI linking to /usr/bin/supabase
* fix: squash base config with mapstructure

* fix: move env load settings to one place

* chore: remove unused string replacer
* fix(config): use SUPABASE env prefix

* fix: tests
Bumps [github.com/jackc/pgtype](https://github.com/jackc/pgtype) from 1.14.3 to 1.14.4.
- [Changelog](https://github.com/jackc/pgtype/blob/master/CHANGELOG.md)
- [Commits](jackc/pgtype@v1.14.3...v1.14.4)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgtype
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: empty array is valid api config

* chore: revert weird api schema update

* Update api.go
fix: prune volumes without all for pre-Docker 1.42

Before Docker API version 1.42, the `all` flag in Docker.VolumePrune`
is not required.

Podman prints an error like the following when the `all` flag
is passed ([Podman's only compatible with Docker API v1.41][1]):

```
failed to parse filters for all=true&label=com.supabase.cli.project%3Dtest: "all" is an invalid volume filter
```

[1]: https://github.com/containers/podman/blob/290d94d3c00857dd582ffbee6bd0677a0904c783/version/version.go#L46

Fixes: bec537e
Fixes: #2348 (comment)
Co-authored-by: billysutomo <billysutomo.53@gmail.com>
@github-actions github-actions bot merged commit 1a1e908 into main Oct 22, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants