Skip to content

Commit

Permalink
Pull request: 4844-snap-core22
Browse files Browse the repository at this point in the history
Closes #4843.
Updates #4844.

* commit '385a873b0f006f26832e73744845fdbc2864aad0':
  all: chlog
  Update Snap to Ubuntu Core 22 #4843
  • Loading branch information
ainar-g committed Aug 17, 2022
2 parents 72098d2 + 385a873 commit 0bcc669
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ and this project adheres to
- Support for Discovery of Designated Resolvers (DDR) according to the [RFC
draft][ddr-draft] ([#4463]).

### Changed

- Our snap package now uses the `core22` image as its base ([#4843]).

### Fixed

- Data races and concurrent map access in statistics module ([#4358], [#4342]).
Expand All @@ -43,6 +47,7 @@ and this project adheres to
[#4342]: https://github.com/AdguardTeam/AdGuardHome/issues/4342
[#4358]: https://github.com/AdguardTeam/AdGuardHome/issues/4358
[#4670]: https://github.com/AdguardTeam/AdGuardHome/issues/4670
[#4843]: https://github.com/AdguardTeam/AdGuardHome/issues/4843

[ddr-draft]: https://datatracker.ietf.org/doc/html/draft-ietf-add-ddr-08

Expand Down
2 changes: 1 addition & 1 deletion scripts/snap/snap.tmpl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The %VARIABLES% are be replaced by actual values by the build script.

'name': 'adguard-home'
'base': 'core20'
'base': 'core22'
'version': '%VERSION%'
'summary': Network-wide ads & trackers blocking DNS server
'description': |
Expand Down

0 comments on commit 0bcc669

Please sign in to comment.