Skip to content

Commit

Permalink
build(flux): prepare Flux release for v0.174.0 (#4959)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbrickley authored Jul 5, 2022
1 parent abd463d commit 5230eea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions libflux/go/libflux/buildinfo.gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var sourceHashes = map[string]string{
"stdlib/experimental/count_test.flux": "120a145eb287266e35638cc5220f5cecf0eee5bf2eec1bb1e9852e7d382050c7",
"stdlib/experimental/csv/csv.flux": "7f033d93ed2e456d7ee181f0afa88f8c4c81f3b1a0984e56d53d3e146db48d20",
"stdlib/experimental/distinct_test.flux": "6d2891556d985d16ac9bd33176dd527bb34246afa1ac81dde65f1335885b6b02",
"stdlib/experimental/experimental.flux": "1c9c604685aafc7ca7e8b4fe9e0e366e1fb0f01bdae151b82e918613f49a0d69",
"stdlib/experimental/experimental.flux": "3e06ae6cdd6c85163e48f076673b03b25e48a280a605cb639483d46c1fdb7a9c",
"stdlib/experimental/experimental_test.flux": "0fb9e187e7c90ccf9dffa41587dd6cfe255990142d11e1772b0a219d6f8a75b1",
"stdlib/experimental/fill_test.flux": "626568ae94d54c4d7639813191b814af104594a4a4d66fd1d7d76c1c48767fc3",
"stdlib/experimental/first_test.flux": "3bd1ff03bac6a45a3c525abb5ded3377f08195b6a5094caa42c8fb8b96aa6268",
Expand Down Expand Up @@ -228,7 +228,7 @@ var sourceHashes = map[string]string{
"stdlib/http/http.flux": "d5386902001ce342dea04d9912d60204ff9eafae4d62bdbfccba591023b81fd6",
"stdlib/http/http_path_encode_endpoint_test.flux": "cb1e075f9d0f5d2a2d46b6cec6a8e34eb932f3d31b5494f48a3135c9503d4038",
"stdlib/http/requests/requests.flux": "d1a330a30dad0686a33b5ceec691161d75e949b7ec1ced895ef07a67c9e2ef2e",
"stdlib/influxdata/influxdb/influxdb.flux": "3b9223d4e638197034ccb623b3564121cad7742c7fb3bf9c17e60aeff3504d99",
"stdlib/influxdata/influxdb/influxdb.flux": "101d6ab960d5e1fed6622ccfe8adea1911c317666aa7daa5a2a29a8f96abdd8b",
"stdlib/influxdata/influxdb/monitor/check_test.flux": "9f36d19fd834a8230beaba8782a721697b2b0e1b408ee3f948387b0b8d702bfb",
"stdlib/influxdata/influxdb/monitor/deadman_add_test.flux": "4bc5d036f028cd9aa078ed653c61be8b43992779ead1ca5bb26e554d428ffe8a",
"stdlib/influxdata/influxdb/monitor/deadman_sub_test.flux": "c1f892d5d078a3b2cf3c3fbf68710a676cc47c82e3959f0ce6fe82af932afb6a",
Expand Down Expand Up @@ -407,7 +407,7 @@ var sourceHashes = map[string]string{
"stdlib/testing/promql/resets_test.flux": "e01bb24f576f8a2cb69fa1f5d9061cc852431970792ae2c59c3753580058926d",
"stdlib/testing/promql/timestamp_test.flux": "350dc1161f222d2bfc327aee399ed9873e198c9858e845c2ca0b9ca0e2e38ef8",
"stdlib/testing/promql/year_test.flux": "1767fb414d4261075880b0b9e5f6084cc1d9124fcb3759d68d3bea8a7c42977d",
"stdlib/testing/testing.flux": "704a30b9ec90adfd1294a1098561203dff9ad83dbdaddb9e065b35c2264299cf",
"stdlib/testing/testing.flux": "0321c816aa832b41ae4a5fcce47dfd5830e60bad283b51b562f9edb4deb08251",
"stdlib/testing/testing_test.flux": "4a1d5ba8e6e00fe83a7b608cae71ef9762a0215a2ee748535c03b4fcbb8261f5",
"stdlib/testing/usage/api_test.flux": "2a39412eaf41ccb2436dbbdb250f9761544538252bbc6dd6d63b47d2d16e0136",
"stdlib/testing/usage/duration_test.flux": "f545e7e8f1820bdae0beb935d12f899f1065b7b7df1c05eed454ecfb48fa4225",
Expand Down
4 changes: 2 additions & 2 deletions stdlib/experimental/experimental.flux
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ builtin set : (<-tables: stream[A], o: B) => stream[C] where A: Record, B: Recor
//
// ## Metadata
// introduced: 0.40.0
// deprecated: NEXT
// deprecated: 0.174.0
// tags: outputs
//
to = influxdb.wideTo
Expand Down Expand Up @@ -1313,5 +1313,5 @@ builtin unpivot : (<-tables: stream[{A with _time: time}]) => stream[{B with _fi
// ```
//
// ## Metadata
// introduced: NEXT
// introduced: 0.174.0
builtin catch : (fn: () => A) => string
2 changes: 1 addition & 1 deletion stdlib/influxdata/influxdb/influxdb.flux
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ builtin buckets : (
// ```
//
// ## Metadata
// introduced: NEXT
// introduced: 0.174.0
// tags: outputs
//
builtin wideTo : (
Expand Down
2 changes: 1 addition & 1 deletion stdlib/testing/testing.flux
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ assertEqualValues = (got, want) => {
// ```
//
// ## Metadata
// introduced: NEXT
// introduced: 0.174.0
// tags: tests
//
shouldError = (fn, want) => {
Expand Down

0 comments on commit 5230eea

Please sign in to comment.