Skip to content

Commit

Permalink
Deprecate Fedora 36 support
Browse files Browse the repository at this point in the history
Fixes #420
  • Loading branch information
deeplow committed May 22, 2023
1 parent 3d822e1 commit d713ea0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 47 deletions.
43 changes: 0 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,32 +273,6 @@ jobs:
./dev_scripts/env.py --distro fedora --version 37 run --dev \
bash -c 'cd dangerzone; poetry run make test'
ci-fedora-36:
machine:
image: ubuntu-2004:202111-01
steps:
- checkout
- run: *install-podman

- run:
name: Prepare cache directory
command: |
sudo mkdir -p /caches
sudo chown -R $USER:$USER /caches
- restore_cache: *restore-cache
- run: *copy-image

- run:
name: Prepare Dangerzone environment
command: |
./dev_scripts/env.py --distro fedora --version 36 build-dev
- run:
name: Run CI tests
command: |
./dev_scripts/env.py --distro fedora --version 36 run --dev \
bash -c 'cd dangerzone; poetry run make test'
ci-debian-bookworm:
machine:
image: ubuntu-2004:202111-01
Expand Down Expand Up @@ -429,17 +403,6 @@ jobs:
- run: *copy-image
- run: *build-rpm

build-fedora-36:
docker:
- image: fedora:36
resource_class: medium+
steps:
- run: *install-dependencies-rpm
- checkout
- restore_cache: *restore-cache
- run: *copy-image
- run: *build-rpm

workflows:
version: 2

Expand Down Expand Up @@ -471,9 +434,6 @@ workflows:
- ci-fedora-37:
requires:
- build-container-image
- ci-fedora-36:
requires:
- build-container-image
- build-ubuntu-kinetic:
requires:
- build-container-image
Expand All @@ -495,6 +455,3 @@ workflows:
- build-fedora-37:
requires:
- build-container-image
- build-fedora-36:
requires:
- build-container-image
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or

## [Unreleased]

### Added

### Removed
- Platform support: Drop Fedora 36, since it's end-of-life ([issues #420](https://github.com/freedomofpress/dangerzone/issues/420))

### Fixed

### Security

- Continuously scan our Python dependencies and container image for
Expand Down
4 changes: 0 additions & 4 deletions dev_scripts/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,6 @@ def build_package(self):
)


class QAFedora36(QAFedora):
VERSION = "36"


class QAFedora37(QAFedora):
VERSION = "37"

Expand Down

0 comments on commit d713ea0

Please sign in to comment.