Skip to content

Commit

Permalink
chore(deps): bump tooling and dependent libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 16, 2024
1 parent 598590c commit e84d9e0
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 26 deletions.
22 changes: 22 additions & 0 deletions .aqua/aqua.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
- type: standard
ref: v4.119.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: miniscruff/[email protected]
- name: golang/[email protected]
- name: direnv/[email protected]
- name: magefile/[email protected]
- name: charmbracelet/[email protected]
- name: mvdan/[email protected]
- name: golang.org/x/tools/gopls@gopls/v0.14.2
- name: golang/tools/[email protected]
- name: golang/tools/[email protected]
- name: golang/tools/[email protected]
- name: golang/tools/[email protected]
- name: golang/tools/[email protected]
- name: anchore/[email protected]
- name: thycotic/[email protected]
- name: Schniz/[email protected]
7 changes: 7 additions & 0 deletions .changes/v0.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v0.0.1 - 2024-01-16

### ⬆️ Dependencies

- Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability.

### Related
18 changes: 15 additions & 3 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,26 @@ footerFormat: |
{{ end }}
{{ end }}
kinds:
- label: 🎉 Feature
- label: 🔨 Refactor
- label: 🤖 CI & Build
auto: patch
- label: 🎉 New Product Feature
auto: minor
- label: ⬇️ Deprecated
auto: minor
- label: 🧪 Tests
auto: patch
- label: 🔨 Refactor
auto: patch
- label: 🐛 Bug Fix
auto: patch
- label: 🔥 Breaking Change
auto: minor
- label: 🔒 Security
auto: patch
- label: ⬆️ Dependencies
- label: 🤖 Development
auto: patch
- label: 🔥 Major Version Change (Breaking Changes)
auto: major
newlines:
afterChange: 0
afterChangelogHeader: 1
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

No releases yet, this file will be updated when generating your first release.
## v0.0.1 - 2024-01-16

### ⬆️ Dependencies

- Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability.

### Related
22 changes: 0 additions & 22 deletions aqua.yaml

This file was deleted.

0 comments on commit e84d9e0

Please sign in to comment.