Skip to content

Commit fb65d3f

Browse files
chore(*): Prepare release 1.2.0 [skip ci]
1 parent e9b4a89 commit fb65d3f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
inputs:
88
tag_name:
99
type: string
10+
description: Tag name
1011
required: true
1112
draft:
1213
type: boolean
@@ -39,7 +40,7 @@ jobs:
3940
echo "VERSION_NUMBER=$(echo ${{ github.event.inputs.tag_name }})" >> $GITHUB_ENV
4041
4142
- name: Clone sources
42-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4344

4445
- name: Check version ${{ env.VERSION_NUMBER }} consistency in files
4546
# Check CHANGELOG.md
@@ -90,7 +91,7 @@ jobs:
9091
echo "$VERSION_RELEASE_NOTES" >> CHANGELOG.txt
9192
9293
- name: Create release ${{ env.VERSION_NUMBER }}
93-
uses: softprops/action-gh-release@v1
94+
uses: softprops/action-gh-release@v2
9495
with:
9596
body_path: CHANGELOG.txt
9697
name: ${{ env.VERSION_NUMBER }}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
1111

1212
---
1313

14+
## [v1.2.0](https://github.com/ddev/ddev-mongo/releases/tag/v1.2.0) - 2024-03-28
15+
[_Compare with previous release_](https://github.com/ddev/ddev-mongo/compare/v1.1.0...v1.2.0)
16+
17+
### Changed
18+
19+
- Update `mongo-express` to `1.0`
20+
- Update `mongo-express` configuration variables
21+
22+
### Added
23+
24+
- Add `HTTPS_EXPOSE` for `mongo-express` container
25+
26+
---
27+
1428
## [v1.1.0](https://github.com/ddev/ddev-mongo/releases/tag/v1.1.0) - 2023-11-30
1529
[_Compare with previous release_](https://github.com/ddev/ddev-mongo/compare/v1.0.1...v1.1.0)
1630

0 commit comments

Comments
 (0)