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

home-assistant: 0.109.6 → 0.110.1 #88461

Merged
merged 2 commits into from May 21, 2020
Merged

Conversation

mweinelt
Copy link
Member

Motivation for this change

New upstream release.

https://www.home-assistant.io/blog/2020/05/20/release-110/

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@Mic92

@mweinelt
Copy link
Member Author

mweinelt commented May 20, 2020

The tests are currently failing

hass: must succeed: curl --fail -H 'x-ha-access: some_secret' http://localhost:8123/api/
hass # [    9.852476] hass[750]: 2020-05-20 22:00:42 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
hass # curl: (22) The requested URL returned error: 401 Unauthorized
hass: output:
Test "Check that Home Assistant's web interface and API can be reached" failed with error: "command `curl --fail -H 'x-ha-access: some_secret' http://localhost:8123/api/` failed (exit code 22)"
error: command `curl --fail -H 'x-ha-access: some_secret' http://localhost:8123/api/` failed (exit code 22)

I've updated the request to /states to /lovelace since the states UI was dropped recently.

@mweinelt
Copy link
Member Author

The tests were already broken with 0.109.6, so the breakage wasn't introduced with this pull.

@mweinelt mweinelt marked this pull request as ready for review May 20, 2020 22:30
@mweinelt mweinelt changed the title home-assistant: 0.109.6 → 0.110.0 home-assistant: 0.109.6 → 0.110.1 May 21, 2020
Copy link
Member

@Mic92 Mic92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except for this the frontend-bump this looks good to me.

@Mic92
Copy link
Member

Mic92 commented May 21, 2020

The frontend module already has the right version.

@Mic92 Mic92 merged commit fa186cd into NixOS:master May 21, 2020
@mweinelt mweinelt deleted the home-assistant branch May 21, 2020 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants