v0.9.0
cloudposse-releaser
released this
23 Apr 08:45
·
3 commits
to refs/heads/main
since this release
chore(deps): update alpine docker tag to v3.19 @renovate (#22)
This PR contains the following updates:Package | Type | Update | Change |
---|---|---|---|
alpine | final | minor | 3.17 -> 3.19 |
Configure Renovate @renovate (#9)
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Dockerfile
(dockerfile).github/workflows/docker-promote.yml
(github-actions).github/workflows/feature-branch.yml
(github-actions).github/workflows/release.yml
(github-actions)go.mod
(gomod)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Show all Merge Confidence badges for pull requests.
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fix
for dependencies andchore
for all others if semantic commits are in use. - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 2 Pull Requests:
chore(deps): update alpine docker tag to v3.19
- Schedule: ["at any time"]
- Branch name:
renovate/alpine-3.x
- Merge into:
master
- Upgrade alpine to
3.19
chore(deps): update golang docker tag to v1.22.2
- Schedule: ["at any time"]
- Branch name:
renovate/golang-1.x
- Merge into:
master
- Upgrade golang to
1.22.2-bullseye
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.
Go auto release workflows @goruha (#20)
# What * Use go auto-release workflow `cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main` * Remove `.goreleaser.yml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/goreleaser.yml * Drop `auto-release.yaml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/auto-release.yml and https://github.com/cloudposse/.github/blob/main/.github/auto-release-hotfix.ymlWhy
- Consolidate go releases workflows pattern