Skip to content

Commit

Permalink
Merge pull request #1315 from netbootxyz/RC
Browse files Browse the repository at this point in the history
Release 2.0.73
  • Loading branch information
antonym committed Oct 21, 2023
2 parents 92e214e + af7ee97 commit ad54be4
Show file tree
Hide file tree
Showing 13 changed files with 265 additions and 178 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
with:
ref: development

- name: Retrieve Certs
run: |
Expand All @@ -34,7 +36,7 @@ jobs:
./script/build_release dev
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_DEV }}
aws-region: ${{ secrets.AWS_ACCESS_REGION }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: RC

- name: Retrieve Certs
run: |
Expand All @@ -37,7 +39,7 @@ jobs:
./script/build_release rc
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_STAGING }}
aws-region: ${{ secrets.AWS_ACCESS_REGION }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Retrieve Certs
run: |
Expand All @@ -36,7 +38,7 @@ jobs:
./script/build_release release
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_PROD }}
aws-region: ${{ secrets.AWS_ACCESS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
./script/build_release rolling
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_ROLLING }}
aws-region: ${{ secrets.AWS_ACCESS_REGION }}
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.73] - 2023-10-13

### Added

- Fedora 39 stubbed out for release later this month
- Ubuntu 23.10
- Text UI support for Proxmox Distros

### Fixed

- Fixed an issue with Fedora would error with "Could not boot"

### Removed

- Remove AVG as it's no longer maintained

## [2.0.72] - 2023-09-15

Expand Down
Loading

0 comments on commit ad54be4

Please sign in to comment.