Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module go.rgst.io/stencil to v0.10.0 #148

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.rgst.io/stencil v0.0.0-00010101000000-000000000000 -> v0.10.0 age adoption passing confidence

Release Notes

rgst-io/stencil (go.rgst.io/stencil)

v0.10.0

Compare Source

0.10.0 - 2024-08-31

⛰️ Features
  • (create-module) Use stencil-golang to create modules (#​146) - (eadb7c5)
🐛 Bug Fixes
  • (deps) Update module github.com/masterminds/sprig/v3 to v3.3.0 (#​142) - (b49938f)
  • (deps) Update module github.com/masterminds/semver/v3 to v3.3.0 (#​140) - (f9f1eac)
📚 Documentation
⚙️ Miscellaneous Tasks

Full Changelog: v0.9.0...v0.10.0

v0.9.0

Compare Source

0.9.0 - 2024-08-13

⛰️ Features
🐛 Bug Fixes
  • (deps) Update module github.com/urfave/cli/v2 to v2.27.4 (#​130) - (cca6d78)
  • (deps) Update module github.com/jaredallard/vcs to v0.2.0 (#​127) - (8a0bde5)
📚 Documentation
⚙️ Miscellaneous Tasks

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Compare Source

0.8.0 - 2024-07-29

⛰️ Features
🐛 Bug Fixes
  • (deps) Update module github.com/urfave/cli/v2 to v2.27.3 (#​123) - (d3444f7)
🚜 Refactor
  • (nativeext) XDG_CACHE_HOME support, reduce code complexity (#​125) - (508bf5c)
🧪 Testing

Full Changelog: v0.7.0...v0.8.0

v0.7.0

Compare Source

⛰️ Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
  • (README) Add APT instructions - (a80bf15)
🎨 Styling
🧪 Testing
⚙️ Miscellaneous Tasks
Deps

New Contributors

Full Changelog: https://github.com/rgst-io/stencil/compare/v0.6.0..v0.7.0

v0.7.0-rc.8

Compare Source

v0.7.0-rc.8

⚙️ Miscellaneous Tasks

Full Changelog: v0.7.0-rc.7...v0.7.0-rc.8

v0.7.0-rc.7

Compare Source

v0.7.0-rc.7

IMPORTANT: This release has no code changes.

⚙️ Miscellaneous Tasks

Full Changelog: v0.7.0-rc.6...v0.7.0-rc.7

v0.7.0-rc.6

Compare Source

v0.7.0-rc.6

🐛 Bug Fixes
⚙️ Miscellaneous Tasks
Deps

Full Changelog: v0.7.0-rc.5...v0.7.0-rc.6

v0.7.0-rc.5

Compare Source

v0.7.0-rc.5

⛰️ Features
📚 Documentation
  • (README) Add APT instructions - (a80bf15)
⚙️ Miscellaneous Tasks

Full Changelog: v0.7.0-rc.4...v0.7.0-rc.5

v0.7.0-rc.4

Compare Source

v0.7.0-rc.4

⛰️ Features
  • (version) Better styling - (91016c6)
  • (version) Track git revision, tree state, other useful info - (87dcc63)
🚜 Refactor
  • (box) [breaking] Remove box configuration (#​106) - (f670ebd)
  • (help) Display more useful information - (f421192)
⚙️ Miscellaneous Tasks

Full Changelog: v0.7.0-rc.3...v0.7.0-rc.4

v0.7.0-rc.3

Compare Source

v0.7.0-rc.3

⛰️ Features
🐛 Bug Fixes
🚜 Refactor
🎨 Styling
⚙️ Miscellaneous Tasks
◀️ Revert

New Contributors

Full Changelog: v0.7.0-rc.2...v0.7.0-rc.3

v0.7.0-rc.2

Compare Source

v0.7.0-rc.2

⛰️ Features
🐛 Bug Fixes
  • (deps) Update module github.com/getoutreach/gobox to v1.92.1 (#​93) - (a97f3d0)
  • (slogext) Export, use os.Stdout for plugin debugging (#​83) - (e3c7539)
  • (stencil) Invalid log call - (d3f0535)
🚜 Refactor
🎨 Styling
⚙️ Miscellaneous Tasks
◀️ Revert

Full Changelog: v0.7.0-rc.1...v0.7.0-rc.2

v0.7.0-rc.1

Compare Source

Changelog

New Features
Bug fixes
  • e3c7539 fix(slogext): export, use os.Stdout for plugin debugging (#​83)
  • d3f0535 fix(stencil): invalid log call
Dependency updates
  • bb703b3 chore(deps): update dependency prettier to v3.3.2 (#​92)
  • a97f3d0 fix(deps): update module github.com/getoutreach/gobox to v1.92.1 (#​93)
Other work
  • 611f320 ci: allow setting next version
  • 6314af0 feat!: use new resolver, remove stenciltest, --frozen-lockfile (#​94)
  • 3c89c08 refactor(modules): add module resolver (#​82)
  • bfffe5c refactor: rename extensions to nativeext (#​81)
  • cdf09b8 style: small golangci-lint fixes

Full Changelog: v0.6.0-rc.2...v0.7.0-rc.1

v0.6.0

Compare Source

Changelog

New Features
  • a93018f feat: support more stencil.yaml paths, generate JSON schema (#​84)
Bug fixes
  • 3c635f7 fix: Reworking dirReplacements system to work with SetPath and Blocks (#​87)
Dependency updates
  • 283413e chore(deps): update dependency prettier to v3.3.1 (#​74)
  • 44fd1f3 chore(deps): update dependency vitepress to v1.2.3 (#​75)
  • c38d656 chore(deps): update goreleaser/goreleaser-action action to v6 (#​79)
  • eec1af4 fix(deps): update module github.com/getoutreach/gobox to v1.91.0 (#​72)
  • 5f852fe fix(deps): update module golang.org/x/oauth2 to v0.21.0 (#​76)
  • 5483a51 fix(deps): update module golang.org/x/term to v0.21.0 (#​77)
Documentation updates
Other work

Full Changelog: v0.5.0...v0.6.0

v0.6.0-rc.2

Compare Source

Changelog

Other work
  • 0957761 ci: cache mod and build cache
  • 6923799 ci: enable macOS notarization
  • f13097f ci: missing MACOS_SIGN_PASSWORD
  • b0a6245 ci: prerelease if BUILD_RC is true
  • 6d44768 ci: skip approval if triggering actor is me

Full Changelog: v0.6.0-rc.1...v0.6.0-rc.2

v0.6.0-rc.1

Compare Source

Changelog

Other work
  • 5fc75ec build: more platforms, notarization, reproducible builds, SBOMs (#​97)
  • 7ff5f15 ci: disable reproducible builds for now
  • 5d01ba3 ci: ensure GOPROXY is up-to-date
  • 758fe0d ci: push tag before building

Full Changelog: v0.6.0...v0.6.0-rc.1

v0.5.0

Compare Source

Changelog

New Features
  • 42af8aa feat: Adding Directory Manifests, currently only for templated dir renaming (#​63)
  • 86cabeb feat: add slogext package and switch to use it (#​69)
Other work
  • d3c120a fix!(create module): only create stencil.yaml for now (#​68)
  • 98d74db fix!: remove unused commands (docs and configure)

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Compare Source

Changelog

New Features
Bug fixes
  • 3966cd5 fix: Template base URL, Panics, and nil func returns (#​62)
Dependency updates
  • 5293ea8 chore(deps): update codecov/codecov-action action to v4.3.1 (#​54)
  • deb8fe9 chore(deps): update codecov/codecov-action action to v4.4.1 (#​59)
  • 5af35c1 chore(deps): update dependency vitepress to v1.1.4 (#​52)
  • 9becdd7 chore(deps): update dependency vitepress to v1.2.2 (#​61)
  • 27af476 chore(deps): update golangci/golangci-lint-action action to v6 (#​56)
  • bc9ccc8 fix(deps): update module github.com/getoutreach/gobox to v1.90.3 (#​60)
  • 72a81e7 fix(deps): update module github.com/hashicorp/go-plugin to v1.6.1 (#​58)
  • 5343f17 fix(deps): update module github.com/urfave/cli/v2 to v2.27.2 (#​53)
  • c75c192 fix(deps): update module golang.org/x/term to v0.20.0 (#​55)
Documentation updates
  • 8f2fd37 docs(README): update to reflect state of the world
  • 7c30873 docs(installation): add brew method
Other work
  • c9845ca ci: fix gentoo dep creation
  • ad85004 ci: ignore .dist
  • 5abe638 ci: release Gentoo Go dependency archive with each release

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Compare Source

Changelog

New Features
  • 2098027 feat(configuration): support older service.yaml
Bug fixes
  • efb53c6 fix(stencil): don't support older lockfile anymore
  • 45b2b75 fix: remove gobox/pkg/app and fix a flaky test
Dependency updates
  • 20f0dc6 chore(deps): update golangci/golangci-lint-action action to v5 (#​49)
Other work
  • f0a7a52 build: support releasing a brew package
  • 5787111 chore(tasks): add next-version task to get next relver
  • c719a43 ci: use github app for pushing to homebrew tap
  • 8724c23 feat!(codegen): return module hook data in second pass only, shuffle templates

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Compare Source

Changelog

Bug fixes
  • 7e371aa fix(build): link in current version
Dependency updates
  • 8870f6f chore(deps): update dependency vitepress to v1.1.3 (#​43)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Compare Source

Changelog

New Features
  • bbac52b feat: Changing "service" code/file references to "project" (#​9)
  • 7d8d0f8 feat: Fleshed-out docs with about section and root README links (#​39)
  • bc75d5b feat: run stencil with stencil-golang (#​42)
Bug fixes
  • 706a61d fix: remove deprecated fields and fix tests
Dependency updates
  • 48624ce chore(deps): update codecov/codecov-action action to v4.1.0 (#​24)
  • 04b6e15 chore(deps): update codecov/codecov-action action to v4.1.1 (#​30)
  • 4b00b28 chore(deps): update codecov/codecov-action action to v4.2.0 (#​36)
  • 9b71872 chore(deps): update dependency golang to v1.21.6 (#​15)
  • 6b0b067 chore(deps): update dependency golang to v1.21.7 (#​18)
  • f62332a chore(deps): update dependency golang to v1.22.0 (#​19)
  • 09a2d17 chore(deps): update dependency golangci-lint to v1.56.2 (#​20)
  • cf966b5 chore(deps): update dependency shfmt to v3.8.0 (#​23)
  • 97a9f74 chore(deps): update dependency vitepress to v1.0.2 (#​33)
  • c2b45bc chore(deps): update dependency vitepress to v1.1.0 (#​40)
  • a53964c chore(deps): update golangci/golangci-lint-action action to v4 (#​22)
  • 7b41efb fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 (#​29)
  • 695214f fix(deps): update module github.com/getoutreach/gobox to v1.86.0 (#​16)
  • bd79bf7 fix(deps): update module github.com/getoutreach/gobox to v1.88.1 (#​21)
  • fe53328 fix(deps): update module github.com/getoutreach/gobox to v1.89.1 (#​27)
  • c59ea2c fix(deps): update module github.com/getoutreach/gobox to v1.90.0 (#​35)
  • b1521de fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#​32)
  • 9c84670 fix(deps): update module github.com/hashicorp/go-hclog to v1.6.3 (#​34)
  • 27cde93 fix(deps): update module github.com/urfave/cli/v2 to v2.27.0 (#​12)
  • 5370722 fix(deps): update module golang.org/x/term to v0.17.0 (#​14)
  • 3415ca4 fix(deps): update module golang.org/x/term to v0.18.0 (#​25)
  • 376f934 fix(deps): update module golang.org/x/term to v0.19.0 (#​37)
Documentation updates
  • a6dbfae ci(docs): remove in favor of cloudflare pages
  • ddf666b ci(docs): set AWS creds
  • 941526e docs(README): better release instructions
  • eccaec2 docs: Pulling in and adapting docs from old stencil (#​38)
  • bf2618f docs: add stub framework (#​31)
  • 21ac81c docs: enable algolia
Other work
  • a2e6eef build: move to mise from task
  • be2e9dd ci: run tests (#​10)
  • 209e737 ci: update codecov-action tag, use correct version of gotestsum
  • 58f04d2 ci: use mise instead of rtx
  • 122f951 ci: use self-hosted runner, read versions from rtx

Full Changelog: v0.1.0...v0.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Deploying stencil with  Cloudflare Pages  Cloudflare Pages

Latest commit: bbd454d
Status: ✅  Deploy successful!
Preview URL: https://f7ae484e.stencil-1wj.pages.dev
Branch Preview URL: https://renovate-go-rgst-io-stencil.stencil-1wj.pages.dev

View logs

Copy link

codecov bot commented Aug 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@jaredallard jaredallard closed this Sep 2, 2024
Copy link
Contributor Author

renovate bot commented Sep 2, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.10.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/go.rgst.io-stencil-0.x branch September 2, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant