Skip to content

Commit

Permalink
chore(main): release 0.0.16 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: narwhal-bot-partnerships[bot] <180432994+narwhal-bot-partnerships[bot]@users.noreply.github.com>
  • Loading branch information
narwhal-bot-partnerships[bot] authored Oct 31, 2024
1 parent 7e44815 commit c33f59f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.15"}
{".":"0.0.16"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.0.16](https://github.com/defenseunicorns-partnerships/wfapi/compare/0.0.15...0.0.16) (2024-10-31)


### Features

* adds SSO support for WFAPI ([#96](https://github.com/defenseunicorns-partnerships/wfapi/issues/96)) ([9eaa647](https://github.com/defenseunicorns-partnerships/wfapi/commit/9eaa647fd008687e5ea7676bf9ab928939462327))


### Bug Fixes

* add time to e2e tests for lower resource requests ([#102](https://github.com/defenseunicorns-partnerships/wfapi/issues/102)) ([7e44815](https://github.com/defenseunicorns-partnerships/wfapi/commit/7e44815ba6c64f7e013dad0199aa614e25bbc764))


### Miscellaneous Chores

* **deps:** update stable ([#100](https://github.com/defenseunicorns-partnerships/wfapi/issues/100)) ([6ec35ac](https://github.com/defenseunicorns-partnerships/wfapi/commit/6ec35acde84d4d3bcbe92ce3fa86bc69656a7115))

## [0.0.15](https://github.com/defenseunicorns-partnerships/wfapi/compare/0.0.14...0.0.15) (2024-10-07)


Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.0.15" # x-release-please-version
version: "0.0.16" # x-release-please-version

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.15" # x-release-please-version
appVersion: "0.0.16" # x-release-please-version
2 changes: 1 addition & 1 deletion wfapi/ConfigureSwaggerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private static OpenApiInfo CreateInfoForApiVersion( ApiVersionDescription descri
var info = new OpenApiInfo()
{
Title = "WFAPI",
Version = "0.0.15", // x-release-please-version
Version = "0.0.16", // x-release-please-version
Contact = new OpenApiContact() { Name = "Defense Unicorns", Email = "[email protected]" },
};

Expand Down
6 changes: 3 additions & 3 deletions zarf/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: ZarfPackageConfig
metadata:
name: wfapi
description: Deploy WFAPI
version: 0.0.15 # x-release-please-version
version: 0.0.16 # x-release-please-version

variables:
- name: ENV_ASPNETCORE_ENVIRONMENT
Expand Down Expand Up @@ -120,7 +120,7 @@ components:
- name: wfapi
localPath: ../chart
namespace: argo
version: 0.0.15 # x-release-please-version
version: 0.0.16 # x-release-please-version
valuesFiles:
- values.yaml
actions:
Expand All @@ -129,4 +129,4 @@ components:
- description: Restart the deployment
cmd: ./zarf tools kubectl rollout restart deployment wfapi -n argo
images:
- ghcr.io/defenseunicorns-partnerships/wfapi/containers/wfapi:0.0.15 # x-release-please-version
- ghcr.io/defenseunicorns-partnerships/wfapi/containers/wfapi:0.0.16 # x-release-please-version

0 comments on commit c33f59f

Please sign in to comment.