Commit Graph

14540 Commits (a1202255922f3057d78a5fac499f238ba94aa9ab)

Author SHA1 Message Date
Ales Pour a120225592 chore(build): upgrade Go to 1.20.13 2024-01-23 11:35:41 +01:00
Jamie Strandboge 6254a7160c
Merge pull request #6071 from influxdata/dependabot/npm_and_yarn/follow-redirects-1.15.4
chore(deps): bump follow-redirects from 1.14.9 to 1.15.4
2024-01-11 21:09:03 +00:00
dependabot[bot] 340bd772b0
chore(deps): bump follow-redirects from 1.14.9 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.9...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 20:01:16 +00:00
alespour 673fc16600
chore: prepare for 1.10.2 (#6068) 2023-10-20 19:00:31 +02:00
Jamie Strandboge c491b660ee
Merge pull request #6066 from influxdata/dependabot/npm_and_yarn/babel/traverse-7.23.2
chore(deps): bump @babel/traverse from 7.17.3 to 7.23.2
2023-10-20 09:59:18 -05:00
Jeffrey Smith II e9843bb56f
Merge pull request #6064 from influxdata/smith/add-builder-docs
chore: add docs for updating builder
2023-10-19 09:30:18 -04:00
dependabot[bot] 5e7e2b2443
chore(deps): bump @babel/traverse from 7.17.3 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 21:17:55 +00:00
Jeffrey Smith II 75eb219adf
Merge pull request #6063 from influxdata/chore/go-1.20.10
chore(build): upgrade Go to 1.20.10
2023-10-13 09:48:44 -04:00
Ales Pour 9c40dd4016 chore: update builder image 2023-10-13 11:04:25 +02:00
Ales Pour e854b2fd49 docs: update CHANGELOG 2023-10-13 09:14:44 +02:00
Ales Pour 3131eaeb85 chore(build): upgrade Go to 1.20.10 2023-10-13 09:14:44 +02:00
Jeffrey Smith II b205ca78c9 chore: add docs for updating builder 2023-10-12 13:54:42 -04:00
dependabot[bot] 13a9b12255
chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 (#6062)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 18:56:09 +02:00
R290 4debaaf2b3
fix: change 10s to 10m in query (#6060)
* Change 10s to 10m in query
2023-09-28 12:40:18 +02:00
R290 ff78803fa9
fix: avoid error on typing colon (#6056)
* fix: avoid error on typing colon
* Fix eslint errors
* Update CHANGELOG.md
* fix eslint error
* Requested changes from review
2023-09-13 11:26:16 +02:00
Jamie Strandboge 5b27f15d64
Merge pull request #6046 from influxdata/dependabot/npm_and_yarn/word-wrap-1.2.4
chore(deps): bump word-wrap from 1.2.3 to 1.2.4
2023-07-19 10:29:35 -05:00
dependabot[bot] 3cdbaa9909
chore(deps): bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 01:42:36 +00:00
Jamie Strandboge 672c229ebe
Merge pull request #6045 from influxdata/dependabot/npm_and_yarn/semver-5.7.2
chore(deps): bump semver from 5.7.1 to 5.7.2
2023-07-12 11:03:31 -05:00
dependabot[bot] 1d5241a9e8
chore(deps): bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 00:20:05 +00:00
Jamie Strandboge 081990719c
Merge pull request #6042 from influxdata/dependabot/go_modules/github.com/lestrrat-go/jwx/v2-2.0.11
chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.1 to 2.0.11
2023-06-29 10:26:14 -05:00
dependabot[bot] 3b080441d9
chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.1 to 2.0.11
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.0.1 to 2.0.11.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes)
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.1...v2.0.11)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 17:25:25 +00:00
Jeffrey Smith II 6c3d21dd7b
Merge pull request #6032 from influxdata/jdstrand/go1.20.3
chore: update to Go 1.20.4
2023-05-11 15:17:18 -05:00
Ivan Kudibal 9953a2ee79 chore: trigger circle ci from dummy commit 2023-05-10 17:48:17 +02:00
Ivan Kudibal 70b1e29a8d chore: prepare for go 1.20.4 2023-05-03 18:54:48 +02:00
Ivan Kudibal cef9390d6a chore: configure, build and push the image 2023-04-26 10:34:51 +02:00
Brandon Pfeifer 96382b13b1
Merge pull request #6035 from influxdata/BNP_remote_sign
chore: use remote package signing
2023-04-19 16:01:35 -04:00
Brandon Pfeifer 1380ae8320 chore: use remote package signing 2023-04-19 11:53:37 -04:00
Jamie Strandboge e8546b4467
chore: update to Go 1.20.3 2023-04-12 14:58:26 -05:00
Jeffrey Smith II 6fe75f10cc
Merge pull request #6029 from influxdata/smith/1.10.1
chore: prep for 1.10.1
2023-03-17 15:05:57 -04:00
Jeffrey Smith II cd37ff7c48 chore: update changelog 2023-03-17 14:32:31 -04:00
Jeffrey Smith II 8d8ef803a3 chore: prep for 1.10.1 2023-03-17 14:28:34 -04:00
Jeffrey Smith II 0260c1599c
Merge pull request #6028 from influxdata/smith/update-docker-version
chore: update docker version for release
2023-03-17 14:19:57 -04:00
Jeffrey Smith II 947cd0b7ad chore: update docker version for release 2023-03-17 09:53:07 -04:00
Jeffrey Smith II a9dcfcfa8a
Merge pull request #6026 from influxdata/smith/security
chore: Update to go1.20
2023-02-28 15:44:51 -05:00
Jeffrey Smith II 640fedab3f chore: go.mod 1.20 2023-02-28 15:15:18 -05:00
Jeffrey Smith II 9fddfbff3f fix: handle newer git version not liking root owned repos 2023-02-28 14:27:02 -05:00
Jeffrey Smith II 051b54e45f chore: linting 2023-02-28 13:22:32 -05:00
Jeffrey Smith II 9433b97f5d chore: bump to go1.20 2023-02-28 12:31:44 -05:00
Jamie Strandboge 6261caad74
Merge pull request #6025 from influxdata/smith/security
chore: fix security issues
2023-02-28 09:49:48 -06:00
Jeffrey Smith II 49ee27e67b chore: cleanup 2023-02-28 10:10:13 -05:00
Jeffrey Smith II e562a93e9e fix(security): bump several dependencies to fix security issues 2023-02-28 10:03:35 -05:00
dependabot[bot] 38c2f2c9f8 chore(deps): bump golang.org/x/net
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 16:12:30 -05:00
dependabot[bot] 281735b8d6 chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 16:11:32 -05:00
Jeffrey Smith II 874bebd810
Merge pull request #6021 from influxdata/smith/fix-security-issues
fix: update deps for assorted security issues.
2023-02-27 09:34:49 -05:00
Jeffrey Smith II aaf6674ce5 fix: update test config to handle d3-color build changes 2023-02-24 11:22:43 -05:00
Jeffrey Smith II bd21051883 fix(security): bump d3-color 2023-02-24 11:06:55 -05:00
Jeffrey Smith II a4c614ef66 fix(security): bump golang.org/x/text 2023-02-24 11:02:14 -05:00
Jeffrey Smith II ce13f0cc95 fix(security): bump prometheus client 2023-02-24 10:50:23 -05:00
Jeffrey Smith II e6dfd4ecce fix(security): bump http-cache-semantics 2023-02-24 10:50:04 -05:00
Jeffrey Smith II 63f5a88338 fix(security): bump json5 2023-02-24 10:39:33 -05:00