Skip to content

Commit

Permalink
Support Ubuntu 22.10 "Kinetic Kudu"
Browse files Browse the repository at this point in the history
Add support for the newly released Ubuntu 22.10 "Kinetic Kudu".

Closes #265
  • Loading branch information
apyrgio committed Nov 30, 2022
1 parent cb75cfd commit 1ad6b59
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ jobs:
command: |
poetry run make test
build-ubuntu-kudu:
docker:
- image: ubuntu:22.10
resource_class: medium+
steps:
- run: *install-dependencies-deb
- checkout
- restore_cache: *restore-cache
- run: *copy-image
- run: *build-deb

build-ubuntu-jammy:
docker:
- image: ubuntu:22.04
Expand Down Expand Up @@ -307,6 +318,12 @@ jobs:
apt-get install -y ruby-dev rubygems
gem install -N rake
gem install -N package_cloud
- run:
name: Deploy ubuntu/kudu
environment:
PACKAGE_TYPE: "deb"
PACKAGECLOUD_DISTRO: "ubuntu/kudu"
<<: *deploy-packagecloud
- run:
name: Deploy ubuntu/jammy
environment:
Expand All @@ -330,6 +347,9 @@ workflows:
- convert-test-docs:
requires:
- build-container-image
- build-ubuntu-kudu:
requires:
- build-container-image
- build-ubuntu-jammy:
requires:
- build-container-image
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Platform support: Re-add Fedora 37 support
- Platform support: Add Debian Bookworm (12) support ([issue #172](https://github.com/freedomofpress/dangerzone/issues/172))
- Platform support: Reinstate Ubuntu Focal support ([issue #206](https://github.com/freedomofpress/dangerzone/issues/206))
- Platform support: Add Ubuntu 22.10 "Kinetic Kudu" support ([issue #265](https://github.com/freedomofpress/dangerzone/issues/265))
- Feature: Support bulk conversion to safe PDFs ([issue #77](https://github.com/freedomofpress/dangerzone/issues/77))
- Feature: Option to archive unsafe directories ([issue #255](https://github.com/freedomofpress/dangerzone/pull/255))
- Feature: Support python 3.10
Expand Down
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Dangerzone is available for:

- Ubuntu 22.10 (kinetic)
- Ubuntu 22.04 (jammy)
- Ubuntu 20.04 (focal)
- Debian 12 (bookworm)
Expand Down

0 comments on commit 1ad6b59

Please sign in to comment.