Aspirational Manifests Versions Save

Handle deployments of .NET Aspire AppHost Projects

v8.0.0

1 week ago

What's Changed

  • GA Release of Aspir8!

Binging mount support and ingress support will be introduced by the time 8.1 releases.

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.1.0-preview...v1.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/feature_aspirate_0.1.0...v8.0.0

v0.7.7-preview

1 week ago

What's Changed

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.7.6-preview...v0.7.7-preview

v0.7.6-preview

2 weeks ago

What's Changed

  • Compose will now not disable secrets
  • Secrets will now include input values
  • Remove prompting for replacement and augmention etc
  • Add --replace-secrets cli option if you want to replace all secret state
  • Secret state is now initialised as the app loads after restoring the state file
  • Compose secrets will be output as env vars
  • Secrets now include inputs (aspire parameter resources) in all output formats
  • No reprompting for secrets if the secrets have been created and exist in the state store. First run non interactive to set manual input values, then subsequent runs you can run non interactive if you'd like to

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.7.5-preview...v0.7.6-preview

v0.7.5-preview

2 weeks ago

What's Changed

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.7.4-preview...v0.7.5-preview

v0.7.4-preview

2 weeks ago

What's Changed

New Features

  • --launch-profile or -lp can be used on the command line to specify the launch profile that will be used to build the aspire manifest file to allow you to use environmental specific builds of a single AppHost project, and target that when using Aspir8.

Bug Fix:

  • Compose output now correctly utilises the passed in output path when generating the docker-compose.yaml file

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.7.3-preview...v0.7.4-preview

v0.7.3-preview

3 weeks ago

What's Changed

https://www.youtube.com/watch?v=hImg6MQY__c

New Run and Stop commands for Aspir8

  • Run exposes anything with 8080 and the dashboard as NodePorts so no ingress is required, and outputs the urls to services when they are deployed
  • Subsequent runs don't prompt for anything due to the state management (apart from - do you want to use state)
  • Stop cleans up a Run session
  • Only things written to disk are the aspire manifest, and aspirate state file

I'm away from today until next Monday on Annual Vacation.

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.7.2-preview...v0.7.3-preview

v0.7.2-preview

3 weeks ago

What's Changed

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.7.1-preview...v0.7.2-preview

v0.7.1-preview

3 weeks ago

What's Changed

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.7.0-preview...v0.7.1-preview

v0.7.0-preview

3 weeks ago

What's Changed

Only change required for preview-7 was the dashboard image version 😄

New Features:

  • Ability to show / hide the aspir8 logo through commands aspirate settings
  • Nuget Version checks, Check the latest version, and record it, then only recheck every hour for the latest nuget package version and notify if there is a new version. Can be disabled through aspirate settings.

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.6.15-preview...v0.7.0-preview

v0.6.15-preview

3 weeks ago

What's Changed

Allows usage of -ct or --container-tag multiple times in both the build and generate command. The latest tag is always included, and is used in manifests, however you will now be able to utilise things like: https://github.com/docker/metadata-action to include multiple image tags per build and push of images.

Full Changelog: https://github.com/prom3theu5/aspirational-manifests/compare/v0.6.14-preview...v0.6.15-preview