Skip to content

Commit

Permalink
Merge pull request #14 from camptocamp/release151bis
Browse files Browse the repository at this point in the history
chore: release 1.5.1
  • Loading branch information
vrenaville authored Jul 3, 2024
2 parents 1f32d7d + 193651b commit a1ea969
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: terraform-lint

on: [pull_request]

jobs:
delivery:

runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@main
- name: Lint Terraform
uses: actionshub/terraform-lint@main

16 changes: 16 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

---
name: "Release Odyssey"

on:
push:
branches:
- "master"

jobs:
release-please:
runs-on: "ubuntu-latest"
steps:
- uses: "googleapis/release-please-action@v4"
with:
release-type: "simple"
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ latest (unreleased)
**Bugfixes**

**Build**
1.5.1 (08-08-2023)
+++++++++++++++++++

* fix: add root certificate for new postgresql flexible server

1.5.0 (08-08-2023)
+++++++++++++++++++
Expand Down

0 comments on commit a1ea969

Please sign in to comment.