Skip to content

Commit

Permalink
Merge pull request #88 from radicand/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
radicand authored Jul 28, 2024
2 parents 066955a + 47e8eb8 commit bda627a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app": "1.6.6",
"app": "1.6.7",
"common": "1.0.3",
"server/hasura": "1.5.1",
"server/hasura": "1.6.0",
"server/faas": "1.2.0"
}
7 changes: 7 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.7](https://github.com/radicand/cookbookery/compare/app-v1.6.6...app-v1.6.7) (2024-07-28)


### Bug Fixes

* attempt fix to Chart updater ([983caf3](https://github.com/radicand/cookbookery/commit/983caf337ae6962636eb91aa3ee5cd2b1c90bc93))

## [1.6.6](https://github.com/radicand/cookbookery/compare/app-v1.6.5...app-v1.6.6) (2024-07-13)


Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.6.6+80
version: 1.6.7+81
environment:
sdk: ">=3.0.0 <4.0.0" #dart

Expand Down
15 changes: 15 additions & 0 deletions server/hasura/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.6.0](https://github.com/radicand/cookbookery/compare/server-api-v1.5.1...server-api-v1.6.0) (2024-07-28)


### Features

* make api use helm updater ([a068e0a](https://github.com/radicand/cookbookery/commit/a068e0a9bab404c2e08a189def9b6f1f440b3d5e))


### Bug Fixes

* attempt fix to Chart updater ([983caf3](https://github.com/radicand/cookbookery/commit/983caf337ae6962636eb91aa3ee5cd2b1c90bc93))
* force ([5831836](https://github.com/radicand/cookbookery/commit/5831836b2b3b200ec0c991ac11adb06d842a0a7a))
* rp ([066955a](https://github.com/radicand/cookbookery/commit/066955a77ef991d4b9665e5ee0238ca6274a4659))
* rp ([08b3d18](https://github.com/radicand/cookbookery/commit/08b3d187afb61a1d98d917fdbe9f12776416930c))

## [1.5.1](https://github.com/radicand/cookbookery/compare/server-api-v1.5.0...server-api-v1.5.1) (2024-07-27)


Expand Down
17 changes: 1 addition & 16 deletions server/hasura/manifest/cookbook-hasura/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
apiVersion: v2
name: cookbook-hasura
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.5.1
appVersion: 1.6.0

0 comments on commit bda627a

Please sign in to comment.