chore: Bump version to 1.3.0 - Add comprehensive logs page with real-time monitoring
This commit is contained in:
@@ -19,13 +19,13 @@
|
|||||||
- 1.0.1 -> 1.1.0 (new feature)
|
- 1.0.1 -> 1.1.0 (new feature)
|
||||||
- 1.1.0 -> 2.0.0 (breaking change)
|
- 1.1.0 -> 2.0.0 (breaking change)
|
||||||
-->
|
-->
|
||||||
<Version>1.2.0</Version>
|
<Version>1.3.0</Version>
|
||||||
<AssemblyVersion>1.2.0.0</AssemblyVersion>
|
<AssemblyVersion>1.3.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.2.0.0</FileVersion>
|
<FileVersion>1.3.0.0</FileVersion>
|
||||||
<!-- Assembly Information -->
|
<!-- Assembly Information -->
|
||||||
<Product>TradingBot</Product>
|
<Product>TradingBot</Product>
|
||||||
<Description>Automated Crypto Trading Bot with Blazor UI</Description>
|
<Description>Automated Crypto Trading Bot with Blazor UI</Description>
|
||||||
<Copyright>Copyright © 2024 Alby96</Copyright>
|
<Copyright>Copyright © 2024 Alby96</Copyright>
|
||||||
<Company>Alby96</Company>
|
<Company>Alby96</Company>
|
||||||
<Authors>Alby96</Authors>
|
<Authors>Alby96</Authors>
|
||||||
<!-- Build Metadata -->
|
<!-- Build Metadata -->
|
||||||
@@ -62,45 +62,45 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
<Message Importance="high" Text="========================================" />
|
<Message Importance="high" Text="========================================" />
|
||||||
<Message Importance="high" Text="📤 Gitea Container Registry Push" />
|
<Message Importance="high" Text="📤 Gitea Container Registry Push" />
|
||||||
<Message Importance="high" Text="========================================" />
|
<Message Importance="high" Text="========================================" />
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
<Message Importance="high" Text="📦 Version: $(Version)" />
|
<Message Importance="high" Text="📦 Version: $(Version)" />
|
||||||
<Message Importance="high" Text="📅 Build Date: $(BuildDate)" />
|
<Message Importance="high" Text="📅 Build Date: $(BuildDate)" />
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
<Message Importance="high" Text="ðŸ·ï¸ Creating tags..." />
|
<Message Importance="high" Text="ðŸÂ·ï¸ Creating tags..." />
|
||||||
<!-- Tag 1: latest -->
|
<!-- Tag 1: latest -->
|
||||||
<Exec Command="docker tag tradingbot:latest $(GiteaImage):latest" ContinueOnError="false" />
|
<Exec Command="docker tag tradingbot:latest $(GiteaImage):latest" ContinueOnError="false" />
|
||||||
<Message Importance="high" Text=" ✅ latest" />
|
<Message Importance="high" Text=" ✅ latest" />
|
||||||
<!-- Tag 2: Version (semantic) -->
|
<!-- Tag 2: Version (semantic) -->
|
||||||
<Exec Command="docker tag tradingbot:latest $(GiteaImage):$(Version)" ContinueOnError="false" />
|
<Exec Command="docker tag tradingbot:latest $(GiteaImage):$(Version)" ContinueOnError="false" />
|
||||||
<Message Importance="high" Text=" ✅ $(Version)" />
|
<Message Importance="high" Text=" ✅ $(Version)" />
|
||||||
<!-- Tag 3: Version-Date -->
|
<!-- Tag 3: Version-Date -->
|
||||||
<Exec Command="docker tag tradingbot:latest $(GiteaImage):$(VersionedTag)" ContinueOnError="false" />
|
<Exec Command="docker tag tradingbot:latest $(GiteaImage):$(VersionedTag)" ContinueOnError="false" />
|
||||||
<Message Importance="high" Text=" ✅ $(VersionedTag)" />
|
<Message Importance="high" Text=" ✅ $(VersionedTag)" />
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
<Message Importance="high" Text="📤 Pushing to $(ContainerRegistry)..." />
|
<Message Importance="high" Text="📤 Pushing to $(ContainerRegistry)..." />
|
||||||
<!-- Push all tags -->
|
<!-- Push all tags -->
|
||||||
<Exec Command="docker push $(GiteaImage):latest" ContinueOnError="false" />
|
<Exec Command="docker push $(GiteaImage):latest" ContinueOnError="false" />
|
||||||
<Message Importance="high" Text=" ✅ Pushed: latest" />
|
<Message Importance="high" Text=" ✅ Pushed: latest" />
|
||||||
<Exec Command="docker push $(GiteaImage):$(Version)" ContinueOnError="false" />
|
<Exec Command="docker push $(GiteaImage):$(Version)" ContinueOnError="false" />
|
||||||
<Message Importance="high" Text=" ✅ Pushed: $(Version)" />
|
<Message Importance="high" Text=" ✅ Pushed: $(Version)" />
|
||||||
<Exec Command="docker push $(GiteaImage):$(VersionedTag)" ContinueOnError="false" />
|
<Exec Command="docker push $(GiteaImage):$(VersionedTag)" ContinueOnError="false" />
|
||||||
<Message Importance="high" Text=" ✅ Pushed: $(VersionedTag)" />
|
<Message Importance="high" Text=" ✅ Pushed: $(VersionedTag)" />
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
<Message Importance="high" Text="========================================" />
|
<Message Importance="high" Text="========================================" />
|
||||||
<Message Importance="high" Text="✅ Successfully pushed to Gitea Registry!" />
|
<Message Importance="high" Text="✅ Successfully pushed to Gitea Registry!" />
|
||||||
<Message Importance="high" Text="========================================" />
|
<Message Importance="high" Text="========================================" />
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
<Message Importance="high" Text="📦 Published images:" />
|
<Message Importance="high" Text="📦 Published images:" />
|
||||||
<Message Importance="high" Text=" - $(GiteaImage):latest" />
|
<Message Importance="high" Text=" - $(GiteaImage):latest" />
|
||||||
<Message Importance="high" Text=" - $(GiteaImage):$(Version)" />
|
<Message Importance="high" Text=" - $(GiteaImage):$(Version)" />
|
||||||
<Message Importance="high" Text=" - $(GiteaImage):$(VersionedTag)" />
|
<Message Importance="high" Text=" - $(GiteaImage):$(VersionedTag)" />
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
<Message Importance="high" Text="🌠Verify at:" />
|
<Message Importance="high" Text="🌠Verify at:" />
|
||||||
<Message Importance="high" Text=" https://$(ContainerRegistry)/Alby96/Encelado/-/packages" />
|
<Message Importance="high" Text=" https://$(ContainerRegistry)/Alby96/Encelado/-/packages" />
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
<Message Importance="high" Text="âš ï¸ Note: Visual Studio may show 'ContainerBuild target not found' error." />
|
<Message Importance="high" Text="⚠︠Note: Visual Studio may show 'ContainerBuild target not found' error." />
|
||||||
<Message Importance="high" Text=" This is a false positive and can be safely ignored." />
|
<Message Importance="high" Text=" This is a false positive and can be safely ignored." />
|
||||||
<Message Importance="high" Text=" The Docker image has been successfully pushed to Gitea Registry!" />
|
<Message Importance="high" Text=" The Docker image has been successfully pushed to Gitea Registry!" />
|
||||||
<Message Importance="high" Text="" />
|
<Message Importance="high" Text="" />
|
||||||
|
|||||||
Reference in New Issue
Block a user