Skip to content

Commit

Permalink
updating mythic-cli for mythic_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Feb 18, 2025
1 parent ec58b12 commit 794b947
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Mythic_CLI/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.3.13 - 2025-02-18

### Changed

- Updated all containers to have all extra_host fields

## 0.3.12 - 2025-02-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Mythic_CLI/src/cmd/config/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package config

var (
// Version Mythic CLI version
Version = "v0.3.12"
Version = "v0.3.13"
)
6 changes: 6 additions & 0 deletions Mythic_CLI/src/cmd/internal/serviceMetadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,12 @@ func Add3rdPartyService(service string, additionalConfigs map[string]interface{}
existingConfig["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_jupyter:127.0.0.1",
"mythic_postgres:127.0.0.1",
}
/*
pStruct := map[string]interface{}{
Expand Down

0 comments on commit 794b947

Please sign in to comment.