Skip to content

Commit

Permalink
Prepare new release 1.6.0 (#13)
Browse files Browse the repository at this point in the history
Prepare new release 1.6.0.

```markdown
## [1.6.0] - 2023-04-04

### Changed

- Build and release using CentOS 7, AlmaLinux 8 and 9. (#12) (Baptiste Grenier)
- Sync repo with other bdii-related ones. (#12) (Baptiste Grenier)
```
  • Loading branch information
gwarf authored Apr 4, 2023
1 parent 7f23029 commit 26960c1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
release7:
name: Upload CentOS 7 release artefacts
permissions:
contents: write # to upload release asset (softprops/action-gh-release)
needs: centos7
runs-on: ubuntu-latest
steps:
Expand All @@ -106,6 +108,8 @@ jobs:
release8:
name: Upload AlmaLinux 8 release artefacts
permissions:
contents: write # to upload release asset (softprops/action-gh-release)
needs: almalinux8
runs-on: ubuntu-latest
steps:
Expand All @@ -131,6 +135,8 @@ jobs:
release9:
name: Upload AlmaLinux 9 release artefacts
permissions:
contents: write # to upload release asset (softprops/action-gh-release)
needs: almalinux9
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to

## [Unreleased]

## [1.6.0] - 2023-04-04

### Changed

- Build and release using CentOS 7, AlmaLinux 8 and 9. (#12) (Baptiste Grenier)
- Sync repo with other bdii-related ones. (#12) (Baptiste Grenier)

## [1.5.0] - 2022-09-07
- Suppress the software and job information (#2) (Laurence Field)
- Use GitHub Actions to lint, build, and upload packages to GitHub (#5) (Baptiste Grenier)
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
glite-info-provider-ldap (1.6.0-1) UNRELEASED; urgency=low

* Build and release using CentOS 7, AlmaLinux 8 and 9. (#12) (Baptiste Grenier)
* Sync repo with other bdii-related ones. (#12) (Baptiste Grenier)

-- Baptiste Grenier <baptiste.grenier@egi.eu> Tue, 04 Apr 2023 09:24:00 +0100

glite-info-provider-ldap (1.5.0-1) UNRELEASED; urgency=low

* Suppress the software and job information (#2) (Laurence Field)
Expand Down
6 changes: 5 additions & 1 deletion glite-info-provider-ldap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: glite-info-provider-ldap
Version: 1.5.0
Version: 1.6.0
Release: 1%{?dist}
Summary: LDAP information provider
Group: Development/Libraries
Expand Down Expand Up @@ -41,6 +41,10 @@ rm -rf %{buildroot}

%changelog

* Tue Apr 4 2023 Baptiste Grenier <baptiste.grenier@egi.eu> - 1.6.0-1
- Build and release using CentOS 7, AlmaLinux 8 and 9. (#12) (Baptiste Grenier)
- Sync repo with other bdii-related ones. (#12) (Baptiste Grenier)

* Wed Sep 7 2022 Baptiste Grenier <baptiste.grenier@egi.eu> - 1.5.0-1
- Suppress the software and job information (#2) (Laurence Field)
- Use GitHub Actions to lint, build, and upload packages to GitHub (#5) (Baptiste Grenier)
Expand Down

0 comments on commit 26960c1

Please sign in to comment.