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

fix(deps): update module github.com/gofiber/fiber/v2 to v2.48.0 #1256

Closed
wants to merge 3 commits into from

Conversation

bcgov-devops
Copy link
Contributor

@bcgov-devops bcgov-devops commented Jul 17, 2023

This PR contains the following updates:

Package Type Update Change
github.com/gofiber/fiber/v2 require minor v2.47.0 -> v2.48.0

Release Notes

gofiber/fiber

v2.48.0

Compare Source

🚀 New

app := fiber.New(fiber.Config{
  DisableStartupMessage: true,
})

app.Hooks().OnListen(func(listenData fiber.ListenData) error {
  if fiber.IsChild() {
      return nil
  }
  scheme := "http"
  if data.TLS {
    scheme = "https"
  }
  log.Println(scheme + "://" + listenData.Host + ":" + listenData.Port)
  return nil
})

app.Listen(":5000")

🧹 Updates

  • Dictpool is not completely gone (#​2540)
  • Bump golang.org/x/sys from 0.9.0 to 0.10.0 (#​2530)
  • Bump github.com/valyala/fasthttp from 1.47.0 to 1.48.0 (#​2511)

🐛 Fixes

  • Middleware/logger: Default logger color behaviour (#​2513)

📚 Documentation

  • Fix link (#​2542)
  • Fix bad documentation on queries function (#​2522)
  • Fix validation-guide (#​2517)
  • Fix bad documentation on queries function (#​2522)
  • Add a warning on security implications when using X-Forwarded-For improperly (#​2520)
  • Fix typo (#​2518)
  • Typo in ctx.md (#​2516)
  • Fix comment in client.go (#​2514)
  • Fix docs api fiber custom config (#​2510)

Full Changelog: gofiber/fiber@v2.47.0...v2.48.0

Thank you @​ForAeons, @​RHeynsZa, @​Saman-Safaei, @​Skyenought, @​Z3NTL3, @​andre-dasilva, @​cmd777, @​dozheiny, @​efectn, @​f1rstmehul, @​gaby, @​itcuihao and @​mo1ein for making this update possible.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.


Thanks for the PR!

Any successful deployments (not always required) will be available below.
Backend available
Frontend available

Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow

@bcgov-devops
Copy link
Contributor Author

bcgov-devops commented Jul 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: backend-go/go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/tmp/renovate/repos/github/bcgov/quickstart-openshift":"/tmp/renovate/repos/github/bcgov/quickstart-openshift" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -e GOPATH -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/renovate/repos/github/bcgov/quickstart-openshift/backend-go" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.20.6 && go get -d -t ./..."
go: downloading github.com/gofiber/fiber/v2 v2.48.0
go: downloading github.com/devfeel/mapper v0.7.13
go: downloading github.com/golang-migrate/migrate/v4 v4.16.2
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/gofiber/helmet/v2 v2.2.26
go: downloading github.com/gofiber/swagger v0.1.12
go: downloading github.com/joho/godotenv v1.5.1
go: downloading gorm.io/driver/postgres v1.5.2
go: downloading gorm.io/gorm v1.25.1
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/valyala/fasthttp v1.48.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/lib/pq v1.10.2
go: downloading go.uber.org/atomic v1.7.0
go: downloading golang.org/x/sys v0.10.0
go: downloading github.com/swaggo/files/v2 v2.0.0
go: downloading github.com/swaggo/swag v1.16.1
go: downloading github.com/jackc/pgx/v5 v5.3.1
go: downloading github.com/jinzhu/now v1.1.5
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/andybalholm/brotli v1.0.5
go: downloading github.com/klauspost/compress v1.16.3
go: downloading github.com/valyala/tcplisten v1.0.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/KyleBanks/depth v1.2.1
go: downloading github.com/go-openapi/spec v0.20.9
go: downloading golang.org/x/tools v0.9.1
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
go: downloading golang.org/x/crypto v0.8.0
go: downloading golang.org/x/text v0.9.0
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/bcgov/quickstart-openshift v0.1.0
github.com/bcgov/quickstart-openshift/backend-go imports
	github.com/bcgov/quickstart-openshift/backend-go/docs: cannot find module providing package github.com/bcgov/quickstart-openshift/backend-go/docs

@bcgov-devops bcgov-devops force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch 3 times, most recently from bd4d5b7 to 342aefb Compare July 21, 2023 11:23
@bcgov-devops bcgov-devops force-pushed the renovate/github.com-gofiber-fiber-v2-2.x branch from 342aefb to d188dc9 Compare July 25, 2023 11:26
@bcgov-devops
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@bcgov-devops
Copy link
Contributor Author

bcgov-devops commented Jul 27, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v2.48.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@bcgov-devops bcgov-devops deleted the renovate/github.com-gofiber-fiber-v2-2.x branch July 27, 2023 11:24
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.

3 participants