You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add the ability to create beta versions
- Added the ability to deploy beta versions for terraform
* Release extension version 0.5.13
* updated goreleaser format
* Release extension version 0.5.14
* Update VERSION
* Update CHANGELOG.md
* Improve pipeline announcements (#3)
* Improve pipeline announcements
- Updated the discord announcement script
- Added a script to get the beta changelog
- Updated the way we generate release notes to match the type of release
* update create release to change the versions for beta and normal
* further fixes to the version numbers
* further updates to the build pipeline
* minor updates to the release process
* further fixes to the pipeline
* Release extension version 0.6.12926508568 (#5)
* fixed the issue with the missing repo for discord
* Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#6)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0.
- [Commits](golang/crypto@v0.32.0...v0.33.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fixing some small bugs
- fixed an issue where installation would fail if packer was not present
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,18 @@
3
3
All notable changes to this project will be documented in this file.
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## [0.5.13] - 2025-01-22
6
+
## [0.6.12926508568] - 2025-01-23
7
7
8
+
- Updated the discord announcement script
9
+
- Added a script to get the beta changelog
10
+
- Updated the way we generate release notes to match the type of release
11
+
12
+
## [0.5.13] - 2025-01-22
13
+
8
14
- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
9
-
- fixes # (issue)
10
15
- Fixed an issue with the installation of brew in both mac intel and arm variants
11
16
- Added a new provider for the beta versions
12
-
17
+
13
18
## [0.5.12] - 2025-01-21
14
19
15
20
- fixed an issue where brew would give an error when trying to install PD into an intel mac
0 commit comments