Skip to content

Commit 74d53e3

Browse files
committed
Merge branch 'master' into notashelf/push-zlyknnslyqoz
2 parents 83d8df0 + 5c5285e commit 74d53e3

5 files changed

Lines changed: 19 additions & 5 deletions

File tree

.github/workflows/nixos-search.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
# NOTE: this number and the version number in src/search.rs have
2323
# to be updated when nixos-search updates it's version number.
24-
VERSION_NUMBER=44
24+
VERSION_NUMBER=46
2525
2626
echo "Found VERSION: $VERSION_CONTENT"
2727

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ be put in the "Changed" section or, if it's just to remove code or
1414
functionality, under the "Removed" section.
1515
-->
1616

17+
## Unreleased
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
### Removed
24+
25+
## 4.3.2
26+
27+
### Fixed
28+
29+
- Bumped the version of the search backend from 44 to 46 to fix outdated elasticsearch credentials.
30+
1731
## 4.3.1
1832

1933
### Changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "3"
66
edition = "2024"
77
license = "EUPL-1.2"
88
rust-version = "1.91.1"
9-
version = "4.3.1"
9+
version = "4.3.2"
1010

1111
[workspace.dependencies]
1212
nh = { path = "crates/nh" }

crates/nh-search/src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ impl args::SearchArgs {
170170
// this file and the corresponding workflow called
171171
// nixos-search.yaml have to be updated accordingly.
172172
.post(format!(
173-
"https://search.nixos.org/backend/latest-44-{channel}/_search"
173+
"https://search.nixos.org/backend/latest-46-{channel}/_search"
174174
))
175175
.json(&query)
176176
.header("User-Agent", format!("nh/{NH_VERSION}"))

0 commit comments

Comments
 (0)