Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: balena-os/balena-connectcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.1
Choose a base ref
...
head repository: balena-os/balena-connectcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing with 8,758 additions and 801 deletions.
  1. +1 −1 .github/workflows/build_and_deploy.yml
  2. +6,664 −794 .versionbot/CHANGELOG.yml
  3. +2,087 −0 CHANGELOG.md
  4. +1 −1 VERSION
  5. +1 −1 balena-yocto-scripts
  6. +1 −1 contracts
  7. +1 −1 layers/meta-balena
  8. +1 −1 layers/meta-openembedded
  9. +1 −1 layers/poky
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ on:

jobs:
release-on-tag:
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@240facef59933cbf1563d3d73a754bba8b5b8349 # v0.0.24
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@0192d70429dd7bce1aee056ec3369514f682d48a # v0.0.27
with:
deployTo: "production"
secrets: inherit
Loading