Skip to content

Commit

Permalink
Merge pull request #6626 from TheThingsNetwork/issue/6598-snapcraft-t…
Browse files Browse the repository at this point in the history
…elemetry-access-bug

Fix snapcraft telemetry access bug
  • Loading branch information
nicholaspcr authored Oct 18, 2023
2 parents 3f2889f + d6719c1 commit d9f3ec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,14 @@ snapcrafts:
plugs: [home, network, network-bind]
command: ttn-lw-stack.wrapper
completer: config/completion/bash/ttn-lw-stack
environment:
XDG_CACHE_HOME: $SNAP_USER_COMMON
ttn-lw-cli:
plugs: [home, network, network-bind]
command: ttn-lw-cli.wrapper
completer: config/completion/bash/ttn-lw-cli-snap
environment:
XDG_CACHE_HOME: $SNAP_USER_COMMON

brews:
- name: ttn-lw-stack
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ For details about compatibility between different releases, see the **Commitment
- Listing deleted entities is now fixed for both admin and standard users, which previously returned an `account_not_found` error.
- Update to an user's `PrimaryEmailAddress` via a non admin now invalidates the `PrimaryEmailAddressValidatedAt` as it was intended.
- Negative number support in Cayenne LPP.
- Fix panic in snapcraft CLI deployment, commands will no longer generate a panic error message when telemetry is enabled.

### Security

Expand Down

0 comments on commit d9f3ec7

Please sign in to comment.